Skip to content

Commit

Permalink
Fixed some commenting out for Windows build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
talaviram committed Jun 30, 2021
1 parent 09af53f commit 703cbbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_win.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REM "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe" ./JUCE/extras/Projucer/Builds/VisualStudio2019/Projucer.sln
REM "./JUCE/extras/Projucer/Builds/VisualStudio2019/x64/Debug/App/Projucer.exe" --resave ./TICK.jucer
"%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe" ./JUCE/extras/Projucer/Builds/VisualStudio2019/Projucer.sln
"./JUCE/extras/Projucer/Builds/VisualStudio2019/x64/Debug/App/Projucer.exe" --resave ./TICK.jucer

echo Building GPL formats
set CL=/DJUCE_DISPLAY_SPLASH_SCREEN#0
Expand Down

0 comments on commit 703cbbb

Please sign in to comment.