diff options
Diffstat (limited to 'cpp')
-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)
|