Difference for ./makefile from version 1.8 to 1.9


version 1.8 version 1.9
Line 103
 
Line 103
   
 ifdef ENV_MINGW32  ifdef ENV_MINGW32
 ifdef WGL_IO  ifdef WGL_IO
 #LINKLIBS += -lopengl32 -lglu32  ifndef OGL_RUNTIME
   LINKLIBS += -lopengl32
   endif
 LINKLIBS += -lglu32  LINKLIBS += -lglu32
 endif  endif
 LINKLIBS += -ldinput -lddraw -ldsound -ldxguid -lwsock32 -lwinmm -luser32 -lkernel32  LINKLIBS += -ldinput -lddraw -ldsound -ldxguid -lwsock32 -lwinmm -luser32 -lkernel32

Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9