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