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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user