[commit] r1781 - in trunk/GME: Gme MgaUtil Parser XmlBackEnd
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Fri Jan 6 11:49:38 CST 2012
Author: ksmyth
Date: Fri Jan 6 11:49:38 2012
New Revision: 1781
Log:
Use xcopy /D to prevent unneeded copying
Modified:
trunk/GME/Gme/GME.vcxproj
trunk/GME/MgaUtil/MgaUtil.vcxproj
trunk/GME/Parser/Parser.vcxproj
trunk/GME/XmlBackEnd/XmlBackEnd.vcxproj
Modified: trunk/GME/Gme/GME.vcxproj
==============================================================================
--- trunk/GME/Gme/GME.vcxproj Fri Jan 6 11:49:23 2012 (r1780)
+++ trunk/GME/Gme/GME.vcxproj Fri Jan 6 11:49:38 2012 (r1781)
@@ -93,10 +93,9 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<CustomBuildStep>
<Message>Copying required CrashRpt files</Message>
- <Command>copy /y ..\Lib\CrashRpt\bin\CrashRpt.dll "$(OutDir)" && ^
-copy /y ..\Lib\CrashRpt\bin\CrashSender.exe "$(OutDir)" && ^
-copy /y ..\Lib\CrashRpt\bin\crashrpt_lang.ini "$(OutDir)" && ^
-copy /y /b "$(OutDir)crashrpt_lang.ini"+,, "$(OutDir)crashrpt_lang.ini"
+ <Command>xcopy /Y/D/F ..\Lib\CrashRpt\bin\CrashRpt.dll "$(OutDir)" && ^
+xcopy /Y/D/F ..\Lib\CrashRpt\bin\CrashSender.exe "$(OutDir)" && ^
+xcopy /Y/D/F ..\Lib\CrashRpt\bin\crashrpt_lang.ini "$(OutDir)"
</Command>
<Outputs>$(OutDir)crashrpt_lang.ini;%(Outputs)</Outputs>
</CustomBuildStep>
@@ -139,10 +138,9 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<CustomBuildStep>
<Message>Copying required CrashRpt files</Message>
- <Command>copy /y ..\Lib\CrashRpt\bin\x64\CrashRpt.dll "$(OutDir)" && ^
-copy /y ..\Lib\CrashRpt\bin\x64\CrashSender.exe "$(OutDir)" && ^
-copy /y ..\Lib\CrashRpt\bin\x64\crashrpt_lang.ini "$(OutDir)" && ^
-copy /y /b "$(OutDir)crashrpt_lang.ini"+,, "$(OutDir)crashrpt_lang.ini"
+ <Command>xcopy /Y/D/F ..\Lib\CrashRpt\bin\x64\CrashRpt.dll "$(OutDir)" && ^
+xcopy /Y/D/F ..\Lib\CrashRpt\bin\x64\CrashSender.exe "$(OutDir)" && ^
+xcopy /Y/D/F ..\Lib\CrashRpt\bin\x64\crashrpt_lang.ini "$(OutDir)"
</Command>
<Outputs>$(OutDir)crashrpt_lang.ini;%(Outputs)</Outputs>
</CustomBuildStep>
@@ -184,10 +182,9 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<CustomBuildStep>
<Message>Copying required CrashRpt files</Message>
- <Command>copy /y ..\Lib\CrashRpt\bin\CrashRptd.dll "$(OutDir)" && ^
-copy /y ..\Lib\CrashRpt\bin\CrashSenderd.exe "$(OutDir)" && ^
-copy /y ..\Lib\CrashRpt\bin\crashrpt_lang.ini "$(OutDir)" && ^
-copy /y /b "$(OutDir)crashrpt_lang.ini"+,, "$(OutDir)crashrpt_lang.ini"
+ <Command>xcopy /Y/D/F ..\Lib\CrashRpt\bin\CrashRptd.dll "$(OutDir)" && ^
+xcopy /Y/D/F ..\Lib\CrashRpt\bin\CrashSenderd.exe "$(OutDir)" && ^
+xcopy /Y/D/F ..\Lib\CrashRpt\bin\crashrpt_lang.ini "$(OutDir)"
</Command>
<Outputs>$(OutDir)crashrpt_lang.ini;%(Outputs)</Outputs>
</CustomBuildStep>
@@ -226,10 +223,9 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<CustomBuildStep>
<Message>Copying required CrashRpt files</Message>
- <Command>copy /y ..\Lib\CrashRpt\bin\x64\CrashRptd.dll "$(OutDir)" && ^
-copy /y ..\Lib\CrashRpt\bin\x64\CrashSenderd.exe "$(OutDir)" && ^
-copy /y ..\Lib\CrashRpt\bin\x64\crashrpt_lang.ini "$(OutDir)" && ^
-copy /y /b "$(OutDir)crashrpt_lang.ini"+,, "$(OutDir)crashrpt_lang.ini"
+ <Command>xcopy /Y/D/F ..\Lib\CrashRpt\bin\x64\CrashRptd.dll "$(OutDir)" && ^
+xcopy /Y/D/F ..\Lib\CrashRpt\bin\x64\CrashSenderd.exe "$(OutDir)" && ^
+xcopy /Y/D/F ..\Lib\CrashRpt\bin\x64\crashrpt_lang.ini "$(OutDir)"
</Command>
<Outputs>$(OutDir)crashrpt_lang.ini;%(Outputs)</Outputs>
</CustomBuildStep>
Modified: trunk/GME/MgaUtil/MgaUtil.vcxproj
==============================================================================
--- trunk/GME/MgaUtil/MgaUtil.vcxproj Fri Jan 6 11:49:23 2012 (r1780)
+++ trunk/GME/MgaUtil/MgaUtil.vcxproj Fri Jan 6 11:49:38 2012 (r1781)
@@ -134,8 +134,7 @@
<RegisterOutput>true</RegisterOutput>
</Link>
<CustomBuildStep>
- <Command>copy /y ..\Lib\CrashRpt\bin\CrashRpt.dll "$(OutDir)" && ^
-copy /y /b "$(OutDir)CrashRpt.dll"+,, </Command>
+ <Command>xcopy /Y/D/F ..\Lib\CrashRpt\bin\CrashRpt.dll "$(OutDir)"</Command>
</CustomBuildStep>
<CustomBuildStep>
<Outputs>$(OutDir)CrashRpt.dll</Outputs>
@@ -180,8 +179,7 @@
<RegisterOutput>true</RegisterOutput>
</Link>
<CustomBuildStep>
- <Command>copy /y ..\Lib\CrashRpt\bin\x64\CrashRpt.dll "$(OutDir)" && ^
-copy /y /b "$(OutDir)CrashRpt.dll"+,, </Command>
+ <Command>xcopy /Y/D/F ..\Lib\CrashRpt\bin\x64\CrashRpt.dll "$(OutDir)"</Command>
</CustomBuildStep>
<CustomBuildStep>
<Outputs>$(OutDir)CrashRpt.dll</Outputs>
@@ -222,8 +220,7 @@
<RegisterOutput>true</RegisterOutput>
</Link>
<CustomBuildStep>
- <Command>copy /y ..\Lib\CrashRpt\bin\CrashRpt.dll "$(OutDir)" && ^
-copy /y /b "$(OutDir)CrashRpt.dll"+,, </Command>
+ <Command>xcopy /Y/D/F ..\Lib\CrashRpt\bin\CrashRpt.dll "$(OutDir)"</Command>
</CustomBuildStep>
<CustomBuildStep>
<Outputs>$(OutDir)CrashRpt.dll</Outputs>
@@ -263,8 +260,7 @@
<RegisterOutput>true</RegisterOutput>
</Link>
<CustomBuildStep>
- <Command>copy /y ..\Lib\CrashRpt\bin\x64\CrashRptd.dll "$(OutDir)" && ^
-copy /y /b "$(OutDir)CrashRptd.dll"+,, </Command>
+ <Command>xcopy /Y/D/F ..\Lib\CrashRpt\bin\x64\CrashRptd.dll "$(OutDir)"</Command>
</CustomBuildStep>
<CustomBuildStep>
<Outputs>$(OutDir)CrashRpt.dll</Outputs>
Modified: trunk/GME/Parser/Parser.vcxproj
==============================================================================
--- trunk/GME/Parser/Parser.vcxproj Fri Jan 6 11:49:23 2012 (r1780)
+++ trunk/GME/Parser/Parser.vcxproj Fri Jan 6 11:49:38 2012 (r1781)
@@ -132,7 +132,7 @@
<RegisterOutput>true</RegisterOutput>
</Link>
<CustomBuildStep>
- <Command>copy ..\Lib\xerces-c_3_1.dll "$(OutDir)"</Command>
+ <Command>xcopy /Y/D/F ..\Lib\xerces-c_3_1.dll "$(OutDir)"</Command>
<Message>copy ..\Lib\xerces-c_3_1.dll "$(OutDir)"</Message>
<Outputs>$(OutDir)\xerces-c_3_1.dll</Outputs>
</CustomBuildStep>
@@ -174,7 +174,7 @@
<RegisterOutput>true</RegisterOutput>
</Link>
<CustomBuildStep>
- <Command>copy ..\Lib\$(Platform)\xerces-c_3_1.dll "$(OutDir)"</Command>
+ <Command>xcopy /Y/D/F ..\Lib\$(Platform)\xerces-c_3_1.dll "$(OutDir)"</Command>
<Message>copy ..\Lib\$(Platform)\xerces-c_3_1.dll "$(OutDir)"</Message>
<Outputs>$(OutDir)\xerces-c_3_1.dll</Outputs>
</CustomBuildStep>
@@ -215,7 +215,7 @@
<CustomBuildStep>
<Outputs>$(OutDir)\xerces-c_3_1.dll</Outputs>
<Message>copy ..\Lib\xerces-c_3_1.dll "$(OutDir)"</Message>
- <Command>copy ..\Lib\xerces-c_3_1.dll "$(OutDir)"</Command>
+ <Command>xcopy /Y/D/F ..\Lib\xerces-c_3_1.dll "$(OutDir)"</Command>
</CustomBuildStep>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -253,7 +253,7 @@
<CustomBuildStep>
<Outputs>$(OutDir)\xerces-c_3_1.dll</Outputs>
<Message>copy ..\Lib\$(Platform)\xerces-c_3_1.dll "$(OutDir)"</Message>
- <Command>copy ..\Lib\$(Platform)\xerces-c_3_1.dll "$(OutDir)"</Command>
+ <Command>xcopy /Y/D/F ..\Lib\$(Platform)\xerces-c_3_1.dll "$(OutDir)"</Command>
</CustomBuildStep>
</ItemDefinitionGroup>
<ItemGroup>
Modified: trunk/GME/XmlBackEnd/XmlBackEnd.vcxproj
==============================================================================
--- trunk/GME/XmlBackEnd/XmlBackEnd.vcxproj Fri Jan 6 11:49:23 2012 (r1780)
+++ trunk/GME/XmlBackEnd/XmlBackEnd.vcxproj Fri Jan 6 11:49:38 2012 (r1781)
@@ -130,12 +130,12 @@
<RegisterOutput>true</RegisterOutput>
</Link>
<CustomBuildStep>
- <Command>copy ..\lib\libeay32.dll "$(OutDir)" && ^
-copy ..\lib\ssleay32.dll "$(OutDir)" && ^
-copy ..\lib\subv_$(ConfigurationName)\libapr-1.dll "$(OutDir)" && ^
-copy ..\lib\subv_$(ConfigurationName)\libaprutil-1.dll "$(OutDir)" && ^
-copy ..\lib\subv_$(ConfigurationName)\libapriconv-1.dll "$(OutDir)" && ^
-copy ..\lib\xerces-c_3_*D.dll "$(OutDir)"</Command>
+ <Command>xcopy /Y/D/F ..\lib\libeay32.dll "$(OutDir)" && ^
+xcopy /Y/D/F ..\lib\ssleay32.dll "$(OutDir)" && ^
+xcopy /Y/D/F ..\lib\subv_$(ConfigurationName)\libapr-1.dll "$(OutDir)" && ^
+xcopy /Y/D/F ..\lib\subv_$(ConfigurationName)\libaprutil-1.dll "$(OutDir)" && ^
+xcopy /Y/D/F ..\lib\subv_$(ConfigurationName)\libapriconv-1.dll "$(OutDir)" && ^
+xcopy /Y/D/F ..\lib\xerces-c_3_*D.dll "$(OutDir)"</Command>
<Message>Copying dependency DLLs...</Message>
<Outputs>$(OutDir)\libeay32.dll</Outputs>
</CustomBuildStep>
@@ -221,12 +221,12 @@
<RegisterOutput>true</RegisterOutput>
</Link>
<CustomBuildStep>
- <Command>copy ..\lib\libeay32.dll "$(OutDir)" && ^
-copy ..\lib\ssleay32.dll "$(OutDir)" && ^
-copy ..\lib\subv_$(ConfigurationName)\libapr-1.dll "$(OutDir)" && ^
-copy ..\lib\subv_$(ConfigurationName)\libaprutil-1.dll "$(OutDir)" && ^
-copy ..\lib\subv_$(ConfigurationName)\libapriconv-1.dll "$(OutDir)" && ^
-copy ..\lib\xerces-c_3_1.dll "$(OutDir)"</Command>
+ <Command>xcopy /Y/D/F ..\lib\libeay32.dll "$(OutDir)" && ^
+xcopy /Y/D/F ..\lib\ssleay32.dll "$(OutDir)" && ^
+xcopy /Y/D/F ..\lib\subv_$(ConfigurationName)\libapr-1.dll "$(OutDir)" && ^
+xcopy /Y/D/F ..\lib\subv_$(ConfigurationName)\libaprutil-1.dll "$(OutDir)" && ^
+xcopy /Y/D/F ..\lib\subv_$(ConfigurationName)\libapriconv-1.dll "$(OutDir)" && ^
+xcopy /Y/D/F ..\lib\xerces-c_3_1.dll "$(OutDir)"</Command>
<Message>Copying dependency DLLs...</Message>
<Outputs>$(OutDir)\libeay32.dll</Outputs>
</CustomBuildStep>
More information about the gme-commit
mailing list