Difference for ./makefile from version 1.2 to 1.3


version 1.2 version 1.3
Line 1
 
Line 1
 TOPDIR = .  TOPDIR = .
   
 include $(TOPDIR)/defines.mak  include $(TOPDIR)/pre.mak
   
 SUBDIRS = arch maths 2d 3d texmap misc mem iff cfile main  SUBDIRS = arch maths 2d 3d texmap misc mem iff cfile main
   
Line 104
 
Line 104
 endif  endif
   
 ifdef ENV_LINUX  ifdef ENV_LINUX
   
 ifdef SDL  ifdef SDL
 LIBS += $(LIBDIR)sdl.$(ARC)  LIBS += $(LIBDIR)sdl.$(ARC)
 endif  endif

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