Move config.h to a subdirectory, add MSVC-specific config file
commit397c169736925214b495d841f00a9ccd9b329e66
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 5 Oct 2016 00:01:59 +0000 (4 17:01 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 5 Oct 2016 00:01:59 +0000 (4 17:01 -0700)
tree90ade77e8153dc2cb35666f710c66c0158066e81
parent9255b5136992c2c1dee2fd11b9d2a389b377162d
Move config.h to a subdirectory, add MSVC-specific config file

Instead of trying to do hacks in the Makefiles, define header files
for specific compilers if they can't use autoconf.  Currently defined
for Microsoft Visual Studio, based on MSDN documentation.  It is
currently untested.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
.gitignore
Mkfiles/msvc.mak
autogen.sh
config/msvc.h [new file with mode: 0644]
configure.ac
include/compiler.h
nasmlib/file.c