0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

Move canned OpenWatcom config to config/watcom.h.

Move the canned OpenWatcom configuration file to config/watcom.h.
Also exclude config/config.h from being a dependency for MSVC.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
H. Peter Anvin
2016-10-19 13:23:04 -07:00
parent 4c9132e3a0
commit f5287231c1
7 changed files with 855 additions and 738 deletions

View File

@@ -58,6 +58,8 @@
# include "config/config.h"
#elif defined(_MSC_VER) && (_MSC_VER >= 1310)
# include "config/msvc.h"
#elif defined(__WATCOM__)
# include "config/watcom.h"
#else
# include "config/unknown.h"
#endif /* Configuration file */