Skip to content

Commit

Permalink
update to visual studio 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
vizicist committed Nov 14, 2024
1 parent fb98ee1 commit a06d536
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build/windows/vcvars64.err
data/recordings/*
data/saved/archive/vizdesk*
cmd/fyne_demo
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.04
8.05
7 changes: 4 additions & 3 deletions build/windows/build_bin.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if not "%PALETTE_SOURCE%" == "" goto keepgoing1
:keepgoing1

if not "%VSINSTALLDIR%" == "" goto keepgoing2
echo Calling msdev17 to set build environment.
call ..\..\scripts\msdev17.bat
echo Calling msdev22 to set build environment.
call ..\..\scripts\msdev22.bat
:keepgoing2

set ship=%PALETTE_SOURCE%\build\windows\ship
Expand Down Expand Up @@ -91,7 +91,8 @@ 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 build_mmtt.bat
rem ======== NOTE - this is now NOT done automatically, you need to call build_mmtt manually
rem if "%PALETTE_MMTT%" == "kinect" call build_mmtt.bat

echo ================ Copying misc binaries
copy %PALETTE_SOURCE%\binaries\nircmdc.exe %bin% >nul
Expand Down
8 changes: 8 additions & 0 deletions data_sfmoma/logs/palette.log
Original file line number Diff line number Diff line change
Expand Up @@ -153549,3 +153549,11 @@
{"uptime":"0.000519","msg":"Palette InitLog","args":["status"],"click":0,"loglevel":"info"}
{"uptime":"0.460182","msg":"LogError","err":"GetProcessInfo: no executable info for obs","click":0,"loglevel":"error"}
{"uptime":"0.460182","msg":"LogError","err":"GetProcessInfo: no fullpath info for obs","click":0,"loglevel":"error"}
{"uptime":"0.000000","msg":"InitLog ==============================","date":"2024-11-13-16-52-24","logname":"palette","click":0,"loglevel":"info"}
{"uptime":"0.008804","msg":"LogError","err":"open C:\\Users\\tjt\\Github\\palette\\data_sfmoma\\saved\\global\\_Current.json: The system cannot find the file specified.","click":0,"loglevel":"error"}
{"uptime":"0.009343","msg":"LogError","err":"open C:\\Users\\tjt\\Github\\palette\\data_sfmoma\\saved\\global\\_Current.json: The system cannot find the file specified.","click":0,"loglevel":"error"}
{"uptime":"0.009343","msg":"LogError","err":"open C:\\Users\\tjt\\Github\\palette\\data_sfmoma\\saved\\global\\_Current.json: The system cannot find the file specified.","click":0,"loglevel":"error"}
{"uptime":"0.012941","msg":"mmtt executable not found, looking for","fullpath":"C:\\Program Files\\Palette\\bin\\mmtt_none\\mmtt_none.exe","click":0,"loglevel":"warn"}
{"uptime":"0.012941","msg":"Palette InitLog","args":["status"],"click":0,"loglevel":"info"}
{"uptime":"1.095779","msg":"LogError","err":"GetProcessInfo: no executable info for mmtt","click":0,"loglevel":"error"}
{"uptime":"1.095779","msg":"LogError","err":"GetProcessInfo: no fullpath info for mmtt","click":0,"loglevel":"error"}
Binary file added release/palette_8.05_data_omnisphere.exe
Binary file not shown.
Binary file added release/palette_8.05_data_sfmoma.exe
Binary file not shown.
Binary file added release/palette_8.05_win_setup.exe
Binary file not shown.
3 changes: 2 additions & 1 deletion scripts/msdev22.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
rem set VCTargetsPath=C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\
"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
set VSCMD_DEBUG=1
"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat" > vcvars64.out 2> vcvars64.err

0 comments on commit a06d536

Please sign in to comment.