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


version 1.3 version 1.4
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 SDL_IO
   SDL_INPUT = 1
   SDL_VIDEO = 1
   SDL = 1
   endif
   ifdef SDL_AUDIO
   SDL = 1
   endif
   
   ifdef SVGALIB_IO
   SVGALIB_INPUT = 1
   SVGALIB_VIDEO = 1
   SVGALIB = 1
   endif
   
   ifdef GGI_IO
   GII_INPUT = 1
   GGI_VIDEO = 1
   GGI = 1
   endif
   
 ifdef MAKE_EDITOR  ifdef MAKE_EDITOR
 NO_RL2 = 1  NO_RL2 = 1
 endif  endif

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