diff options
author | Bernard Normier <bernard@zeroc.com> | 2004-05-14 23:38:41 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2004-05-14 23:38:41 +0000 |
commit | 8f4d786fba957b476961ee41dc5ddcf83aea140b (patch) | |
tree | 9f054f8562fea2d329759cc0cc732a5af3adbb7a /cpp/src | |
parent | Added comment for removeAllFacets. (diff) | |
download | ice-8f4d786fba957b476961ee41dc5ddcf83aea140b.tar.bz2 ice-8f4d786fba957b476961ee41dc5ddcf83aea140b.tar.xz ice-8f4d786fba957b476961ee41dc5ddcf83aea140b.zip |
Fixed Windows build
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/ice.dsp | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/cpp/src/Ice/ice.dsp b/cpp/src/Ice/ice.dsp index 57b42c2185f..0ce28cd4f8e 100644 --- a/cpp/src/Ice/ice.dsp +++ b/cpp/src/Ice/ice.dsp @@ -1162,6 +1162,49 @@ BuildCmds= \ # End Source File
# Begin Source File
+SOURCE=..\..\slice\Ice\FacetMap.ice
+
+!IF "$(CFG)" == "Ice - Win32 Release"
+
+USERDEP__IDENT="..\..\bin\slice2cpp.exe" "..\..\lib\slice.lib"
+# Begin Custom Build
+InputPath=..\..\slice\Ice\FacetMap.ice
+
+BuildCmds= \
+ ..\..\bin\slice2cpp.exe --ice --dll-export ICE_API --include-dir Ice -I../../slice ../../slice/Ice/FacetMap.ice \
+ move FacetMap.h ..\..\include\Ice \
+
+
+"..\..\include\Ice\FacetMap.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"FacetMap.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "Ice - Win32 Debug"
+
+USERDEP__IDENT="..\..\bin\slice2cpp.exe" "..\..\lib\sliced.lib"
+# Begin Custom Build
+InputPath=..\..\slice\Ice\FacetMap.ice
+
+BuildCmds= \
+ ..\..\bin\slice2cpp.exe --ice --dll-export ICE_API --include-dir Ice -I../../slice ../../slice/Ice/FacetMap.ice \
+ move FacetMap.h ..\..\include\Ice \
+
+
+"..\..\include\Ice\FacetMap.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"FacetMap.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
SOURCE=..\..\slice\Ice\LocalException.ice
!IF "$(CFG)" == "Ice - Win32 Release"
|