Difference for ./makefile from version 1.1 to 1.2


version 1.1 version 1.2
Line 103
 
Line 103
 E_CFLAGS += -DSCRIPT  E_CFLAGS += -DSCRIPT
 endif  endif
   
   ifdef ENV_LINUX
   ifdef SDL
   LIBS += $(LIBDIR)sdl.$(ARC)
   endif
   
   ifdef SVGALIB
   LIBS += $(LIBDIR)svgalib.$(ARC)
   endif
   
   ifdef GGI
   LIBS += $(LIBDIR)ggi.$(ARC)
   endif
   endif
   
 ifdef MAKE_EDITOR  ifdef MAKE_EDITOR
 NO_RL2 = 1  NO_RL2 = 1
 endif  endif

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2