diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-05 11:15:48 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-05 11:15:48 +0000 |
commit | 8d58c178858433f73128d28855bd50e41d5e54f5 (patch) | |
tree | 42bd3b9fa78e0a86f6f0bdda98749d76e40adf57 /cppe/src | |
parent | Ice -> IceE for IceE (diff) | |
download | ice-8d58c178858433f73128d28855bd50e41d5e54f5.tar.bz2 ice-8d58c178858433f73128d28855bd50e41d5e54f5.tar.xz ice-8d58c178858433f73128d28855bd50e41d5e54f5.zip |
Fixed slice compile
Diffstat (limited to 'cppe/src')
-rwxr-xr-x | cppe/src/IceE/ice.dsp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cppe/src/IceE/ice.dsp b/cppe/src/IceE/ice.dsp index 185fd709c48..5733a4395d6 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 ""
-SLICE2CPPEFLAGS=-DICEE
MTL=midl.exe
+SLICE2CPPEFLAGS=-DICEE
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 ""
-SLICE2CPPEFLAGS=-DICEE
MTL=midl.exe
+SLICE2CPPEFLAGS=-DICEE
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
@@ -999,7 +999,7 @@ SOURCE=..\..\slice\IceE\Router.ice InputPath=..\..\slice\IceE\Router.ice
BuildCmds= \
- slice2cpp.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice ../../slice/IceE/Router.ice \
+ slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice ../../slice/IceE/Router.ice \
move Router.h ..\..\include\icee \
@@ -1033,7 +1033,7 @@ BuildCmds= \ InputPath=..\..\slice\IceE\Router.ice
BuildCmds= \
- slice2cpp.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice ../../slice/IceE/Router.ice \
+ slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice ../../slice/IceE/Router.ice \
move Router.h ..\..\include\icee \
@@ -1050,7 +1050,7 @@ BuildCmds= \ InputPath=..\..\slice\IceE\Router.ice
BuildCmds= \
- slice2cpp.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice ../../slice/IceE/Router.ice \
+ slice2cppe.exe --ice --dll-export ICEE_API --include-dir IceE -I../../slice ../../slice/IceE/Router.ice \
move Router.h ..\..\include\icee \
|