<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>nethack/include/rpcndr.h</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -35,9 +35,11 @@
 # Set to anything else (or undefine) for a tty version
 
 GRAPHICAL = N
-MSYS = /msys/1.0
-SDLCFLAGS = -I$(MSYS)/local/include/SDL
-SDLLIBS = -L$(MSYS)/local/lib -lmingw32 -lSDLmain -lSDL -lSDL_mixer -lSDL_image -mconsole
+MINGW = /mingw
+GNUWIN32 = $(MINGW)/GnuWin32/gnuwin32/
+MSYS = /msys/1.0/local
+SDLCFLAGS = -I$(GNUWIN32)/include -I$(MSYS)/include -I$(MINGW)/include -I$(MINGW)/include/SDL -I$(GNUWIN32)/include/SDL -I$(MSYS)/include/SDL
+SDLLIBS = -L$(GNUWIN32)/lib -L$(MSYS)/lib -L$(MINGW)/lib -lmingw32 -lSDLmain -lpng -lSDL_mixer -lSDL_ttf -lfreetype -lSDL -mwindows
 
 # Debug
 # Set to Y for Debug support (to produce debug information)
@@ -244,7 +246,7 @@ endif
 # macros. All builds include the base ones.
 #==========================================
 
-CFLAGSBASE  = -c $(cflags) -I$(INCL) -I$(NOEGNUDDIR) $(WINPINC) $(cdebug)
+CFLAGSBASE  = -c -I$(INCL) $(cflags) -I$(NOEGNUDDIR) $(WINPINC) $(cdebug)
 LFLAGSBASEC = $(linkdebug) 
 LFLAGSBASEG = $(linkdebug) 
 </diff>
      <filename>nethack/sys/winnt/Makefile.gcc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7cf7c33744d5f527d360ec9c270a78f7675c6df2</id>
    </parent>
  </parents>
  <author>
    <name>Clive Crous</name>
    <email>clive@crous.co.za</email>
  </author>
  <url>http://github.com/clivecrous/noegnud/commit/9fcba187d660432175941464ba13a267e2810710</url>
  <id>9fcba187d660432175941464ba13a267e2810710</id>
  <committed-date>2008-11-16T01:44:31-08:00</committed-date>
  <authored-date>2008-11-16T01:44:31-08:00</authored-date>
  <message>Update SDL references for MSYS/MinGW/GNUWin32 and add a modified rpcndr.h to work around a mingw32 bug</message>
  <tree>d28be5327ee61d219db7b3ff3f679fd03bc74aa5</tree>
  <committer>
    <name>Clive Crous</name>
    <email>clive@crous.co.za</email>
  </committer>
</commit>
