[commit] r1385 - trunk/GME/XmlBackEnd
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Mon Jun 27 16:22:31 CDT 2011
Author: ksmyth
Date: Mon Jun 27 16:22:31 2011
New Revision: 1385
Log:
Outputs for copying dll
Modified:
trunk/GME/XmlBackEnd/XmlBackEnd.vcxproj
Modified: trunk/GME/XmlBackEnd/XmlBackEnd.vcxproj
==============================================================================
--- trunk/GME/XmlBackEnd/XmlBackEnd.vcxproj Mon Jun 27 16:22:11 2011 (r1384)
+++ trunk/GME/XmlBackEnd/XmlBackEnd.vcxproj Mon Jun 27 16:22:31 2011 (r1385)
@@ -97,7 +97,7 @@
copy ..\lib\subv_$(ConfigurationName)\libapriconv-1.dll "$(OutDir)" && ^
copy ..\lib\xerces-c_3_*D.dll "$(OutDir)"</Command>
<Message>Copying dependency DLLs...</Message>
- <Outputs> ..\lib\libeay32.dll</Outputs>
+ <Outputs>$(OutDir)\libeay32.dll</Outputs>
</CustomBuildStep>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -147,7 +147,7 @@
copy ..\lib\subv_$(ConfigurationName)\libapriconv-1.dll "$(OutDir)" && ^
copy ..\lib\xerces-c_3_1.dll "$(OutDir)"</Command>
<Message>Copying dependency DLLs...</Message>
- <Outputs> ..\lib\libeay32.dll</Outputs>
+ <Outputs>$(OutDir)\libeay32.dll</Outputs>
</CustomBuildStep>
</ItemDefinitionGroup>
<ItemGroup>
More information about the gme-commit
mailing list