Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsandemir committed Jan 8, 2016
1 parent c11d52d commit 58e6ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releaseWindows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ xcopy /S /Q external\include\* cpp\Windows_64\external\include\

echo "Moving 64bit examples to target"
xcopy /S /Q examples cpp\Windows_64\examples\src
for /R %%G ReleaseStatic64\examples IN (*.exe) DO xcopy "%%G" cpp\Windows_64\examples
for /R ReleaseStatic64\examples %%G IN (*.exe) DO xcopy "%%G" cpp\Windows_64\examples

echo "Clearing tempraroy 64bit librares"
rm -rf ./ReleaseShared64
Expand Down

0 comments on commit 58e6ffa

Please sign in to comment.