if you use misuse labels as comments please at least keep in mind that labels cannot be used inline, within code blocks or with indentation! 0.9.19
authorsheepluva
Mon, 03 Jun 2013 13:47:35 +0200
branch0.9.19
changeset 9099 a2af0ef2b664
parent 9097 4ae3dd71f5fa
child 9101 2629191ea078
if you use misuse labels as comments please at least keep in mind that labels cannot be used inline, within code blocks or with indentation!
tools/build_windows.bat
--- a/tools/build_windows.bat	Mon Jun 03 10:04:01 2013 +0200
+++ b/tools/build_windows.bat	Mon Jun 03 13:47:35 2013 +0200
@@ -40,7 +40,8 @@
 
 echo Running cmake...
 set ERRORLEVEL=
-cmake . -G "MinGW Makefiles" -DPNG_LIBRARY="%CD%\misc\winutils\bin\libpng13.dll" -DCMAKE_BUILD_TYPE="%BUILD_TYPE%" -DCMAKE_PREFIX_PATH="%CD%\misc\winutils\" ::prefix should be last
+cmake . -G "MinGW Makefiles" -DPNG_LIBRARY="%CD%\misc\winutils\bin\libpng13.dll" -DCMAKE_BUILD_TYPE="%BUILD_TYPE%" -DCMAKE_PREFIX_PATH="%CD%\misc\winutils\\"
+:: prefix should be last
 
 if %ERRORLEVEL% NEQ 0 goto exitpoint