diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-10-18 10:57:39 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-10-18 10:57:39 +0000 |
commit | c8c08179da715e739068ee882f180839773213c2 (patch) | |
tree | 5e66015bafbd97e7697ad24c9b731cb016ad5891 /cpp | |
parent | Added unsubscribeBidir (diff) | |
download | ice-c8c08179da715e739068ee882f180839773213c2.tar.bz2 ice-c8c08179da715e739068ee882f180839773213c2.tar.xz ice-c8c08179da715e739068ee882f180839773213c2.zip |
Fixed slice compilation
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/demo/IceGrid/simple/simpleC.dsp | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/cpp/demo/IceGrid/simple/simpleC.dsp b/cpp/demo/IceGrid/simple/simpleC.dsp index 5f61761a931..a355eeabee7 100755 --- a/cpp/demo/IceGrid/simple/simpleC.dsp +++ b/cpp/demo/IceGrid/simple/simpleC.dsp @@ -122,15 +122,28 @@ InputPath=.\Hello.ice BuildCmds= \
..\..\..\bin\slice2cpp.exe Hello.ice
-"Hello.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"Hello.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"Hello.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"Hello.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ELSEIF "$(CFG)" == "simpleC - Win32 Debug"
+# Begin Custom Build
+InputPath=.\Hello.ice
+
+BuildCmds= \
+ ..\..\..\bin\slice2cpp.exe Hello.ice
+
+"Hello.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"Hello.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
!ENDIF
# End Source File
|