Skip to content

Commit

Permalink
Fixed make_all_win batch script.
Browse files Browse the repository at this point in the history
  • Loading branch information
belangeo committed Oct 25, 2019
1 parent 42ef009 commit 0e2c2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_all_win.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
for /f "delims=" %%i in ('dir Plugex_* /b') do (
cd %%i\Builds\VisualStudio2017
for %%f in ( dir *.sln ) do ( msbuild %%f -p:Configuration=Release )
for %%f in ( *.sln ) do ( msbuild %%f -p:Configuration=Release )
copy /y /b x64\Release\VST\*.dll ..\..\..\windows_x64_binaries\VST\
copy /y /b x64\Release\VST3\*.vst3 ..\..\..\windows_x64_binaries\VST3\
cd ..\..\..
Expand Down

0 comments on commit 0e2c2d3

Please sign in to comment.