diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-11-14 17:24:45 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-11-14 17:24:45 +0000 |
commit | 90b7895ee4169c6c4fc3a18b36b0f2bc756716d9 (patch) | |
tree | 41c29cf65d197723c808e3c297d5a1848573173d /cpp | |
parent | removing obsolete projects (diff) | |
download | ice-90b7895ee4169c6c4fc3a18b36b0f2bc756716d9.tar.bz2 ice-90b7895ee4169c6c4fc3a18b36b0f2bc756716d9.tar.xz ice-90b7895ee4169c6c4fc3a18b36b0f2bc756716d9.zip |
fixing compile warning
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/demo/IceGrid/simple/simpleC.dsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/demo/IceGrid/simple/simpleC.dsp b/cpp/demo/IceGrid/simple/simpleC.dsp index a355eeabee7..10c1da70096 100755 --- a/cpp/demo/IceGrid/simple/simpleC.dsp +++ b/cpp/demo/IceGrid/simple/simpleC.dsp @@ -115,7 +115,7 @@ SOURCE=.\Hello.ice !IF "$(CFG)" == "simpleC - Win32 Release"
-USERDEP__HELLO="..\..\..\bin\slice2cpp.exe" "..\..\..\lib\slice.lib" "..\..\..\bin\slice2cpp.exe" "..\..\..\lib\sliced.lib"
+USERDEP__HELLO="..\..\..\bin\slice2cpp.exe" "..\..\..\lib\slice.lib"
# Begin Custom Build
InputPath=.\Hello.ice
@@ -131,6 +131,7 @@ BuildCmds= \ !ELSEIF "$(CFG)" == "simpleC - Win32 Debug"
+USERDEP__HELLO="..\..\..\bin\slice2cpp.exe" "..\..\..\lib\sliced.lib"
# Begin Custom Build
InputPath=.\Hello.ice
|