Skip to content

Commit

Permalink
complete build with kinect version
Browse files Browse the repository at this point in the history
  • Loading branch information
vizicist committed Sep 4, 2024
1 parent c65d5bb commit 086bfeb
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/windows/build_all_mmtt_versions.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
palette stop
echo "====================== creating build with PALETTE_MMTT set to none"
set PALETTE_MMTT=none
call cleanall.bat
call clean.bat
call build.bat
echo "====================== creating build with PALETTE_MMTT set to kinect"
set PALETTE_MMTT=kinect
call cleanall.bat
call clean.bat
call build.bat
2 changes: 1 addition & 1 deletion build/windows/build_bin.bat
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ copy %PALETTE_SOURCE%\build\windows\vc15\bin\msvcr100.dll %ship%\ffgl >nul
popd

rem ======== Kinect (mmtt_kinect) is only built when PALETTE_MMTT is set
if "%PALETTE_MMTT%" == "kinect" call mmtt_build.bat
if "%PALETTE_MMTT%" == "kinect" call build_mmtt.bat

echo ================ Copying misc binaries
copy %PALETTE_SOURCE%\binaries\nircmdc.exe %bin% >nul
Expand Down
Binary file modified release/palette_8.04_data_omnisphere.exe
Binary file not shown.
Binary file modified release/palette_8.04_data_sfmoma.exe
Binary file not shown.
Binary file modified release/palette_8.04_win_setup.exe
Binary file not shown.
Binary file added release/palette_8.04_win_setup_with_kinect.exe
Binary file not shown.

0 comments on commit 086bfeb

Please sign in to comment.