diff --git a/VERSION b/VERSION index e69cbb0b..fe554889 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.98 +8.01 diff --git a/build/windows/bin_build.bat b/build/windows/bin_build.bat index 42ff1f7d..79cb70a3 100644 --- a/build/windows/bin_build.bat +++ b/build/windows/bin_build.bat @@ -89,7 +89,7 @@ popd if not "%PALETTE_MMTT%" == "kinect" goto no_mmtt_kinect echo ================ Compiling mmtt_kinect pushd %PALETTE_SOURCE%\mmtt_kinect\build\windows - msbuild /t:Build /p:Configuration=Debug /p:Platform="x32" mmtt_kinect.sln > nul + 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 diff --git a/build/windows/mmtt_build.bat b/build/windows/mmtt_build.bat new file mode 100644 index 00000000..1871c470 --- /dev/null +++ b/build/windows/mmtt_build.bat @@ -0,0 +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 diff --git a/doc/building.md b/doc/building.md index 9b01db48..61e87e58 100644 --- a/doc/building.md +++ b/doc/building.md @@ -58,7 +58,8 @@ Not sure whether %USERPROFILE%\Github\palette\SenselLib\x64 is needed, it depend - Install mingw64 to get the gcc compiler. The last time I installed it from https://github.com/niXman/mingw-builds-binaries, and it may be necessary to download the "online installer" and execute it from the Explorer, selecting "more info" to allow installation of an unsigned package. -The version I'm using is the 13.1.0 version, 64 bit architecture, posix thread model, and ucrt runtime. +The version of gcc I'm using gives this output from 'gcc --version' - +gcc (x86_64-win32-sjlj-rev0, Built by MinGW-W64 project) 8.5.0 - In Visual Studio Code, click on the "extensions marketplace" icon (four little squares) on the left side. In the "Search Extensions" field, enter "go", and install the Go language support. diff --git a/release/palette_8.01_data_omnisphere.exe b/release/palette_8.01_data_omnisphere.exe new file mode 100644 index 00000000..0d2f84ce Binary files /dev/null and b/release/palette_8.01_data_omnisphere.exe differ diff --git a/release/palette_8.01_win_setup.exe b/release/palette_8.01_win_setup.exe new file mode 100644 index 00000000..efe72ad7 Binary files /dev/null and b/release/palette_8.01_win_setup.exe differ diff --git a/release/palette_8.01_win_setup_with_kinect.exe b/release/palette_8.01_win_setup_with_kinect.exe new file mode 100644 index 00000000..1d17abcb Binary files /dev/null and b/release/palette_8.01_win_setup_with_kinect.exe differ