Difference for ./makefile.nt from version 1.4 to 1.5


version 1.4 version 1.5
Line 21
 
Line 21
 DBG = db  DBG = db
 !else  !else
   
 !ifdef NORMAL_TMAP  
 #OPT = a  
 !else  
 !ifndef SND  
 SND = _  
 !endif  
 !ifdef PENT_TMAP  
 OPT = b  
 !else  
 !ifdef PPRO_TMAP  
 OPT = c  
 !endif  
 !endif  !endif
 !endif  !endif
   
   !ifdef OGL
   !ifndef SND
   SND = _
 !endif  !endif
   OPT = ogl
 !endif  !endif
   
 TARGETNAME = d1x$(D1XMAJOR)$(D1XMINOR)$(SHRWR)$(DBG)$(SND)$(OPT)  TARGETNAME = d1x$(D1XMAJOR)$(D1XMINOR)$(SHRWR)$(DBG)$(SND)$(OPT)

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