Difference for ./makefile from version 1.19 to 1.20


version 1.19 version 1.20
Line 62
 
Line 62
  $(LIBDIR)maths.$(ARC) \   $(LIBDIR)maths.$(ARC) \
  $(LIBDIR)cfile.$(ARC) \   $(LIBDIR)cfile.$(ARC) \
  $(LIBDIR)mem.$(ARC) \   $(LIBDIR)mem.$(ARC) \
  $(LIBDIR)misc.$(ARC) \  
  $(LIBDIR)texmap.$(ARC) \   $(LIBDIR)texmap.$(ARC) \
         $(LIBDIR)io.$(ARC)          $(LIBDIR)io.$(ARC)
   
Line 159
 
Line 158
 LINKLIBS += -lm   LINKLIBS += -lm
 endif  endif
 endif  endif
   
   LIBS += $(LIBDIR)misc.$(ARC)
   
 #these are in rules.mak now, to remove duplication -Matt Mueller  #these are in rules.mak now, to remove duplication -Matt Mueller
 #ifdef OBJECTS  #ifdef OBJECTS

Legend:
line(s) removed in v.1.19 
line(s) changed
 line(s) added in v.1.20