Difference for ./rules.nt from version 1.1 to 1.2


version 1.1 version 1.2
Line 48
 
Line 48
 !endif  !endif
 !ifdef D1XD3D  !ifdef D1XD3D
 CFLAGS = $(CFLAGS) -DD1XD3D  CFLAGS = $(CFLAGS) -DD1XD3D
   !ifdef D3DBASE
   CFLAGS = $(CFLAGS) -I$(D3DBASE)/include
   LINKLIBS = $(LINKLIBS) -L$(D3DBASE)/lib
   !endif
   
 !endif  !endif
   
 CFLAGS = $(CFLAGS) $(E_CFLAGS)  CFLAGS = $(CFLAGS) $(E_CFLAGS)

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