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 SDL references for MSYS/MinGW/GNUWin32 and add a modified rpcndr.h to 
work around a mingw32 bug
clivecrous (author)
Sun Nov 16 01:44:31 -0800 2008
commit  9fcba187d660432175941464ba13a267e2810710
tree    d28be5327ee61d219db7b3ff3f679fd03bc74aa5
parent  7cf7c33744d5f527d360ec9c270a78f7675c6df2
...
35
36
37
38
39
40
 
 
 
 
 
41
42
43
...
244
245
246
247
 
248
249
250
...
35
36
37
 
 
 
38
39
40
41
42
43
44
45
...
246
247
248
 
249
250
251
252
0
@@ -35,9 +35,11 @@
0
 # Set to anything else (or undefine) for a tty version
0
 
0
 GRAPHICAL = N
0
-MSYS = /msys/1.0
0
-SDLCFLAGS = -I$(MSYS)/local/include/SDL
0
-SDLLIBS = -L$(MSYS)/local/lib -lmingw32 -lSDLmain -lSDL -lSDL_mixer -lSDL_image -mconsole
0
+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
 
0
 # Debug
0
 # Set to Y for Debug support (to produce debug information)
0
@@ -244,7 +246,7 @@ endif
0
 # macros. All builds include the base ones.
0
 #==========================================
0
 
0
-CFLAGSBASE  = -c $(cflags) -I$(INCL) -I$(NOEGNUDDIR) $(WINPINC) $(cdebug)
0
+CFLAGSBASE  = -c -I$(INCL) $(cflags) -I$(NOEGNUDDIR) $(WINPINC) $(cdebug)
0
 LFLAGSBASEC = $(linkdebug) 
0
 LFLAGSBASEG = $(linkdebug) 
0
 

Comments