1
0
Fork 0

Add new passthrough target with moreopts to aid simple minden windows .bat execution.

This commit is contained in:
Willi Goesgens 2015-01-19 19:52:19 +01:00
parent 7d883f5e9e
commit c3ba2f049f
1 changed files with 5 additions and 0 deletions

View File

@ -237,6 +237,11 @@ pack-winXX:
${MAKE} pack-winXX-cmake BITS="$(BITS)" TARGET="$(TARGET)" VERSION="`awk '{print substr($$3,2,length($$3)-2);}' build.h`"
pack-winXX-MOREOPTS:
rm -rf Build$(BITS) && mkdir Build$(BITS)
${MAKE} pack-winXX-cmake BITS="$(BITS)" TARGET="$(TARGET)" VERSION="`awk '{print substr($$3,2,length($$3)-2);}' build.h`" MOREOPTS=$(MOREOPTS)
pack-winXX-cmake:
cd Build$(BITS) && cmake \
-G "$(TARGET)" \