Ticket #7970: Makefile.2.diff

File Makefile.2.diff, 506 bytes (added by SF/luke_br, 22 years ago)

Modified Makefile dor new SDL/OpenGL output mode

Line 
111,12c11,12
2< # DEFINES += -DCOMPRESSED_SOUND_FILE
3< # LIBS += -lmad
4---
5> DEFINES += -DCOMPRESSED_SOUND_FILE
6> LIBS += -lmad
718,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.
1226a26,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