Difference for ./makefile from version 1.4 to 1.5


version 1.4 version 1.5
Line 121
 
Line 121
 E_CFLAGS += -DSCRIPT  E_CFLAGS += -DSCRIPT
 endif  endif
   
   ifdef OGL
   LIBS += $(LIBDIR)ogl.$(ARC)
   endif
   
 ifdef ENV_LINUX  ifdef ENV_LINUX
   
 ifdef SDL  ifdef SDL

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