libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] libcvd/build install.bat vc2008/libcvd.vcproj


From: Gerhard Reitmayr
Subject: [libcvd-members] libcvd/build install.bat vc2008/libcvd.vcproj
Date: Wed, 17 Nov 2010 10:23:06 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Gerhard Reitmayr <gerhard>      10/11/17 10:23:06

Modified files:
        build          : install.bat 
        build/vc2008   : libcvd.vcproj 

Log message:
        update to build files to support spaces in path names

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/build/install.bat?cvsroot=libcvd&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/libcvd/build/vc2008/libcvd.vcproj?cvsroot=libcvd&r1=1.7&r2=1.8

Patches:
Index: install.bat
===================================================================
RCS file: /cvsroot/libcvd/libcvd/build/install.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- install.bat 5 Aug 2009 14:59:09 -0000       1.1
+++ install.bat 17 Nov 2010 10:23:06 -0000      1.2
@@ -14,7 +14,7 @@
 exit
 
 :includedirset
-if exist %INCLUDEDIR%\*.* goto includedirexists
+if exist "%INCLUDEDIR%\*.*" goto includedirexists
 echo The INCLUDEDIR environment variable must point to an existing directory
 echo to be able to perform the installation procedure.
 exit
@@ -27,7 +27,7 @@
 exit
 
 :libdirset
-if exist %LIBDIR%\*.* goto libdirexists
+if exist "%LIBDIR%\*.*" goto libdirexists
 echo The LIBDIR environment variable must point to an existing directory
 echo to be able to perform the installation procedure.
 exit
@@ -39,7 +39,7 @@
 exit
 
 :bindirset
-if exist %BINDIR%\*.* goto bindirexists
+if exist "%BINDIR%\*.*" goto bindirexists
 echo The BINDIR environment variable must point to an existing directory
 echo to be able to perform the installation procedure.
 exit
@@ -54,17 +54,17 @@
 if "%headersdir%"=="" goto skipheaders
 if "%headersname%"=="" goto skipheaders
 
-xcopy /S /I /Y %headersdir% %INCLUDEDIR%\%headersname%
+xcopy /S /I /Y %headersdir% "%INCLUDEDIR%\%headersname%"
 
 :skipheaders
 
 if "%libs%"=="" goto skiplibs
-xcopy /S /I /Y %libs% %LIBDIR%
+xcopy /S /I /Y %libs% "%LIBDIR%"
 
 :skiplibs
 
 if "%bins%"=="" goto skipbins
-xcopy /S /I /Y %bins% %BINDIR%
+xcopy /S /I /Y %bins% "%BINDIR%"
 
 :skipbins
 

Index: vc2008/libcvd.vcproj
===================================================================
RCS file: /cvsroot/libcvd/libcvd/build/vc2008/libcvd.vcproj,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- vc2008/libcvd.vcproj        29 Apr 2010 16:07:17 -0000      1.7
+++ vc2008/libcvd.vcproj        17 Nov 2010 10:23:06 -0000      1.8
@@ -598,7 +598,7 @@
                                        >
                                        <Tool
                                                Name="VCCustomBuildTool"
-                                               CommandLine="copy $(InputPath) 
..\..\cvd&#x0D;&#x0A;"
+                                               CommandLine="copy 
&quot;$(InputPath)&quot; ..\..\cvd&#x0D;&#x0A;"
                                                
Outputs="..\..\cvd\$(InputFileName)"
                                        />
                                </FileConfiguration>
@@ -607,7 +607,7 @@
                                        >
                                        <Tool
                                                Name="VCCustomBuildTool"
-                                               CommandLine="copy $(InputPath) 
..\..\cvd&#x0D;&#x0A;"
+                                               CommandLine="copy 
&quot;$(InputPath)&quot; ..\..\cvd&#x0D;&#x0A;"
                                                
Outputs="..\..\cvd\$(InputFileName)"
                                        />
                                </FileConfiguration>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]