summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-01-17 18:32:03 +0000
committerMark Spruiell <mes@zeroc.com>2004-01-17 18:32:03 +0000
commit2216e52a41fb347f88745d577fcab7e68ea13821 (patch)
tree20a8679f53ef35b50595e582059e12a00e426ca8 /cpp/src
parentreplacing --select-key/--select-value with --select (diff)
downloadice-2216e52a41fb347f88745d577fcab7e68ea13821.tar.bz2
ice-2216e52a41fb347f88745d577fcab7e68ea13821.tar.xz
ice-2216e52a41fb347f88745d577fcab7e68ea13821.zip
adding dumpdb
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/FreezeScript/dumpdb.dsp70
1 files changed, 22 insertions, 48 deletions
diff --git a/cpp/src/FreezeScript/dumpdb.dsp b/cpp/src/FreezeScript/dumpdb.dsp
index 2d8092e78b0..f77bfeb770c 100644
--- a/cpp/src/FreezeScript/dumpdb.dsp
+++ b/cpp/src/FreezeScript/dumpdb.dsp
@@ -51,11 +51,11 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 libdb41.lib setargv.obj /nologo /subsystem:console /machine:I386 /out:"Release/transformdb.exe" /libpath:"../../../lib"
+# ADD LINK32 libdb41.lib setargv.obj /nologo /subsystem:console /machine:I386 /libpath:"../../../lib"
# SUBTRACT LINK32 /debug /nodefaultlib
# Begin Special Build Tool
OutDir=.\Release
-TargetName=transformdb
+TargetName=dumpdb
SOURCE="$(InputPath)"
PostBuild_Cmds=copy $(OutDir)\$(TargetName).exe ..\..\bin
# End Special Build Tool
@@ -83,11 +83,11 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 libdb41d.lib setargv.obj /nologo /subsystem:console /debug /machine:I386 /out:"Debug/transformdb.exe" /pdbtype:sept /libpath:"../../../lib"
+# ADD LINK32 libdb41d.lib setargv.obj /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"../../../lib"
# SUBTRACT LINK32 /nodefaultlib
# Begin Special Build Tool
OutDir=.\Debug
-TargetName=transformdb
+TargetName=dumpdb
SOURCE="$(InputPath)"
PostBuild_Cmds=copy $(OutDir)\$(TargetName).exe ..\..\bin
# End Special Build Tool
@@ -111,6 +111,14 @@ SOURCE=.\Data.cpp
# End Source File
# Begin Source File
+SOURCE=.\DumpDB.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\DumpDescriptors.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\Error.cpp
# End Source File
# Begin Source File
@@ -139,14 +147,6 @@ SOURCE=.\Scanner.cpp
# End Source File
# Begin Source File
-SOURCE=.\DumpDB.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\DumpDescriptors.cpp
-# End Source File
-# Begin Source File
-
SOURCE=.\Util.cpp
# End Source File
# End Group
@@ -163,6 +163,10 @@ SOURCE=.\Data.h
# End Source File
# Begin Source File
+SOURCE=.\DumpDescriptors.h
+# End Source File
+# Begin Source File
+
SOURCE=.\Error.h
# End Source File
# Begin Source File
@@ -175,11 +179,11 @@ SOURCE=.\Functions.h
# End Source File
# Begin Source File
-SOURCE=.\GrammarUtil.h
+SOURCE=.\Grammar.h
# End Source File
# Begin Source File
-SOURCE=.\Grammar.h
+SOURCE=.\GrammarUtil.h
# End Source File
# Begin Source File
@@ -191,10 +195,6 @@ SOURCE=.\Print.h
# End Source File
# Begin Source File
-SOURCE=.\DumpDescriptors.h
-# End Source File
-# Begin Source File
-
SOURCE=.\Util.h
# End Source File
# End Group
@@ -205,25 +205,9 @@ SOURCE=.\Util.h
SOURCE=.\Grammar.y
-!IF "$(CFG)" == "Transform - 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
+!IF "$(CFG)" == "DumpDB - Win32 Release"
-!ELSEIF "$(CFG)" == "Transform - Win32 Debug"
+!ELSEIF "$(CFG)" == "DumpDB - Win32 Debug"
# Begin Custom Build
InputPath=.\Grammar.y
@@ -248,19 +232,9 @@ BuildCmds= \
SOURCE=.\Scanner.l
-!IF "$(CFG)" == "Transform - Win32 Release"
-
-# Begin Custom Build
-InputPath=.\Scanner.l
-
-"Scanner.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- flex Scanner.l
- echo #include "IceUtil/Config.h" > Scanner.cpp
- type lex.yy.c >> Scanner.cpp
-
-# End Custom Build
+!IF "$(CFG)" == "DumpDB - Win32 Release"
-!ELSEIF "$(CFG)" == "Transform - Win32 Debug"
+!ELSEIF "$(CFG)" == "DumpDB - Win32 Debug"
# Begin Custom Build
InputPath=.\Scanner.l