nasm/tools
H. Peter Anvin 5d8193367e MSVC: fix dependency generation and building RDOFF under MSVC
1. The mkdep.pl program didn't handle excluded dependencies correctly,
   causing it to error out due to config/config.h not existing.
2. NMAKE is sensitive to the order suffixes appear in .SUFFIXES,
   causing it to try to use the builtin rule .c.exe instead of
   .c.obj -> .obj.exe.
3. NMAKE doesn't handle the && operator between commands.
4. The !ifdef jungle around dependency generation was wrong.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2018-06-18 13:54:43 -07:00
..
cleanfile Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
cleanpatch Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
mkdep.pl MSVC: fix dependency generation and building RDOFF under MSVC 2018-06-18 13:54:43 -07:00
release tools/release: make doesn't like MAKE in the environment, so call it makej 2017-04-18 10:52:05 -07:00
syncfiles.pl syncfiles.pl: allow for multiple synced sections 2017-04-03 11:10:31 -07:00
tag-release Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00