diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/all.dsw | 27 | ||||
-rw-r--r-- | cpp/src/FreezeScript/dumpdb.dsp | 70 |
2 files changed, 49 insertions, 48 deletions
diff --git a/cpp/all.dsw b/cpp/all.dsw index fadbd69c1f8..ab4e16339f3 100644 --- a/cpp/all.dsw +++ b/cpp/all.dsw @@ -3,6 +3,33 @@ Microsoft Developer Studio Workspace File, Format Version 6.00 ###############################################################################
+Project: "DumpDB"=.\src\FreezeScript\DumpDB.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+ Begin Project Dependency
+ Project_Dep_Name Freeze
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name Ice
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name IceUtil
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name IceXML
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name Slice
+ End Project Dependency
+}}}
+
+###############################################################################
+
Project: "Freeze"=.\src\Freeze\Freeze.dsp - Package Owner=<4>
Package=<5>
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
|