Started the port for MSVC native support.

This commit is contained in:
xorstream
2017-01-16 17:21:12 +11:00
parent 3095e5c510
commit 940c857987
5 changed files with 1788 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/* This is a hand made version for MSVC support */
#define CONFIG_QEMU_CONFDIR "c:/Program Files/QEMU"
#define CONFIG_QEMU_DATADIR ""
#define CONFIG_QEMU_DOCDIR "c:/Program Files/QEMU"
#define CONFIG_QEMU_MODDIR "c:/Program Files/QEMU/lib"
#define CONFIG_QEMU_HELPERDIR "c:/Program Files/QEMU/libexec"
#define HOST_I386 1
#define CONFIG_WIN32 1
#define CONFIG_FILEVERSION 2,2,1,0
#define CONFIG_PRODUCTVERSION 2,2,1,0
#define QEMU_VERSION "2.2.1"
#define QEMU_PKGVERSION ""
#define CONFIG_ZERO_MALLOC 1
#define CONFIG_CPUID_H 1
#define CONFIG_THREAD_SETNAME_BYTHREAD 1
#define CONFIG_PTHREAD_SETNAME_NP 1
#define HOST_DSOSUF ".dll"