Added EMU_EXPERIMENTAL_BUILD define
parent
664d9a29b1
commit
86d74c7a05
|
@ -136,7 +136,7 @@ build_cmake_windows:
|
||||||
- cd ..
|
- cd ..
|
||||||
- mkdir x64-experimental-release && cd x64-experimental-release
|
- mkdir x64-experimental-release && cd x64-experimental-release
|
||||||
- echo call .\\..\\..\\sdk_standalone\\set_vars64.bat >> cmake-build.bat
|
- echo call .\\..\\..\\sdk_standalone\\set_vars64.bat >> cmake-build.bat
|
||||||
- echo .\\..\\..\\cmake-3.15.0-rc1-win64-x64\\bin\\cmake.exe ..\\.. -G \"NMake Makefiles\" -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" -DCMAKE_PREFIX_PATH="protobuf_x64-windows-static" -DProtobuf_PROTOC_EXECUTABLE:STRING="./../../protobuf_x64-windows-static/tools/protobuf/protoc.exe" >> cmake-build.bat
|
- echo .\\..\\..\\cmake-3.15.0-rc1-win64-x64\\bin\\cmake.exe ..\\.. -G \"NMake Makefiles\" -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" -DEMU_EXPERIMENTAL_BUILD=ON -DCMAKE_PREFIX_PATH="protobuf_x64-windows-static" -DProtobuf_PROTOC_EXECUTABLE:STRING="./../../protobuf_x64-windows-static/tools/protobuf/protoc.exe" >> cmake-build.bat
|
||||||
- echo nmake.exe >> cmake-build.bat
|
- echo nmake.exe >> cmake-build.bat
|
||||||
- wine cmd /c cmake-build.bat
|
- wine cmd /c cmake-build.bat
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
Loading…
Reference in New Issue