diff options
Diffstat (limited to 'cpp/src/IceXML/icexml.dsp')
-rw-r--r-- | cpp/src/IceXML/icexml.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceXML/icexml.dsp b/cpp/src/IceXML/icexml.dsp index 4322a45e4e7..54823d8513b 100644 --- a/cpp/src/IceXML/icexml.dsp +++ b/cpp/src/IceXML/icexml.dsp @@ -58,7 +58,7 @@ LINK32=link.exe # SUBTRACT LINK32 /pdb:none /debug /nodefaultlib
# Begin Special Build Tool
SOURCE="$(InputPath)"
-PostBuild_Cmds=copy Release\icexml001.* ..\..\lib
+PostBuild_Cmds=copy $(OutDir)\icexml001.* ..\..\lib
# End Special Build Tool
!ELSEIF "$(CFG)" == "IceXML - Win32 Debug"
@@ -90,7 +90,7 @@ LINK32=link.exe # SUBTRACT LINK32 /pdb:none /nodefaultlib
# Begin Special Build Tool
SOURCE="$(InputPath)"
-PostBuild_Cmds=copy Debug\icexml001d.* ..\..\lib
+PostBuild_Cmds=copy $(OutDir)\icexml001d.* ..\..\lib
# End Special Build Tool
!ENDIF
|