Difference for ./pre.mak from version 1.5 to 1.6


version 1.5 version 1.6
Line 1
 
Line 1
 #this file must be included in all makefiles right after TOPDIR is defined  #this file must be included in all makefiles right after TOPDIR is defined
 include $(TOPDIR)/defines.mak  include $(TOPDIR)/defines.mak
   
   #cygwin is pretty much the same thing, just needs extra cmdline args
   ifdef ENV_CYGWIN
   ENV_MINGW32 = 1
   endif
   
   ifdef WGL_IO
   OGL = 1
   endif
   
 ifdef GLX_IO  ifdef GLX_IO
 OGL = 1  OGL = 1
 GGI = 1  GGI = 1

Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6