diff options
author | Benoit Foucher <benoit@zeroc.com> | 2002-11-27 16:33:34 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2002-11-27 16:33:34 +0000 |
commit | ef43d640fea22e4d09b0f37a74a4613b2371a8b6 (patch) | |
tree | 2a430923fa4a7b096067aac31d9f68e9ffaaa660 /cpp | |
parent | Fixed bug relating to the initializer for simple built-in constants: For (diff) | |
download | ice-ef43d640fea22e4d09b0f37a74a4613b2371a8b6.tar.bz2 ice-ef43d640fea22e4d09b0f37a74a4613b2371a8b6.tar.xz ice-ef43d640fea22e4d09b0f37a74a4613b2371a8b6.zip |
Copy the debug dll and pdb into bin and lib directories.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/IcePatch/icepatch.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch/icepatch.dsp b/cpp/src/IcePatch/icepatch.dsp index 5b058bf7cb0..32abb468173 100644 --- a/cpp/src/IcePatch/icepatch.dsp +++ b/cpp/src/IcePatch/icepatch.dsp @@ -92,7 +92,7 @@ LINK32=link.exe # Begin Special Build Tool
OutDir=.\Debug
SOURCE="$(InputPath)"
-PostBuild_Cmds=copy $(OutDir)\icepatch001d.lib ..\..\lib
+PostBuild_Cmds=copy $(OutDir)\icepatch001d.lib ..\..\lib copy $(OutDir)\icepatch001d.pdb ..\..\lib copy $(OutDir)\icepatch001d.dll ..\..\bin
# End Special Build Tool
!ENDIF
|