diff options
author | Marc Laukien <marc@zeroc.com> | 2004-11-03 17:31:44 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-11-03 17:31:44 +0000 |
commit | c87665a65503d3a892d686667b708f683eef12ad (patch) | |
tree | fec29d3f3df7d31aacb487a4ec3135158c52f6c8 /cpp/src | |
parent | fixes (diff) | |
download | ice-c87665a65503d3a892d686667b708f683eef12ad.tar.bz2 ice-c87665a65503d3a892d686667b708f683eef12ad.tar.xz ice-c87665a65503d3a892d686667b708f683eef12ad.zip |
fix
Diffstat (limited to 'cpp/src')
-rwxr-xr-x | cpp/src/IcePack/icepackregistry.dsp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cpp/src/IcePack/icepackregistry.dsp b/cpp/src/IcePack/icepackregistry.dsp index 62901433177..9c6bf91f9ed 100755 --- a/cpp/src/IcePack/icepackregistry.dsp +++ b/cpp/src/IcePack/icepackregistry.dsp @@ -55,7 +55,7 @@ LINK32=link.exe # SUBTRACT LINK32 /debug /nodefaultlib
# Begin Special Build Tool
OutDir=.\Release
-TargetName=icepackregistry
+TargetName=IcePackRegistry
SOURCE="$(InputPath)"
PostBuild_Cmds=copy $(OutDir)\$(TargetName).exe ..\..\bin
# End Special Build Tool
@@ -87,7 +87,7 @@ LINK32=link.exe # SUBTRACT LINK32 /nodefaultlib
# Begin Special Build Tool
OutDir=.\Debug
-TargetName=icepackregistry
+TargetName=IcePackRegistry
SOURCE="$(InputPath)"
PostBuild_Cmds=copy $(OutDir)\$(TargetName).exe ..\..\bin
# End Special Build Tool
@@ -280,7 +280,7 @@ USERDEP__DUMMY="..\..\bin\slice2freeze.exe" "..\..\lib\slice.lib" InputPath=.\dummy1.ice
BuildCmds= \
- ..\..\bin\slice2freeze.exe --ice -I.. -I../../slice --include-dir IcePack --dict IcePack::IdentityObjectDescDict,Ice::Identity,IcePack::ObjectDescriptor IdentityObjectDescDict ../../slice/Ice/Identity.ice ../IcePack/Internal.ice
+ ..\..\bin\slice2freeze.exe --ice --include-dir IcePack -I../../slice -I.. --dict IcePack::IdentityObjectDescDict,Ice::Identity,IcePack::ObjectDescriptor IdentityObjectDescDict ../../slice/Ice/Identity.ice ../IcePack/Internal.ice
"IdentityObjectDescDict.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -296,7 +296,7 @@ USERDEP__DUMMY="..\..\bin\slice2freeze.exe" "..\..\lib\sliced.lib" InputPath=.\dummy1.ice
BuildCmds= \
- ..\..\bin\slice2freeze.exe --ice -I.. -I../../slice --include-dir IcePack --dict IcePack::IdentityObjectDescDict,Ice::Identity,IcePack::ObjectDescriptor IdentityObjectDescDict ../../slice/Ice/Identity.ice ../IcePack/Internal.ice
+ ..\..\bin\slice2freeze.exe --ice --include-dir IcePack -I../../slice -I.. --dict IcePack::IdentityObjectDescDict,Ice::Identity,IcePack::ObjectDescriptor IdentityObjectDescDict ../../slice/Ice/Identity.ice ../IcePack/Internal.ice
"IdentityObjectDescDict.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -358,7 +358,7 @@ USERDEP__DUMMY3="..\..\bin\slice2freeze.exe" "..\..\lib\slice.lib" InputPath=.\dummy3.ice
BuildCmds= \
- ..\..\bin\slice2freeze.exe --ice -I../../slice --include-dir IcePack --dict IcePack::StringObjectProxySeqDict,string,Ice::ObjectProxySeq StringObjectProxySeqDict ../../slice/Ice/BuiltinSequences.ice
+ ..\..\bin\slice2freeze.exe --ice --include-dir IcePack -I../../slice --dict IcePack::StringObjectProxySeqDict,string,Ice::ObjectProxySeq StringObjectProxySeqDict ../../slice/Ice/BuiltinSequences.ice
"StringObjectProxySeqDict.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -374,7 +374,7 @@ USERDEP__DUMMY3="..\..\bin\slice2freeze.exe" "..\..\lib\sliced.lib" InputPath=.\dummy3.ice
BuildCmds= \
- ..\..\bin\slice2freeze.exe --ice -I../../slice --include-dir IcePack --dict IcePack::StringObjectProxySeqDict,string,Ice::ObjectProxySeq StringObjectProxySeqDict ../../slice/Ice/BuiltinSequences.ice
+ ..\..\bin\slice2freeze.exe --ice --include-dir IcePack -I../../slice --dict IcePack::StringObjectProxySeqDict,string,Ice::ObjectProxySeq StringObjectProxySeqDict ../../slice/Ice/BuiltinSequences.ice
"StringObjectProxySeqDict.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -397,7 +397,7 @@ USERDEP__INTER="..\..\bin\slice2cpp.exe" "..\..\lib\slice.lib" InputPath=.\Internal.ice
BuildCmds= \
- ..\..\bin\slice2cpp.exe --ice --include-dir IcePack -I.. -I../../slice ./Internal.ice
+ ..\..\bin\slice2cpp.exe --ice --include-dir IcePack -I../../slice -I.. Internal.ice
".\Internal.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -413,7 +413,7 @@ USERDEP__INTER="..\..\bin\slice2cpp.exe" "..\..\lib\sliced.lib" InputPath=.\Internal.ice
BuildCmds= \
- ..\..\bin\slice2cpp.exe --ice --include-dir IcePack -I.. -I../../slice ./Internal.ice
+ ..\..\bin\slice2cpp.exe --ice --include-dir IcePack -I../../slice -I.. Internal.ice
".\Internal.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
|