diff options
author | Marc Laukien <marc@zeroc.com> | 2002-08-28 21:21:06 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-08-28 21:21:06 +0000 |
commit | dfa87a37643a0dc76ac590af86a59ba7e98509ac (patch) | |
tree | ec63121861f9ab287ed82bb8e5362a7bbadcd361 /cpp/src/IceXML/icexml.dsp | |
parent | cleanup; dynamic factory loading (diff) | |
download | ice-dfa87a37643a0dc76ac590af86a59ba7e98509ac.tar.bz2 ice-dfa87a37643a0dc76ac590af86a59ba7e98509ac.tar.xz ice-dfa87a37643a0dc76ac590af86a59ba7e98509ac.zip |
some cleanup
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
|