mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 11:28:11 +00:00
Merge remote-tracking branch 'unicorn-engine/msvc' into msvc
This commit is contained in:
commit
19a6dc948f
2 changed files with 5 additions and 0 deletions
1
make.sh
1
make.sh
|
@ -81,6 +81,7 @@ uninstall() {
|
|||
}
|
||||
|
||||
msvc_update_genfiles() {
|
||||
${MAKE}
|
||||
cp qemu/qapi-types.h msvc/unicorn/qapi-types.h
|
||||
cp qemu/qapi-visit.h msvc/unicorn/qapi-visit.h
|
||||
cp qemu/qapi-types.c msvc/unicorn/unicorn/qapi-types.c
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
/* Automatically generated by create_config - do not modify */
|
||||
#define HOST_X86_64 1
|
||||
#define CONFIG_POSIX 1
|
||||
#define CONFIG_BSD 1
|
||||
#define CONFIG_CPUID_H 1
|
||||
|
|
Loading…
Reference in a new issue