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


version 1.6 version 1.7
Line 4
 
Line 4
 #cygwin is pretty much the same thing, just needs extra cmdline args  #cygwin is pretty much the same thing, just needs extra cmdline args
 ifdef ENV_CYGWIN  ifdef ENV_CYGWIN
 ENV_MINGW32 = 1  ENV_MINGW32 = 1
   else
   #cygwin can handle long command lines, but mingw can't.
   ifdef ENV_MINGW32
   CRAPPY_SHELL = 1
   endif
   endif
   
   ifdef ENV_MSVC
   CRAPPY_SHELL = 1
   endif
   ifdef ENV_DJGPP
   CRAPPY_SHELL = 1
 endif  endif
   
 ifdef WGL_IO  ifdef WGL_IO

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