libcvd-members
[Top][All Lists]
Advanced

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

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


From: Gerhard Reitmayr
Subject: [libcvd-members] libcvd/build/vc2008 libcvd.vcproj
Date: Tue, 10 May 2011 17:20:51 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Gerhard Reitmayr <gerhard>      11/05/10 17:20:51

Modified files:
        build/vc2008   : libcvd.vcproj 

Log message:
        corrected new files
        custom copy build command for config.h should be more robust now

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/build/vc2008/libcvd.vcproj?cvsroot=libcvd&r1=1.9&r2=1.10

Patches:
Index: libcvd.vcproj
===================================================================
RCS file: /cvsroot/libcvd/libcvd/build/vc2008/libcvd.vcproj,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- libcvd.vcproj       4 May 2011 10:42:40 -0000       1.9
+++ libcvd.vcproj       10 May 2011 17:20:51 -0000      1.10
@@ -482,6 +482,14 @@
                                        >
                                </File>
                                <File
+                                       RelativePath="..\..\pnm_src\bmp_read.cc"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\..\pnm_src\bmp_write.cc"
+                                       >
+                               </File>
+                               <File
                                        
RelativePath="..\..\pnm_src\cvdimage.cxx"
                                        >
                                </File>
@@ -604,8 +612,8 @@
                                        >
                                        <Tool
                                                Name="VCCustomBuildTool"
-                                               CommandLine="copy 
&quot;$(InputPath)&quot; ..\..\cvd&#x0D;&#x0A;"
-                                               
Outputs="..\..\cvd\$(InputFileName)"
+                                               CommandLine="copy 
&quot;$(InputPath)&quot; &quot;$(InputDir)..\..\cvd&quot;&#x0D;&#x0A;"
+                                               
Outputs="&quot;$(InputDir)..\..\cvd\$(InputFileName)&quot;"
                                        />
                                </FileConfiguration>
                                <FileConfiguration
@@ -613,8 +621,8 @@
                                        >
                                        <Tool
                                                Name="VCCustomBuildTool"
-                                               CommandLine="copy 
&quot;$(InputPath)&quot; ..\..\cvd&#x0D;&#x0A;"
-                                               
Outputs="..\..\cvd\$(InputFileName)"
+                                               CommandLine="copy 
&quot;$(InputPath)&quot; &quot;$(InputDir)..\..\cvd&quot;"
+                                               
Outputs="&quot;$(InputDir)..\..\cvd\$(InputFileName)&quot;"
                                        />
                                </FileConfiguration>
                        </File>



reply via email to

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