diff options
author | Matthew Newhook <matthew@zeroc.com> | 2001-12-07 15:28:26 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2001-12-07 15:28:26 +0000 |
commit | 2eef1608ab7696cd08f479f0526b6d940f372077 (patch) | |
tree | e79f7879592bdfa5fdb5c2d8770d3be5d246c5cf /cpp | |
parent | update all dependencies. (diff) | |
download | ice-2eef1608ab7696cd08f479f0526b6d940f372077.tar.bz2 ice-2eef1608ab7696cd08f479f0526b6d940f372077.tar.xz ice-2eef1608ab7696cd08f479f0526b6d940f372077.zip |
Release mode updates.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/IceStorm/icestormC.dsp | 25 | ||||
-rw-r--r-- | cpp/src/IceStorm/icestormS.dsp | 15 |
2 files changed, 40 insertions, 0 deletions
diff --git a/cpp/src/IceStorm/icestormC.dsp b/cpp/src/IceStorm/icestormC.dsp index 658000ff58c..346e30a865e 100644 --- a/cpp/src/IceStorm/icestormC.dsp +++ b/cpp/src/IceStorm/icestormC.dsp @@ -125,6 +125,22 @@ SOURCE=.\Grammar.y !IF "$(CFG)" == "IceStormC - Win32 Release"
+# Begin Custom Build
+InputPath=.\Grammar.y
+
+BuildCmds= \
+ bison -dvt Grammar.y \
+ move Grammar.tab.c Grammar.cpp \
+ move Grammar.tab.h Grammar.h \
+
+
+"Grammar.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"Grammar.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
!ELSEIF "$(CFG)" == "IceStormC - Win32 Debug"
# Begin Custom Build
@@ -152,6 +168,15 @@ SOURCE=.\Scanner.l !IF "$(CFG)" == "IceStormC - Win32 Release"
+# Begin Custom Build
+InputPath=.\Scanner.l
+
+"Scanner.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ flex Scanner.l
+ move lex.yy.c Scanner.cpp
+
+# End Custom Build
+
!ELSEIF "$(CFG)" == "IceStormC - Win32 Debug"
# Begin Custom Build
diff --git a/cpp/src/IceStorm/icestormS.dsp b/cpp/src/IceStorm/icestormS.dsp index 6d4c01141b3..0ca81f9ab1f 100644 --- a/cpp/src/IceStorm/icestormS.dsp +++ b/cpp/src/IceStorm/icestormS.dsp @@ -173,6 +173,21 @@ SOURCE=.\dummy.ice !IF "$(CFG)" == "IceStormS - Win32 Release"
+# Begin Custom Build
+InputPath=.\dummy.ice
+
+BuildCmds= \
+ set PATH=%PATH%;..\..\lib \
+ ..\..\bin\slice2freeze.exe --include-dir IceStorm --dict IceStorm::StringBoolDict,string,bool StringBoolDict \
+
+
+"StringBoolDict.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"StringBoolDict.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
!ELSEIF "$(CFG)" == "IceStormS - Win32 Debug"
# Begin Custom Build
|