diff options
-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
|