Skip to content

Commit

Permalink
fix kinect build
Browse files Browse the repository at this point in the history
  • Loading branch information
vizicist committed May 30, 2024
1 parent 19d2d5d commit 33d4583
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/windows/cleanall.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ rm -fr %PALETTE_SOURCE%\python\dist
rm -fr %PALETTE_SOURCE%\depthlib\build\.vs
rm -fr %PALETTE_SOURCE%\depthlib\build\x64
rm -fr %PALETTE_SOURCE%\depthlib\build\*.dir
del /s %PALETTE_SOURCE%\mmtt_kinect\build\windows\*.obj
del /s %PALETTE_SOURCE%\mmtt_kinect\build\windows\*.obj >nul 2>nul

:getout
2 changes: 1 addition & 1 deletion build/windows/palette_win_setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Source: "ship\bin\*.bat"; DestDir: "{app}\bin"; Flags: comparetimestamp ignoreve
Source: "ship\bin\*.dll"; DestDir: "{app}\bin"; Flags: comparetimestamp ignoreversion
Source: "ship\bin\*.exe"; DestDir: "{app}\bin"; Flags: comparetimestamp ignoreversion
Source: "ship\bin\pyinstalled\*"; DestDir: "{app}\bin\pyinstalled"; Flags: ignoreversion recursesubdirs createallsubdirs
#if "{#GetEnv('PALETTE_MMTT')}" == "kinect"
#if GetEnv("PALETTE_MMTT") == "kinect"
Source: "ship\bin\mmtt_kinect\*"; DestDir: "{app}\bin\mmtt_kinect"; Flags: ignoreversion recursesubdirs createallsubdirs
#endif
Source: "ship\ffgl\*"; DestDir: "{app}\ffgl"; Flags: ignoreversion recursesubdirs createallsubdirs
Expand Down
Binary file modified release/palette_7.96_win_setup_with_kinect.exe
Binary file not shown.

0 comments on commit 33d4583

Please sign in to comment.