Difference for ./pre.mak from version 1.8 to 1.9


version 1.8 version 1.9
Line 33
 
Line 33
 CRAPPY_SHELL = 1  CRAPPY_SHELL = 1
 endif  endif
   
   #if we are doing a nonetwork build, we can't do internet either.
   ifndef NETWORK
   SUPPORTS_NET_IP=
   endif
   
 ifdef WGL_IO  ifdef WGL_IO
 OGL = 1  OGL = 1
 endif  endif

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