File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ MACOSX_DEPLOYMENT_TARGET=10.9
88cmake \
99 -DCMAKE_OSX_SYSROOT=/Users/tom94/Projects/MacOSX-SDKs/MacOSX10.9.sdk/ \
1010 -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 \
11+ -DTEV_DEPLOY=1 \
1112 ../..
1213make -j
1314cd ..
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ call %DevCmd%
1313echo Building 64-bit tev...
1414mkdir %BuildDir64%
1515cd %BuildDir64%
16- cmake -G " Visual Studio 15 2017 Win64" ..\..
16+ cmake -DTEV_DEPLOY= 1 - G " Visual Studio 15 2017 Win64" ..\..
1717msbuild %MSBuildOptions% tev.sln
1818move " Release\tev.exe" " ..\..\tev.exe"
1919cd ..
@@ -22,7 +22,7 @@ rmdir /S /Q %BuildDir64%
2222echo Building 32-bit tev...
2323mkdir %BuildDir32%
2424cd %BuildDir32%
25- cmake -G " Visual Studio 15 2017" ..\..
25+ cmake -DTEV_DEPLOY= 1 - G " Visual Studio 15 2017" ..\..
2626msbuild %MSBuildOptions% tev.sln
2727move " Release\tev.exe" " ..\..\tev-32bit.exe"
2828cd ..
You can’t perform that action at this time.
0 commit comments