Two new options were added to EXEHDR: /STACKDOS
and /STACKOS2. See the Tools Reference book for more
information on these new options.
View
and Set Executable Attributes (MARKEXE)
A description of the SETVERSION option was
added to the MARKEXE reference section in the Tools Reference book.
Program Maintenance Utility
(NMAKE)
A fix was made so that recursive invocations of NMAKE
(normally made via the $(MAKE) macro) will always be able to locate the
executable module from which NMAKE was loaded, even if the PATH environment
variable was altered by the makefile and no longer references the location
where the module was originally found.
NMAKE now has the ability to set the extended LIBPATH
values (BEGINLIBPATH and ENDLIBPATH) in the same way that the system command
processor (CMD.EXE) does. For more information on BEGINLIBPATH and ENDLIBPATH,
see the description of the DosQueryExtLIBPATH() and DosSetExtLIBPATH()
API's in the Control Program Programming Guide and Reference.