diff options
author | Marc Laukien <marc@zeroc.com> | 2002-05-06 14:02:17 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-05-06 14:02:17 +0000 |
commit | 2e7e98b927cc0904c7631bfcfec2fdc2251171d1 (patch) | |
tree | 0d263f496de74bd8996ea6d8cf1792cd51b19ad6 /cpp/src | |
parent | fix (diff) | |
download | ice-2e7e98b927cc0904c7631bfcfec2fdc2251171d1.tar.bz2 ice-2e7e98b927cc0904c7631bfcfec2fdc2251171d1.tar.xz ice-2e7e98b927cc0904c7631bfcfec2fdc2251171d1.zip |
project file fixes
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceSSL/icessl.dsp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/icessl.dsp b/cpp/src/IceSSL/icessl.dsp index 53d2ca1741b..70fb12c7791 100644 --- a/cpp/src/IceSSL/icessl.dsp +++ b/cpp/src/IceSSL/icessl.dsp @@ -532,6 +532,7 @@ SOURCE=..\..\slice\IceSSL\Exception.ice !IF "$(CFG)" == "IceSSL - Win32 Release"
+USERDEP__EXCEP="..\..\bin\slice2cpp.exe"
# Begin Custom Build
InputPath=..\..\slice\IceSSL\Exception.ice
@@ -541,7 +542,7 @@ BuildCmds= \ move Exception.h ..\..\include\IceSSL \
-"..\..\include\Ice\Exception.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"..\..\include\IceSSL\Exception.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"Exception.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
@@ -550,7 +551,7 @@ BuildCmds= \ !ELSEIF "$(CFG)" == "IceSSL - Win32 Debug"
-USERDEP__EXCEP="../../bin/slice2cpp.exe"
+USERDEP__EXCEP="..\..\bin\slice2cpp.exe"
# Begin Custom Build
InputPath=..\..\slice\IceSSL\Exception.ice
|