summaryrefslogtreecommitdiff
path: root/cppe/src
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-07-05 13:32:31 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-07-05 13:32:31 +0000
commitdf19c1c94b5927b5388c1d6c839b09e347dbfbc1 (patch)
tree9f4e27398c9ed24cf6d081d3375ff250725b20e5 /cppe/src
parentREadded operations (diff)
downloadice-df19c1c94b5927b5388c1d6c839b09e347dbfbc1.tar.bz2
ice-df19c1c94b5927b5388c1d6c839b09e347dbfbc1.tar.xz
ice-df19c1c94b5927b5388c1d6c839b09e347dbfbc1.zip
DLL version compiles again.
Diffstat (limited to 'cppe/src')
-rwxr-xr-xcppe/src/IceE/Communicator.cpp3
-rwxr-xr-xcppe/src/IceE/Connection.cpp2
-rwxr-xr-xcppe/src/IceE/Current.cpp14
-rw-r--r--cppe/src/IceE/Initialize.cpp1
-rw-r--r--cppe/src/IceE/Outgoing.cpp2
-rw-r--r--cppe/src/IceE/Proxy.cpp2
-rw-r--r--cppe/src/IceE/TraceUtil.cpp3
-rwxr-xr-xcppe/src/IceE/ice.dsp20
-rwxr-xr-xcppe/src/IceEC/icec.dsp296
9 files changed, 23 insertions, 320 deletions
diff --git a/cppe/src/IceE/Communicator.cpp b/cppe/src/IceE/Communicator.cpp
index 287637eb0f9..e9f69cbbd25 100755
--- a/cppe/src/IceE/Communicator.cpp
+++ b/cppe/src/IceE/Communicator.cpp
@@ -7,9 +7,8 @@
//
// **********************************************************************
-#include <IceE/Object.h>
#include <IceE/Communicator.h>
-#include <IceE/Instance.h>
+#include <IceE/Instance.h>
#include <IceE/Properties.h>
#include <IceE/ReferenceFactory.h>
#include <IceE/ProxyFactory.h>
diff --git a/cppe/src/IceE/Connection.cpp b/cppe/src/IceE/Connection.cpp
index 8984e15da04..efe2ad53378 100755
--- a/cppe/src/IceE/Connection.cpp
+++ b/cppe/src/IceE/Connection.cpp
@@ -16,13 +16,13 @@
#include <IceE/Transceiver.h>
#include <IceE/Endpoint.h>
#include <IceE/Outgoing.h>
-#include <IceE/Incoming.h>
#include <IceE/LocalException.h>
#include <IceE/Protocol.h>
#include <IceE/ReferenceFactory.h> // For createProxy().
#include <IceE/ProxyFactory.h> // For createProxy().
#ifndef ICEE_PURE_CLIENT
# include <IceE/ObjectAdapter.h>
+# include <IceE/Incoming.h>
#endif
using namespace std;
diff --git a/cppe/src/IceE/Current.cpp b/cppe/src/IceE/Current.cpp
index 1a59e605061..c0c5b957e22 100755
--- a/cppe/src/IceE/Current.cpp
+++ b/cppe/src/IceE/Current.cpp
@@ -11,20 +11,6 @@
#include <IceE/BasicStream.h>
#include <IceE/Object.h>
-void
-IceE::__write(::IceEInternal::BasicStream* __os, ::IceE::OperationMode v)
-{
- __os->write(static_cast< ::IceE::Byte>(v));
-}
-
-void
-IceE::__read(::IceEInternal::BasicStream* __is, ::IceE::OperationMode& v)
-{
- ::IceE::Byte val;
- __is->read(val);
- v = static_cast< ::IceE::OperationMode>(val);
-}
-
bool
IceE::Current::operator==(const Current& __rhs) const
{
diff --git a/cppe/src/IceE/Initialize.cpp b/cppe/src/IceE/Initialize.cpp
index 874f5a812ea..a85523b70f3 100644
--- a/cppe/src/IceE/Initialize.cpp
+++ b/cppe/src/IceE/Initialize.cpp
@@ -7,7 +7,6 @@
//
// **********************************************************************
-#include <IceE/Object.h>
#include <IceE/Communicator.h>
#include <IceE/Properties.h>
#include <IceE/Initialize.h>
diff --git a/cppe/src/IceE/Outgoing.cpp b/cppe/src/IceE/Outgoing.cpp
index d0270242403..0acbbf817fb 100644
--- a/cppe/src/IceE/Outgoing.cpp
+++ b/cppe/src/IceE/Outgoing.cpp
@@ -8,7 +8,7 @@
// **********************************************************************
#include <IceE/Outgoing.h>
-#include <IceE/Object.h>
+#include <IceE/DispatchStatus.h>
#include <IceE/Connection.h>
#include <IceE/Reference.h>
#include <IceE/Endpoint.h>
diff --git a/cppe/src/IceE/Proxy.cpp b/cppe/src/IceE/Proxy.cpp
index d24ed73c0a0..c6c52f8a27c 100644
--- a/cppe/src/IceE/Proxy.cpp
+++ b/cppe/src/IceE/Proxy.cpp
@@ -9,8 +9,6 @@
#include <IceE/Proxy.h>
#include <IceE/ProxyFactory.h>
-#include <IceE/Object.h>
-#include <IceE/ObjectAdapterFactory.h>
#include <IceE/Outgoing.h>
#include <IceE/Reference.h>
#include <IceE/Endpoint.h>
diff --git a/cppe/src/IceE/TraceUtil.cpp b/cppe/src/IceE/TraceUtil.cpp
index 8694e024a53..8902dab5668 100644
--- a/cppe/src/IceE/TraceUtil.cpp
+++ b/cppe/src/IceE/TraceUtil.cpp
@@ -10,7 +10,7 @@
#include <IceE/StringUtil.h>
#include <IceE/TraceUtil.h>
#include <IceE/Instance.h>
-#include <IceE/Object.h>
+#include <IceE/DispatchStatus.h>
#include <IceE/Proxy.h>
#include <IceE/TraceLevels.h>
#include <IceE/Logger.h>
@@ -18,6 +18,7 @@
#include <IceE/Protocol.h>
#include <IceE/IdentityUtil.h>
#include <IceE/SafeStdio.h>
+#include <IceE/OperationMode.h>
using namespace std;
using namespace IceE;
diff --git a/cppe/src/IceE/ice.dsp b/cppe/src/IceE/ice.dsp
index 5733a4395d6..cadd93d8301 100755
--- a/cppe/src/IceE/ice.dsp
+++ b/cppe/src/IceE/ice.dsp
@@ -116,8 +116,8 @@ PostBuild_Cmds=copy $(OutDir)\iceed.lib ..\..\lib\ copy $(OutDir)\icee10d.pdb ..
# PROP Intermediate_Dir "ReleaseStatic"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-MTL=midl.exe
SLICE2CPPEFLAGS=-DICEE
+MTL=midl.exe
CPP=cl.exe
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_LIB" /Yu"stdafx.h" /FD /c
# ADD CPP /nologo /MD /W3 /WX /GR /GX /O1 /I ".." /I "../../include" /D "NDEBUG" /D "ICEE_STATIC_LIBS" /D "_LIB" /D FD_SETSIZE=1024 /D "_CONSOLE" /FD /c
@@ -133,7 +133,7 @@ LIB32=link.exe -lib
# Begin Special Build Tool
OutDir=.\ReleaseStatic
SOURCE="$(InputPath)"
-PostBuild_Cmds=copy $(OutDir)\icee.lib ..\..\lib\
+PostBuild_Cmds=copy $(OutDir)\icee.lib ..\..\lib\
# End Special Build Tool
!ELSEIF "$(CFG)" == "ice - Win32 Debug Static"
@@ -149,8 +149,8 @@ PostBuild_Cmds=copy $(OutDir)\icee.lib
# PROP Intermediate_Dir "DebugStatic"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-MTL=midl.exe
SLICE2CPPEFLAGS=-DICEE
+MTL=midl.exe
CPP=cl.exe
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_LIB" /Yu"stdafx.h" /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /WX /Gm /GR /GX /Zi /Od /I ".." /I "../../include" /D "_DEBUG" /D "ICEE_STATIC_LIBS" /D "_LIB" /D FD_SETSIZE=1024 /D "_CONSOLE" /FD /GZ /c
@@ -166,7 +166,7 @@ LIB32=link.exe -lib
# Begin Special Build Tool
OutDir=.\DebugStatic
SOURCE="$(InputPath)"
-PostBuild_Cmds=copy $(OutDir)\iceed.lib ..\..\lib\
+PostBuild_Cmds=copy $(OutDir)\iceed.lib ..\..\lib\
# End Special Build Tool
!ENDIF
@@ -282,10 +282,6 @@ SOURCE=.\Locator.cpp
# End Source File
# Begin Source File
-SOURCE=.\LocatorF.cpp
-# End Source File
-# Begin Source File
-
SOURCE=.\LocatorInfo.cpp
# End Source File
# Begin Source File
@@ -318,6 +314,10 @@ SOURCE=.\ObjectAdapterFactory.cpp
# End Source File
# Begin Source File
+SOURCE=.\OperationMode.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\Outgoing.cpp
# End Source File
# Begin Source File
@@ -458,6 +458,10 @@ SOURCE=.\ObjectAdapterFactory.h
# End Source File
# Begin Source File
+SOURCE=..\..\include\IceE\OperationMode.h
+# End Source File
+# Begin Source File
+
SOURCE=.\OutgoingConnectionFactory.h
# End Source File
# Begin Source File
diff --git a/cppe/src/IceEC/icec.dsp b/cppe/src/IceEC/icec.dsp
index 9cfef9321a9..d929fed1fea 100755
--- a/cppe/src/IceEC/icec.dsp
+++ b/cppe/src/IceEC/icec.dsp
@@ -116,8 +116,8 @@ PostBuild_Cmds=copy $(OutDir)\iceecd.lib ..\..\lib\ copy $(OutDir)\iceec10d.pdb
# PROP Intermediate_Dir "ReleaseStatic"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-MTL=midl.exe
SLICE2CPPEFLAGS=-DICEE
+MTL=midl.exe
CPP=cl.exe
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_LIB" /Yu"stdafx.h" /FD /c
# ADD CPP /nologo /MD /W3 /WX /GR /GX /O1 /I ".." /I "../../include" /D "NDEBUG" /D "ICEE_STATIC_LIBS" /D "_LIB" /D FD_SETSIZE=1024 /D "_CONSOLE" /D "ICEE_PURE_CLIENT" /FD /c
@@ -133,7 +133,7 @@ LIB32=link.exe -lib
# Begin Special Build Tool
OutDir=.\ReleaseStatic
SOURCE="$(InputPath)"
-PostBuild_Cmds=copy $(OutDir)\iceec.lib ..\..\lib\
+PostBuild_Cmds=copy $(OutDir)\iceec.lib ..\..\lib\
# End Special Build Tool
!ELSEIF "$(CFG)" == "icec - Win32 Debug Static"
@@ -149,8 +149,8 @@ PostBuild_Cmds=copy $(OutDir)\iceec.lib
# PROP Intermediate_Dir "DebugStatic"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-MTL=midl.exe
SLICE2CPPEFLAGS=-DICEE
+MTL=midl.exe
CPP=cl.exe
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_LIB" /Yu"stdafx.h" /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /WX /Gm /GR /GX /Zi /Od /I ".." /I "../../include" /D "_DEBUG" /D "ICEE_STATIC_LIBS" /D "_LIB" /D FD_SETSIZE=1024 /D "_CONSOLE" /D "ICEE_PURE_CLIENT" /FD /GZ /c
@@ -166,7 +166,7 @@ LIB32=link.exe -lib
# Begin Special Build Tool
OutDir=.\DebugStatic
SOURCE="$(InputPath)"
-PostBuild_Cmds=copy $(OutDir)\iceecd.lib ..\..\lib\
+PostBuild_Cmds=copy $(OutDir)\iceecd.lib ..\..\lib\
# End Special Build Tool
!ENDIF
@@ -258,10 +258,6 @@ SOURCE=..\IceE\LocalObject.cpp
# End Source File
# Begin Source File
-SOURCE=.\Locator.cpp
-# End Source File
-# Begin Source File
-
SOURCE=..\IceE\LocatorInfo.cpp
# End Source File
# Begin Source File
@@ -282,7 +278,7 @@ SOURCE=..\IceE\Network.cpp
# End Source File
# Begin Source File
-SOURCE=..\IceE\Object.cpp
+SOURCE=..\IceE\OperationMode.cpp
# End Source File
# Begin Source File
@@ -322,10 +318,6 @@ SOURCE=..\IceE\ReferenceFactory.cpp
# End Source File
# Begin Source File
-SOURCE=.\Router.cpp
-# End Source File
-# Begin Source File
-
SOURCE=..\IceE\RouterInfo.cpp
# End Source File
# Begin Source File
@@ -554,14 +546,6 @@ SOURCE=..\..\include\IceE\LocalObjectF.h
# End Source File
# Begin Source File
-SOURCE=..\..\include\IceE\Locator.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\IceE\LocatorF.h
-# End Source File
-# Begin Source File
-
SOURCE=..\IceE\LocatorInfo.h
# End Source File
# Begin Source File
@@ -606,11 +590,7 @@ SOURCE=..\IceE\Network.h
# End Source File
# Begin Source File
-SOURCE=..\..\include\IceE\Object.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\IceE\ObjectF.h
+SOURCE=..\..\include\IceE\OperationMode.h
# End Source File
# Begin Source File
@@ -674,14 +654,6 @@ SOURCE=..\IceE\ReferenceFactoryF.h
# End Source File
# Begin Source File
-SOURCE=..\..\include\IceE\Router.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\IceE\RouterF.h
-# End Source File
-# Begin Source File
-
SOURCE=..\..\include\IceE\RouterInfo.h
# End Source File
# Begin Source File
@@ -1003,132 +975,6 @@ BuildCmds= \
# End Source File
# Begin Source File
-SOURCE=..\..\slice\IceE\Locator.ice
-
-!IF "$(CFG)" == "icec - Win32 Release"
-
-# Begin Custom Build
-InputPath=..\..\slice\IceE\Locator.ice
-
-BuildCmds= \
- slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice ../../slice/IceE/Locator.ice \
- move Locator.h ..\..\include\icee \
-
-
-"..\..\include\icee\Locator.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"Locator.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "icec - Win32 Debug"
-
-# Begin Custom Build
-InputPath=..\..\slice\IceE\Locator.ice
-
-BuildCmds= \
- slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice ../../slice/IceE/Locator.ice \
- move Locator.h ..\..\include\icee \
-
-
-"..\..\include\icee\Locator.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"Locator.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "icec - Win32 Release Static"
-
-# Begin Custom Build
-InputPath=..\..\slice\IceE\Locator.ice
-
-BuildCmds= \
- slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice ../../slice/IceE/Locator.ice \
- move Locator.h ..\..\include\icee \
-
-
-"..\..\include\icee\Locator.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"Locator.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "icec - Win32 Debug Static"
-
-# Begin Custom Build
-InputPath=..\..\slice\IceE\Locator.ice
-
-BuildCmds= \
- slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice ../../slice/IceE/Locator.ice \
- move Locator.h ..\..\include\icee \
-
-
-"..\..\include\icee\Locator.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"Locator.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-# End Custom Build
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\slice\IceE\LocatorF.ice
-
-!IF "$(CFG)" == "icec - Win32 Release"
-
-# Begin Custom Build
-InputPath=..\..\slice\IceE\LocatorF.ice
-
-"..\..\include\icee\LocatorF.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice -DICEE ../../slice/IceE/LocatorF.ice
- move LocatorF.h ..\..\include\icee
-
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "icec - Win32 Debug"
-
-# Begin Custom Build
-InputPath=..\..\slice\IceE\LocatorF.ice
-
-"..\..\include\icee\LocatorF.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice -DICEE ../../slice/IceE/LocatorF.ice
- move LocatorF.h ..\..\include\icee
-
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "icec - Win32 Release Static"
-
-# Begin Custom Build
-InputPath=..\..\slice\IceE\LocatorF.ice
-
-"..\..\include\icee\LocatorF.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice -DICEE ../../slice/IceE/LocatorF.ice
- move LocatorF.h ..\..\include\icee
-
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "icec - Win32 Debug Static"
-
-# Begin Custom Build
-InputPath=..\..\slice\IceE\LocatorF.ice
-
-"..\..\include\icee\LocatorF.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice -DICEE ../../slice/IceE/LocatorF.ice
- move LocatorF.h ..\..\include\icee
-
-# End Custom Build
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
SOURCE=..\..\slice\IceE\Logger.ice
!IF "$(CFG)" == "icec - Win32 Release"
@@ -1257,136 +1103,6 @@ InputPath=..\..\slice\IceE\LoggerF.ice
!ENDIF
# End Source File
-# Begin Source File
-
-SOURCE=..\..\slice\IceE\Router.ice
-
-!IF "$(CFG)" == "icec - Win32 Release"
-
-# Begin Custom Build
-InputPath=..\..\slice\IceE\Router.ice
-
-BuildCmds= \
- slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice ../../slice/IceE/Router.ice \
- move Router.h ..\..\include\icee \
-
-
-"..\..\include\icee\Router.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"Router.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "icec - Win32 Debug"
-
-# Begin Custom Build
-InputPath=..\..\slice\IceE\Router.ice
-
-BuildCmds= \
- slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice ../../slice/IceE/Router.ice \
- move Router.h ..\..\include\icee \
-
-
-"..\..\include\icee\Router.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"Router.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "icec - Win32 Release Static"
-
-# Begin Custom Build
-InputPath=..\..\slice\IceE\Router.ice
-
-BuildCmds= \
- slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice ../../slice/IceE/Router.ice \
- move Router.h ..\..\include\icee \
-
-
-"..\..\include\icee\Router.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"Router.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "icec - Win32 Debug Static"
-
-# Begin Custom Build
-InputPath=..\..\slice\IceE\Router.ice
-
-BuildCmds= \
- slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice ../../slice/IceE/Router.ice \
- move Router.h ..\..\include\icee \
-
-
-"..\..\include\icee\Router.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"Router.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-# End Custom Build
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\slice\IceE\RouterF.ice
-
-!IF "$(CFG)" == "icec - Win32 Release"
-
-# Begin Custom Build
-InputPath=..\..\slice\IceE\RouterF.ice
-
-"..\..\include\icee\RouterF.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice -DICEE ../../slice/IceE/RouterF.ice
- move RouterF.h ..\..\include\icee
- del RouterF.cpp
-
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "icec - Win32 Debug"
-
-# Begin Custom Build
-InputPath=..\..\slice\IceE\RouterF.ice
-
-"..\..\include\icee\RouterF.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice -DICEE ../../slice/IceE/RouterF.ice
- move RouterF.h ..\..\include\icee
- del RouterF.cpp
-
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "icec - Win32 Release Static"
-
-# Begin Custom Build
-InputPath=..\..\slice\IceE\RouterF.ice
-
-"..\..\include\icee\RouterF.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice -DICEE ../../slice/IceE/RouterF.ice
- move RouterF.h ..\..\include\icee
- del RouterF.cpp
-
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "icec - Win32 Debug Static"
-
-# Begin Custom Build
-InputPath=..\..\slice\IceE\RouterF.ice
-
-"..\..\include\icee\RouterF.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice -DICEE ../../slice/IceE/RouterF.ice
- move RouterF.h ..\..\include\icee
- del RouterF.cpp
-
-# End Custom Build
-
-!ENDIF
-
-# End Source File
# End Group
# End Target
# End Project