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


version 1.1 version 1.2
Line 70
 
Line 70
 LINKLIBS = $(LINKLIBS) msvcrt.lib  LINKLIBS = $(LINKLIBS) msvcrt.lib
 !endif  !endif
 !ifdef RELEASE  !ifdef RELEASE
 LFLAGS = $(LFLAGS) -OPTREF -PDB:NONE  LFLAGS = $(LFLAGS) -OPT:REF -PDB:NONE
 !else  !else
 LFLAGS = $(LFLAGS) -DEBUG -DEBUGTYPE:CV -PDB:$(TOPDIR)/lib/  LFLAGS = $(LFLAGS) -DEBUG -DEBUGTYPE:CV -PDB:$(TOPDIR)/lib/
 !endif  !endif

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