1
0
Fork 0

Add the build target to the windows install target.

This commit is contained in:
Wilfried Goesgens 2016-06-01 12:29:25 +02:00
parent 0c61eab0da
commit ac68aa7c9b
1 changed files with 2 additions and 2 deletions

View File

@ -249,9 +249,9 @@ win64-relative-debug:
pack-winXX:
rm -rf ../b && mkdir ../b
${MAKE} winXX-cmake BITS="$(BITS)" TARGET="$(TARGET)"
${MAKE} winXX-cmake BITS="$(BITS)" TARGET="$(TARGET)" BUILD_TARGET=RelWithDebInfo
${MAKE} winXX-build BITS="$(BITS)" TARGET="$(TARGET)" BUILD_TARGET=RelWithDebInfo
${MAKE} packXX BITS="$(BITS)"
${MAKE} packXX BITS="$(BITS)" BUILD_TARGET=RelWithDebInfo
pack-winXX-MOREOPTS:
rm -rf ../b && mkdir ../b