Difference for texmap/makefile from version 1.2 to 1.3


version 1.2 version 1.3
Line 15
 
Line 15
  ifdef NORMAL_TMAP   ifdef NORMAL_TMAP
   OBJECTS+=tmap_per.$(OBJ)     OBJECTS+=tmap_per.$(OBJ)
  endif   endif
    ifdef FP_TMAP
     OBJECTS+=scanline.$(OBJ)
    endif
 else  else
 OBJECTS = \  OBJECTS = \
  ntmap.$(OBJ) tmapflat.$(OBJ) \   ntmap.$(OBJ) tmapflat.$(OBJ) \

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