make.sh: compile before copy autogen files for msvc_update_genfiles

This commit is contained in:
Nguyen Anh Quynh 2017-01-23 00:04:55 +08:00
parent 206819bd98
commit ce35b4e381
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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