public
Description: A 3D graphical interface for NetHack and Slash'EM
Homepage:
Clone URL: git://github.com/clivecrous/noegnud.git
Click here to lend your support to: noegnud and make a donation at www.pledgie.com !
Update variant specification format for nethack and (re)include accidentally 
removed link to sdl_image
clivecrous (author)
Sun Nov 16 02:27:58 -0800 2008
commit  f682101f03d9bb6ce3380fe338f9458a0b263ff6
tree    de3f8530d5f59ac1e5f63414b8bc783a1de47cb1
parent  b66df618d0c365ddf069e8e6f30afa01d36e0b75
...
39
40
41
42
 
43
44
45
...
52
53
54
55
 
56
57
58
...
39
40
41
 
42
43
44
45
...
52
53
54
 
55
56
57
58
0
@@ -39,7 +39,7 @@ MINGW = /mingw
0
 GNUWIN32 = $(MINGW)/GnuWin32/gnuwin32/
0
 MSYS = /msys/1.0/local
0
 SDLCFLAGS = -I$(GNUWIN32)/include -I$(MSYS)/include -I$(MINGW)/include -I$(MINGW)/include/SDL -I$(GNUWIN32)/include/SDL -I$(MSYS)/include/SDL
0
-SDLLIBS = -L$(GNUWIN32)/lib -L$(MSYS)/lib -L$(MINGW)/lib -lmingw32 -lSDLmain -lpng -lSDL_mixer -lSDL_ttf -lfreetype -lSDL -mwindows
0
+SDLLIBS = -L$(GNUWIN32)/lib -L$(MSYS)/lib -L$(MINGW)/lib -lmingw32 -lSDLmain -lSDL_image -lpng -lSDL_mixer -lSDL_ttf -lfreetype -lSDL -mwindows
0
 
0
 # Debug
0
 # Set to Y for Debug support (to produce debug information)
0
@@ -52,7 +52,7 @@ cc     = gcc
0
 rc     = windres
0
 link   = gcc
0
 
0
-cflags = -mms-bitfields $(SDLCFLAGS) -DNETHACK_3_4_3
0
+cflags = -mms-bitfields $(SDLCFLAGS) -DNETHACK
0
 lflags  = -O2
0
 ifeq  "$(DEBUG)" "Y"
0
 cdebug = -g -DNOEGNUDDEBUG

Comments