*** empty log message ***

svn path=/trunk/boinc/; revision=10766
This commit is contained in:
Rom Walton 2006-07-26 20:43:38 +00:00
parent 4fcb8bf5eb
commit 3d7000123c
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ rem or write to the Free Software Foundation, Inc.,
rem 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
rem
set PROJECTROOTDIR=%1\..
set OUTPUTDIR=%2
FOR /F "usebackq delims==" %%I IN ('%1') DO set PROJECTROOTDIR=%%~I\..
FOR /F "usebackq delims==" %%J IN ('%2') DO set OUTPUTDIR=%%~J
if not exist %OUTPUTDIR%\libcurl.dll (
echo Coping libcurl to the output directory...