[georest] push by jumpinja...@gmail.com - Issue 26: Create output dir for thirdparty libs if it doesn't exist on 2012-01-13 08:09 GMT

1 view
Skip to first unread message

geo...@googlecode.com

unread,
Jan 13, 2012, 3:10:01 AM1/13/12
to georest...@googlegroups.com
Revision: a93643a762d7
Author: Jackie Ng <jumpin...@gmail.com>
Date: Fri Jan 13 00:08:28 2012
Log: Issue 26: Create output dir for thirdparty libs if it doesn't
exist
http://code.google.com/p/georest/source/detail?r=a93643a762d7

Modified:
/src/build_thirdparty.bat

=======================================
--- /src/build_thirdparty.bat Mon Jan 9 06:35:23 2012
+++ /src/build_thirdparty.bat Fri Jan 13 00:08:28 2012
@@ -38,6 +38,7 @@
:copydlls
echo [build]: Copying dlls
SET OUTDIR=%CD%\..\bin\%PLATFORM%\%BUILDCONFIG%
+if not exist "%OUTDIR%" mkdir "%OUTDIR%"
pushd %CTEMPLATE_PATH%\%BUILDCONFIG%
copy /Y libctemplate.dll "%OUTDIR%"
popd

Reply all
Reply to author
Forward
0 new messages