1 | 11,12c11,12
|
---|
2 | < # DEFINES += -DCOMPRESSED_SOUND_FILE
|
---|
3 | < # LIBS += -lmad
|
---|
4 | ---
|
---|
5 | > DEFINES += -DCOMPRESSED_SOUND_FILE
|
---|
6 | > LIBS += -lmad
|
---|
7 | 18,19c18
|
---|
8 | <
|
---|
9 | < # Now, please choose a graphical output system between SDL and X11.
|
---|
10 | ---
|
---|
11 | > # Now, please choose a graphical output system between SDL, SDL/GL and X11.
|
---|
12 | 26a26,31
|
---|
13 | >
|
---|
14 | > # Uncomment this (instead of the above) to activate the SDL with OpenGL output
|
---|
15 | > #OBJS = sdl_gl.o
|
---|
16 | > #INCLUDES += `sdl-config --cflags`
|
---|
17 | > #LIBS += `sdl-config --libs` -lGL
|
---|
18 | > #DEFINES += -DUNIX
|
---|