-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
48 additions
and
759,945 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
echo off | ||
set PALETTE_MMTT=none | ||
echo "BUILDING binaries..." | ||
call bin_build | ||
echo "BUILDING data..." | ||
call data_build | ||
echo "INSTALLING binaries" | ||
call bin_install | ||
echo "INSTALLING data" | ||
call data_install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@echo off | ||
palette stop | ||
echo "====================== creating build with PALETTE_MMTT set to none" | ||
set PALETTE_MMTT=none | ||
call cleanall.bat | ||
call build.bat | ||
echo "====================== creating build with PALETTE_MMTT set to kinect" | ||
set PALETTE_MMTT=kinect | ||
call cleanall.bat | ||
call build.bat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
echo off | ||
set PALETTE_MMTT=none | ||
echo "STOPPING palette" | ||
palette stop | ||
echo "INSTALLING binaries" | ||
call bin_install | ||
echo "INSTALLING data" | ||
call data_install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
echo ================ Compiling mmtt_kinect | ||
pushd %PALETTE_SOURCE%\mmtt_kinect\build\windows | ||
msbuild /t:Build /p:Configuration=Debug /p:Platform="x32" mmtt_kinect.sln | ||
rem Put mmtt_kinect in its own bin directory, to keep 32-bit things separate | ||
mkdir %bin%\mmtt_kinect | ||
copy mmtt_kinect\Debug\mmtt_kinect.exe %bin%\mmtt_kinect\mmtt_kinect.exe >nul | ||
copy mmtt_kinect\*.dll %bin%\mmtt_kinect >nul | ||
popd | ||
echo ================ Compiling mmtt_kinect | ||
pushd %PALETTE_SOURCE%\mmtt_kinect\build\windows | ||
msbuild /target:mmtt_kinect /p:Configuration=Debug /p:Platform="win32" mmtt_kinect.sln | ||
rem Put mmtt_kinect in its own bin directory, to keep 32-bit things separate | ||
mkdir %bin%\mmtt_kinect | ||
copy mmtt_kinect\Debug\mmtt_kinect.exe %bin%\mmtt_kinect\mmtt_kinect.exe >nul | ||
copy mmtt_kinect\*.dll %bin%\mmtt_kinect >nul | ||
popd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.