OSDN Git Service

[BUILD][WIN32] Update script.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Fri, 30 Oct 2015 15:11:30 +0000 (00:11 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Fri, 30 Oct 2015 15:11:30 +0000 (00:11 +0900)
source/build-cmake/config_build_cross_win32.sh

index c32c5f5..5493772 100755 (executable)
@@ -13,7 +13,9 @@ CMAKE_APPENDFLAG=""
 #fi
 #MAKEFLAGS_CXX="-g -O3 -ftree-vectorize -flto -DNDEBUG" 
 #MAKEFLAGS_CC="-g -O3 -ftree-vectorize  -flto -DNDEBUG"
-#MAKEFLAGS_GENERAL="-j4"
+# To use MOC, please enable wine as interpreter of EXEs , below:
+# $ sudo update-binfmts --install Win32_Wine /usr/bin/wine --extension exe . 
+MAKEFLAGS_GENERAL="-j4"
 
 #CMAKE_LINKFLAG="-DCMAKE_EXE_LINKER_FLAGS='${CMAKE_EXE_LINKER_FLAGS} -flto -O3 -ftree-vectorize -g'"
 #CMAKE_LINKFLAG=""