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


version 1.4 version 1.5
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
   
   ifdef GLX_IO
   OGL = 1
   GGI = 1
   GII_XWIN = 1
   GII_INPUT = 1
   endif
   
 ifdef SDL_IO  ifdef SDL_IO
 SDL_INPUT = 1  SDL_INPUT = 1
 SDL_VIDEO = 1  SDL_VIDEO = 1

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