diff options
author | Benoit Foucher <benoit@zeroc.com> | 2002-10-29 17:59:50 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2002-10-29 17:59:50 +0000 |
commit | 1816527450d16abebbbf4e611575c0a3bcc96278 (patch) | |
tree | c0e584f9bb1384da26e42ab6667d38bf2a1a011b /cpp | |
parent | Windows fixes (diff) | |
download | ice-1816527450d16abebbbf4e611575c0a3bcc96278.tar.bz2 ice-1816527450d16abebbbf4e611575c0a3bcc96278.tar.xz ice-1816527450d16abebbbf4e611575c0a3bcc96278.zip |
Added icecpp dependency.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/all.dsw | 18 | ||||
-rw-r--r-- | cpp/src/Slice/slice.dsp | 14 |
2 files changed, 30 insertions, 2 deletions
diff --git a/cpp/all.dsw b/cpp/all.dsw index 2f47ba0d5a5..b27db926094 100644 --- a/cpp/all.dsw +++ b/cpp/all.dsw @@ -413,6 +413,9 @@ Package=<4> Begin Project Dependency
Project_Dep_Name IceUtil
End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name icecpp
+ End Project Dependency
}}}
###############################################################################
@@ -899,6 +902,9 @@ Package=<4> Begin Project Dependency
Project_Dep_Name evictorS
End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name icecpp
+ End Project Dependency
}}}
###############################################################################
@@ -1563,6 +1569,18 @@ Package=<4> ###############################################################################
+Project: "icecpp"=.\src\icecpp\icecpp.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
Project: "inheritanceC"=.\test\Ice\inheritance\inheritanceC.dsp - Package Owner=<4>
Package=<5>
diff --git a/cpp/src/Slice/slice.dsp b/cpp/src/Slice/slice.dsp index 92cb83f7d55..01175b51aec 100644 --- a/cpp/src/Slice/slice.dsp +++ b/cpp/src/Slice/slice.dsp @@ -57,6 +57,7 @@ LINK32=link.exe # ADD LINK32 /nologo /dll /machine:I386 /out:"Release/slice001.dll"
# SUBTRACT LINK32 /pdb:none /debug /nodefaultlib
# Begin Special Build Tool
+OutDir=.\Release
SOURCE="$(InputPath)"
PostBuild_Cmds=copy $(OutDir)\slice001.* ..\..\lib
# End Special Build Tool
@@ -89,6 +90,7 @@ LINK32=link.exe # ADD LINK32 /nologo /dll /debug /machine:I386 /out:"Debug/slice001d.dll" /pdbtype:sept
# SUBTRACT LINK32 /pdb:none /nodefaultlib
# Begin Special Build Tool
+OutDir=.\Debug
SOURCE="$(InputPath)"
PostBuild_Cmds=copy $(OutDir)\slice001d.* ..\..\lib
# End Special Build Tool
@@ -120,6 +122,10 @@ SOURCE=.\Parser.cpp # End Source File
# Begin Source File
+SOURCE=.\Preprocessor.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\Scanner.cpp
# End Source File
# End Group
@@ -146,6 +152,10 @@ SOURCE=..\..\incluce\Slice\OutputUtil.h SOURCE=..\..\include\Slice\Parser.h
# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\Slice\Preprocessor.h
+# End Source File
# End Group
# Begin Group "Resource Files"
@@ -204,7 +214,7 @@ InputPath=.\Scanner.l "Scanner.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
flex Scanner.l
- echo #include "IceUtil/Config.h" > Scanner.cpp
+ echo #include "IceUtil/Config.h" > Scanner.cpp
type lex.yy.c >> Scanner.cpp
# End Custom Build
@@ -216,7 +226,7 @@ InputPath=.\Scanner.l "Scanner.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
flex Scanner.l
- echo #include "IceUtil/Config.h" > Scanner.cpp
+ echo #include "IceUtil/Config.h" > Scanner.cpp
type lex.yy.c >> Scanner.cpp
# End Custom Build
|