8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:03:02 +01:00

Delete the VC6 project files from FB v2.1 and beyond because building FB2.1+ with VC6 requires more than the reasonable workarounds that were used for previous FB versions.

This commit is contained in:
robocop 2008-05-14 04:46:11 +00:00
parent e1c678ca19
commit 71fd33580c
15 changed files with 0 additions and 2890 deletions

View File

@ -1,153 +0,0 @@
# Microsoft Developer Studio Project File - Name="alice" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=alice - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "alice.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "alice.mak" CFG="alice - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "alice - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE "alice - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "alice - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\debug\alice_ss"
# PROP Intermediate_Dir "..\..\..\temp\debug\alice_ss"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../src/include" /I "../../../src/include/gen" /D "_DEBUG" /D "_LIB" /D "SUPERSERVER" /D "WIN32" /D "_MBCS" /D "_X86_" /D "DEV_BUILD" /FD /GZ /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
!ELSEIF "$(CFG)" == "alice - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\release\alice_ss"
# PROP Intermediate_Dir "..\..\..\temp\release\alice_ss"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /GX /Ot /Oi /Op /Oy /Ob2 /I "../../../src/include" /I "../../../src/include/gen" /D "NDEBUG" /D "_LIB" /D "SUPERSERVER" /D "WIN32" /D "_MBCS" /D "_X86_" /FD /GZ /c
# SUBTRACT BASE CPP /Ox /Og /YX
# ADD CPP /nologo /MD /W3 /GX /Ot /Og /Oi /Op /Oy /Ob1 /I "../../../src/include" /I "../../../src/include/gen" /D "NDEBUG" /D "_LIB" /D "SUPERSERVER" /D "WIN32" /D "_MBCS" /D "_X86_" /FD /EHc- /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
!ENDIF
# Begin Target
# Name "alice - Win32 Debug"
# Name "alice - Win32 Release"
# Begin Group "ALICE files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Group "epp files"
# PROP Default_Filter "epp"
# Begin Source File
SOURCE=..\..\..\src\alice\alice_meta.epp
# End Source File
# End Group
# Begin Group "Generated files"
# PROP Default_Filter "c"
# Begin Source File
SOURCE=..\..\..\gen\alice\alice_meta.cpp
# End Source File
# End Group
# Begin Source File
SOURCE=..\..\..\src\alice\alice.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\exe.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\tdr.cpp
# End Source File
# End Group
# Begin Group "Header files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
SOURCE=..\..\..\src\alice\alice.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\alice_meta.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\alice_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\aliceswi.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\alloc.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\exe_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\info.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\tdr_proto.h
# End Source File
# End Group
# End Target
# End Project

View File

@ -1,157 +0,0 @@
# Microsoft Developer Studio Project File - Name="alice_classic" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=alice_classic - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "alice_classic.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "alice_classic.mak" CFG="alice_classic - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "alice_classic - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE "alice_classic - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "alice_classic - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\debug\alice_cs"
# PROP Intermediate_Dir "..\..\..\temp\debug\alice_cs"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../src/include" /I "../../../src/include/gen" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /D "_X86_" /D "DEV_BUILD" /FD /GZ /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\..\..\temp\debug\alice_cs\alice.lib"
!ELSEIF "$(CFG)" == "alice_classic - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\release\alice_cs"
# PROP Intermediate_Dir "..\..\..\temp\release\alice_cs"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /GX /Ot /Oi /Op /Oy /Ob2 /I "../../../src/include" /I "../../../src/include/gen" /D "NDEBUG" /D "_LIB" /D "SUPERSERVER" /D "WIN32" /D "_MBCS" /D "_X86_" /FD /GZ /c
# SUBTRACT BASE CPP /Ox /Og /YX
# ADD CPP /nologo /MD /W3 /GX /Ot /Og /Oi /Op /Oy /Ob1 /I "../../../src/include" /I "../../../src/include/gen" /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /D "_X86_" /FD /EHc- /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\..\..\temp\release\alice_cs\alice.lib"
!ENDIF
# Begin Target
# Name "alice_classic - Win32 Debug"
# Name "alice_classic - Win32 Release"
# Begin Group "ALICE files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Group "epp files"
# PROP Default_Filter "epp"
# Begin Source File
SOURCE=..\..\..\src\alice\alice_meta.epp
# End Source File
# End Group
# Begin Group "Generated files"
# PROP Default_Filter "c"
# Begin Source File
SOURCE=..\..\..\gen\alice\alice_meta.cpp
# End Source File
# End Group
# Begin Source File
SOURCE=..\..\..\src\alice\alice.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\exe.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\tdr.cpp
# End Source File
# End Group
# Begin Group "Header files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
SOURCE=..\..\..\src\alice\alice.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\alice_meta.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\alice_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\aliceswi.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\alloc.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\exe_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\info.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\lls.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\alice\tdr_proto.h
# End Source File
# End Group
# End Target
# End Project

View File

@ -1,100 +0,0 @@
# Microsoft Developer Studio Project File - Name="analyse" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
CFG=analyse - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "analyse.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "analyse.mak" CFG="analyse - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "analyse - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "analyse - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "analyse - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD BASE RSC /l 0x340a /d "NDEBUG"
# ADD RSC /l 0x340a /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# 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 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
!ELSEIF "$(CFG)" == "analyse - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../src/include" /I "../../../src/include/gen" /D "_DEBUG" /D "_LIB" /D "SUPERSERVER" /D "WIN32" /D "_MBCS" /D "_X86_" /D "DEV_BUILD" /Fo"..\..\..\temp\debug\burp_ss/" /Fd"..\..\..\temp\debug\burp_ss/" /FD /GZ /c
# ADD BASE RSC /l 0x340a /d "_DEBUG"
# ADD RSC /l 0x340a /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# 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 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
!ENDIF
# Begin Target
# Name "analyse - Win32 Release"
# Name "analyse - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
SOURCE=..\..\..\src\utilities\analyse.cpp
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# End Group
# Begin Group "Resource Files"
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# End Group
# End Target
# End Project

View File

@ -1,160 +0,0 @@
# Microsoft Developer Studio Project File - Name="btyacc" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
CFG=btyacc - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "btyacc.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "btyacc.mak" CFG="btyacc - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "btyacc - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE "btyacc - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "btyacc - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\debug\btyacc"
# PROP Intermediate_Dir "..\..\..\temp\debug\btyacc"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# 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 kernel32.lib user32.lib gdi32.lib shell32.lib comctl32.lib advapi32.lib ws2_32.lib mpr.lib version.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\temp\debug\firebird/bin/btyacc.exe" /pdbtype:sept
!ELSEIF "$(CFG)" == "btyacc - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\release\btyacc"
# PROP Intermediate_Dir "..\..\..\temp\release\btyacc"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../src/include" /I "../../../src/include/gen" /D "WIN32" /D "_DEBUG" /FD /GZ /c
# SUBTRACT BASE CPP /YX
# ADD CPP /nologo /MD /W3 /GX /Ot /Og /Oi /Op /Oy /Ob1 /D "WIN32" /D "NDEBUG" /FD /EHc- /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# 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 kernel32.lib user32.lib gdi32.lib shell32.lib comctl32.lib advapi32.lib ws2_32.lib mpr.lib version.lib /nologo /subsystem:console /incremental:no /machine:I386 /out:"..\..\..\temp\release\firebird/bin/btyacc.exe" /pdbtype:sept
# SUBTRACT LINK32 /debug
!ENDIF
# Begin Target
# Name "btyacc - Win32 Debug"
# Name "btyacc - Win32 Release"
# Begin Group "Source files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
SOURCE=..\..\..\extern\btyacc\closure.c
# End Source File
# Begin Source File
SOURCE=..\..\..\extern\btyacc\error.c
# End Source File
# Begin Source File
SOURCE=..\..\..\extern\btyacc\lalr.c
# End Source File
# Begin Source File
SOURCE=..\..\..\extern\btyacc\lr0.c
# End Source File
# Begin Source File
SOURCE=..\..\..\extern\btyacc\main.c
# End Source File
# Begin Source File
SOURCE=..\..\..\extern\btyacc\mkpar.c
# End Source File
# Begin Source File
SOURCE=..\..\..\extern\btyacc\mstring.c
# End Source File
# Begin Source File
SOURCE=..\..\..\extern\btyacc\output.c
# End Source File
# Begin Source File
SOURCE=..\..\..\extern\btyacc\reader.c
# End Source File
# Begin Source File
SOURCE=..\..\..\extern\btyacc\readskel.c
# End Source File
# Begin Source File
SOURCE=..\..\..\extern\btyacc\skeleton.c
# End Source File
# Begin Source File
SOURCE=..\..\..\extern\btyacc\symtab.c
# End Source File
# Begin Source File
SOURCE=..\..\..\extern\btyacc\verbose.c
# End Source File
# Begin Source File
SOURCE=..\..\..\extern\btyacc\warshall.c
# End Source File
# End Group
# Begin Group "Header files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
SOURCE=..\..\..\extern\btyacc\defs.h
# End Source File
# Begin Source File
SOURCE=..\..\..\extern\btyacc\mstring.h
# End Source File
# End Group
# End Target
# End Project

View File

@ -1,118 +0,0 @@
# Microsoft Developer Studio Project File - Name="build_msg" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
CFG=build_msg - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "build_msg.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "build_msg.mak" CFG="build_msg - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "build_msg - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "build_msg - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "build_msg - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "..\..\..\temp\release\build_msg"
# PROP BASE Intermediate_Dir "..\..\..\temp\release\build_msg"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "..\..\..\temp\release\build_msg"
# PROP Intermediate_Dir "..\..\..\temp\release\build_msg"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GX /O2 /I "../../../src/include" /I "../../../src/include/gen" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "SUPERCLIENT" /YX /FD /c
# ADD BASE RSC /l 0xc0a /d "NDEBUG"
# ADD RSC /l 0xc0a /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# 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 kernel32.lib user32.lib gdi32.lib shell32.lib comctl32.lib advapi32.lib ws2_32.lib mpr.lib version.lib /nologo /subsystem:console /machine:I386
!ELSEIF "$(CFG)" == "build_msg - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "..\..\..\temp\debug\build_msg"
# PROP BASE Intermediate_Dir "..\..\..\temp\debug\build_msg"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\debug\build_msg"
# PROP Intermediate_Dir "..\..\..\temp\debug\build_msg"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../src/include" /I "../../../src/include/gen" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "SUPERCLIENT" /D "DEV_BUILD" /YX /FD /GZ /c
# ADD BASE RSC /l 0xc0a /d "_DEBUG"
# ADD RSC /l 0xc0a /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# 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 kernel32.lib user32.lib gdi32.lib shell32.lib comctl32.lib advapi32.lib ws2_32.lib mpr.lib version.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
!ENDIF
# Begin Target
# Name "build_msg - Win32 Release"
# Name "build_msg - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
SOURCE=..\..\..\gen\msgs\build_file.cpp
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# End Group
# Begin Group "Resource Files"
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# Begin Source File
SOURCE=..\..\..\src\jrd\version.rc
# End Source File
# End Group
# Begin Group "CLUMPLET files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\common\classes\ClumpletReader.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\ClumpletWriter.cpp
# End Source File
# End Group
# End Target
# End Project

View File

@ -1,164 +0,0 @@
# Microsoft Developer Studio Project File - Name="burp" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=burp - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "burp.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "burp.mak" CFG="burp - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "burp - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE "burp - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "burp - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\debug\burp_ss"
# PROP Intermediate_Dir "..\..\..\temp\debug\burp_ss"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../src/include" /I "../../../src/include/gen" /D "_DEBUG" /D "_LIB" /D "SUPERSERVER" /D "WIN32" /D "_MBCS" /D "_X86_" /D "DEV_BUILD" /FD /GZ /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
!ELSEIF "$(CFG)" == "burp - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\release\burp_ss"
# PROP Intermediate_Dir "..\..\..\temp\release\burp_ss"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /GX /Ot /Oi /Op /Oy /Ob2 /I "../../../src/include" /I "../../../src/include/gen" /D "NDEBUG" /D "_LIB" /D "SUPERSERVER" /D "NOMSG" /D "WIN32" /D "_MBCS" /D "_X86_" /FD /GZ /c
# ADD CPP /nologo /MD /W3 /GX /Ot /Og /Oi /Op /Oy /Ob1 /I "../../../src/include" /I "../../../src/include/gen" /D "NDEBUG" /D "_LIB" /D "SUPERSERVER" /D "WIN32" /D "_MBCS" /D "_X86_" /FD /EHc- /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
!ENDIF
# Begin Target
# Name "burp - Win32 Debug"
# Name "burp - Win32 Release"
# Begin Group "BURP files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Group "epp files"
# PROP Default_Filter "epp"
# Begin Source File
SOURCE=..\..\..\src\burp\backup.epp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\restore.epp
# End Source File
# End Group
# Begin Group "Generated files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\gen\burp\backup.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\gen\burp\restore.cpp
# End Source File
# End Group
# Begin Source File
SOURCE=..\..\..\src\burp\burp.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\canonical.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\misc.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\mvol.cpp
# End Source File
# End Group
# Begin Group "Header files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
SOURCE=..\..\..\src\burp\backu_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\burp.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\burp_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\burpswi.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\canon_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\misc_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\mvol_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\resto_proto.h
# End Source File
# End Group
# End Target
# End Project

View File

@ -1,164 +0,0 @@
# Microsoft Developer Studio Project File - Name="burp_classic" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=burp_classic - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "burp_classic.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "burp_classic.mak" CFG="burp_classic - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "burp_classic - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE "burp_classic - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "burp_classic - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\debug\burp_cs"
# PROP Intermediate_Dir "..\..\..\temp\debug\burp_cs"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../src/include" /I "../../../src/include/gen" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /D "_X86_" /D "DEV_BUILD" /FD /GZ /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\..\..\temp\debug\burp_cs\burp.lib"
!ELSEIF "$(CFG)" == "burp_classic - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\release\burp_cs"
# PROP Intermediate_Dir "..\..\..\temp\release\burp_cs"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /GX /Ot /Oi /Op /Oy /Ob2 /I "../../../src/include" /I "../../../src/include/gen" /D "NDEBUG" /D "_LIB" /D "SUPERSERVER" /D "NOMSG" /D "WIN32" /D "_MBCS" /D "_X86_" /FD /GZ /c
# ADD CPP /nologo /MD /W3 /GX /Ot /Og /Oi /Op /Oy /Ob1 /I "../../../src/include" /I "../../../src/include/gen" /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /D "_X86_" /FD /EHc- /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\..\..\temp\release\burp_cs\burp.lib"
!ENDIF
# Begin Target
# Name "burp_classic - Win32 Debug"
# Name "burp_classic - Win32 Release"
# Begin Group "BURP files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Group "epp files"
# PROP Default_Filter "epp"
# Begin Source File
SOURCE=..\..\..\src\burp\backup.epp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\restore.epp
# End Source File
# End Group
# Begin Group "Generated files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\gen\burp\backup.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\gen\burp\restore.cpp
# End Source File
# End Group
# Begin Source File
SOURCE=..\..\..\src\burp\burp.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\canonical.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\misc.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\mvol.cpp
# End Source File
# End Group
# Begin Group "Header files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
SOURCE=..\..\..\src\burp\backu_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\burp.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\burp_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\burpswi.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\canon_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\misc_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\mvol_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\burp\resto_proto.h
# End Source File
# End Group
# End Target
# End Project

View File

@ -1,106 +0,0 @@
# Microsoft Developer Studio Project File - Name="codes" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
CFG=codes - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "codes.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "codes.mak" CFG="codes - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "codes - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "codes - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "codes - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "..\..\..\temp\release\codes"
# PROP BASE Intermediate_Dir "..\..\..\temp\release\codes"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "..\..\..\temp\release\codes"
# PROP Intermediate_Dir "..\..\..\temp\release\codes"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GX /O2 /I "../../../src/include" /I "../../../src/include/gen" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "SUPERCLIENT" /YX /FD /c
# ADD BASE RSC /l 0xc0a /d "NDEBUG"
# ADD RSC /l 0xc0a /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# 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 kernel32.lib user32.lib gdi32.lib shell32.lib comctl32.lib advapi32.lib ws2_32.lib mpr.lib version.lib /nologo /subsystem:console /machine:I386
!ELSEIF "$(CFG)" == "codes - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "..\..\..\temp\debug\codes"
# PROP BASE Intermediate_Dir "..\..\..\temp\debug\codes"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\debug\codes"
# PROP Intermediate_Dir "..\..\..\temp\debug\codes"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../src/include" /I "../../../src/include/gen" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "SUPERCLIENT" /D "DEV_BUILD" /YX /FD /GZ /c
# ADD BASE RSC /l 0xc0a /d "_DEBUG"
# ADD RSC /l 0xc0a /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# 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 kernel32.lib user32.lib gdi32.lib shell32.lib comctl32.lib advapi32.lib ws2_32.lib mpr.lib version.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
!ENDIF
# Begin Target
# Name "codes - Win32 Release"
# Name "codes - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
SOURCE=..\..\..\gen\misc\codes.cpp
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# End Group
# Begin Group "Resource Files"
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# Begin Source File
SOURCE=..\..\..\src\jrd\version.rc
# End Source File
# End Group
# End Target
# End Project

View File

@ -1,296 +0,0 @@
# Microsoft Developer Studio Project File - Name="common" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=common - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "common.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "common.mak" CFG="common - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "common - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE "common - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "common - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\debug\common_ss"
# PROP Intermediate_Dir "..\..\..\temp\debug\common_ss"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../src/include" /I "../../../src/include/gen" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "DEV_BUILD" /D "SUPERSERVER" /YX /FD /GZ /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
!ELSEIF "$(CFG)" == "common - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\release\common_ss"
# PROP Intermediate_Dir "..\..\..\temp\release\common_ss"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /GX /Ot /Oi /Op /Oy /Ob2 /I "../../../src/include" /I "../../../src/include/gen" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /MD /W3 /GX /Ot /Og /Oi /Op /Oy /Ob1 /I "../../../src/include" /I "../../../src/include/gen" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "SUPERSERVER" /FD /EHc- /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
!ENDIF
# Begin Target
# Name "common - Win32 Debug"
# Name "common - Win32 Release"
# Begin Group "MEMORY files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\common\classes\alloc.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\locks.cpp
# End Source File
# End Group
# Begin Group "EXCEPTION files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\common\fb_exception.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\StatusHolder.cpp
# End Source File
# End Group
# Begin Group "CONFIG files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\common\config\config.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\config_file.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\os\win32\config_root.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\dir_list.cpp
# End Source File
# End Group
# Begin Group "OTHER files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\common\classes\BaseStream.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\db_alias.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\fb_string.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\os\win32\fbsyslog.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\MetaName.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\os\win32\mod_loader.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\MsgPrint.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\os\win32\path_utils.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\SafeArg.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\TempFile.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\timestamp.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\UserBlob.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\utils.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\UtilSvc.cpp
# End Source File
# End Group
# Begin Group "Header files"
# PROP Default_Filter "h"
# Begin Source File
SOURCE=..\..\..\src\common\classes\alloc.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\array.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\auto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\BaseStream.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\config.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\config_file.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\config_impl.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\os\config_root.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\dir_list.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\fb_pair.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\os\fbsyslog.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\GenericMap.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\init.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\MetaName.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\MsgPrint.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\objects_array.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\SafeArg.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\StatusHolder.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\TempFile.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\timestamp.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\UserBlob.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\utils_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\vector.h
# End Source File
# End Group
# Begin Group "CLUMPLET files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\common\classes\ClumpletReader.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\ClumpletWriter.cpp
# End Source File
# End Group
# End Target
# End Project

View File

@ -1,288 +0,0 @@
# Microsoft Developer Studio Project File - Name="common_classic" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=common_classic - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "common_classic.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "common_classic.mak" CFG="common_classic - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "common_classic - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE "common_classic - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "common_classic - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\debug\common_cs"
# PROP Intermediate_Dir "..\..\..\temp\debug\common_cs"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../src/include" /I "../../../src/include/gen" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "DEV_BUILD" /YX /FD /GZ /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
!ELSEIF "$(CFG)" == "common_classic - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\release\common_cs"
# PROP Intermediate_Dir "..\..\..\temp\release\common_cs"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /GX /Ot /Oi /Op /Oy /Ob2 /I "../../../src/include" /I "../../../src/include/gen" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /MD /W3 /GX /Ot /Og /Oi /Op /Oy /Ob1 /I "../../../src/include" /I "../../../src/include/gen" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /EHc- /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
!ENDIF
# Begin Target
# Name "common_classic - Win32 Debug"
# Name "common_classic - Win32 Release"
# Begin Group "MEMORY files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\common\classes\alloc.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\locks.cpp
# End Source File
# End Group
# Begin Group "EXCEPTION files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\common\fb_exception.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\StatusHolder.cpp
# End Source File
# End Group
# Begin Group "CONFIG files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\common\config\config.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\config_file.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\os\win32\config_root.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\dir_list.cpp
# End Source File
# End Group
# Begin Group "OTHER files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\common\classes\BaseStream.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\db_alias.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\fb_string.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\os\win32\fbsyslog.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\MetaName.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\os\win32\mod_loader.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\MsgPrint.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\os\win32\path_utils.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\SafeArg.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\TempFile.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\timestamp.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\UserBlob.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\utils.cpp
# End Source File
# End Group
# Begin Group "Header files"
# PROP Default_Filter "h"
# Begin Source File
SOURCE=..\..\..\src\common\classes\alloc.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\array.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\auto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\BaseStream.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\config.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\config_file.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\config_impl.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\os\config_root.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\dir_list.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\fb_pair.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\GenericMap.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\init.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\MetaName.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\MsgPrint.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\objects_array.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\SafeArg.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\StatusHolder.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\TempFile.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\timestamp.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\UserBlob.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\utils_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\vector.h
# End Source File
# End Group
# Begin Group "CLUMPLET files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\common\classes\ClumpletReader.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\ClumpletWriter.cpp
# End Source File
# End Group
# End Target
# End Project

View File

@ -1,268 +0,0 @@
# Microsoft Developer Studio Project File - Name="common_static" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=common_static - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "common_static.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "common_static.mak" CFG="common_static - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "common_static - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE "common_static - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "common_static - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\debug\common_static"
# PROP Intermediate_Dir "..\..\..\temp\debug\common_static"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../src/include" /I "../../../src/include/gen" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "DEV_BUILD" /D "SUPERSERVER" /D "BOOT_BUILD" /YX /FD /GZ /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
!ELSEIF "$(CFG)" == "common_static - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\release\common_static"
# PROP Intermediate_Dir "..\..\..\temp\release\common_static"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /GX /Ot /Oi /Op /Oy /Ob2 /I "../../../src/include" /I "../../../src/include/gen" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /MD /W3 /GX /Ot /Og /Oi /Op /Oy /Ob1 /I "../../../src/include" /I "../../../src/include/gen" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "SUPERSERVER" /D "BOOT_BUILD" /FD /EHc- /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
!ENDIF
# Begin Target
# Name "common_static - Win32 Debug"
# Name "common_static - Win32 Release"
# Begin Group "MEMORY files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\common\classes\alloc.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\locks.cpp
# End Source File
# End Group
# Begin Group "EXCEPTION files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\common\fb_exception.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\StatusHolder.cpp
# End Source File
# End Group
# Begin Group "CONFIG files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\common\config\config.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\config_file.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\os\win32\config_root.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\dir_list.cpp
# End Source File
# End Group
# Begin Group "OTHER files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\common\classes\BaseStream.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\fb_string.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\os\win32\fbsyslog.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\MetaName.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\os\win32\mod_loader.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\MsgPrint.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\os\win32\path_utils.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\SafeArg.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\TempFile.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\timestamp.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\UserBlob.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\utils.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\UtilSvc.cpp
# End Source File
# End Group
# Begin Group "Header files"
# PROP Default_Filter "h"
# Begin Source File
SOURCE=..\..\..\src\common\classes\alloc.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\array.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\BaseStream.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\config.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\config_file.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\config_impl.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\os\config_root.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\config\dir_list.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\jrd\os\fbsyslog.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\MetaName.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\MsgPrint.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\SafeArg.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\StatusHolder.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\TempFile.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\timestamp.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\UserBlob.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\utils_proto.h
# End Source File
# End Group
# Begin Group "CLUMPLET files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\common\classes\ClumpletReader.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\common\classes\ClumpletWriter.cpp
# End Source File
# End Group
# End Target
# End Project

View File

@ -1,237 +0,0 @@
# Microsoft Developer Studio Project File - Name="config" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=config - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "config.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "config.mak" CFG="config - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "config - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE "config - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "config - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\debug\config"
# PROP Intermediate_Dir "..\..\..\temp\debug\config"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../src/include" /I "../../../src/include/gen" /I "../../../src/vulcan" /I "../../../src/jrd" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "DEV_BUILD" /D NAMESPACE=Vulcan /FD /GZ /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
!ELSEIF "$(CFG)" == "config - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\release\config"
# PROP Intermediate_Dir "..\..\..\temp\release\config"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /GX /Ot /Oi /Op /Oy /Ob2 /I "../../../src/include" /I "../../../src/include/gen" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /MD /W3 /GX /Ot /Og /Oi /Op /Oy /Ob1 /I "../../../src/include" /I "../../../src/include/gen" /I "../../../src/vulcan" /I "../../../src/jrd" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D NAMESPACE=Vulcan /FD /EHc- /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
!ENDIF
# Begin Target
# Name "config - Win32 Debug"
# Name "config - Win32 Release"
# Begin Group "CONFIG files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\config\AdminException.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\Args.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\ArgsException.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\ConfigFile.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\Configuration.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\ConfObj.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\ConfObject.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\Element.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\FileName.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\InputFile.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\InputStream.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\Lex.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\ScanDir.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\Stream.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\StreamSegment.cpp
# End Source File
# End Group
# Begin Group "VULCAN files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\vulcan\PathName.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\vulcan\RefObject.cpp
# End Source File
# End Group
# Begin Group "Header files"
# PROP Default_Filter "h"
# Begin Source File
SOURCE=..\..\..\src\config\AdminException.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\Args.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\ArgsException.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\ConfigFile.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\Configuration.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\ConfObj.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\ConfObject.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\Element.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\FileName.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\InputFile.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\InputStream.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\Lex.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\Parameters.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\vulcan\PathName.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\vulcan\RefObject.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\ScanDir.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\Stream.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\config\StreamSegment.h
# End Source File
# End Group
# End Target
# End Project

View File

@ -1,289 +0,0 @@
# Microsoft Developer Studio Project File - Name="dsql_server" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=dsql_server - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "dsql_server.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "dsql_server.mak" CFG="dsql_server - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "dsql_server - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE "dsql_server - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "dsql_server - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\debug\dsql_server_ss"
# PROP Intermediate_Dir "..\..\..\temp\debug\dsql_server_ss"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../src/include" /I "../../../src/include/gen" /D "_DEBUG" /D "_LIB" /D "_WINDOWS" /D "SUPERSERVER" /D "WIN32" /D "DEV_BUILD" /D "_MBCS" /D "_X86_" /FD /GZ /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
!ELSEIF "$(CFG)" == "dsql_server - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\release\dsql_server_ss"
# PROP Intermediate_Dir "..\..\..\temp\release\dsql_server_ss"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /GX /Ot /Oi /Op /Oy /Ob2 /I "../../../src/include" /I "../../../src/include/gen" /D "NDEBUG" /D "_LIB" /D "_WINDOWS" /D "SUPERSERVER" /D "NOMSG" /D "WIN32" /D "_MBCS" /D "_X86_" /FD /GZ /c
# ADD CPP /nologo /MD /W3 /GX /Ot /Og /Oi /Op /Oy /Ob1 /I "../../../src/include" /I "../../../src/include/gen" /D "NDEBUG" /D "_LIB" /D "_WINDOWS" /D "SUPERSERVER" /D "WIN32" /D "_MBCS" /D "_X86_" /FD /EHc- /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
!ENDIF
# Begin Target
# Name "dsql_server - Win32 Debug"
# Name "dsql_server - Win32 Release"
# Begin Group "DSQL files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Group "epp files"
# PROP Default_Filter "epp"
# Begin Source File
SOURCE=..\..\..\src\dsql\array.epp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\blob.epp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\metd.epp
# End Source File
# End Group
# Begin Group "Generated files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\gen\dsql\array.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\gen\dsql\blob.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\gen\dsql\metd.cpp
# End Source File
# End Group
# Begin Source File
SOURCE=..\..\..\src\dsql\ddl.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\dsql.cpp
!IF "$(CFG)" == "dsql_server - Win32 Debug"
!ELSEIF "$(CFG)" == "dsql_server - Win32 Release"
# ADD CPP /Og
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\errd.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\gen.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\hsh.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\keywords.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\make.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\misc_func.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\movd.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\parse.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\pass1.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\preparse.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\user_dsql.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\utld.cpp
# End Source File
# End Group
# Begin Group "GPRE files"
# PROP Default_Filter "c"
# Begin Source File
SOURCE=..\..\..\src\gpre\pretty.cpp
# End Source File
# End Group
# Begin Group "Header files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
SOURCE=..\..\..\src\dsql\array_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\blob_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\chars.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\ddl_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\dsql.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\dsql_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\errd_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\gen_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\hsh_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\keywords.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\make_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\metd_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\misc_func.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\movd_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\node.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\parse_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\pass1_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\prepa_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\sqlda.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\sym.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\user__proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\utld_proto.h
# End Source File
# End Group
# Begin Source File
SOURCE=..\..\..\src\dsql\parse.y
# End Source File
# End Target
# End Project

View File

@ -1,289 +0,0 @@
# Microsoft Developer Studio Project File - Name="dsql_server_classic" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=dsql_server_classic - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "dsql_server_classic.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "dsql_server_classic.mak" CFG="dsql_server_classic - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "dsql_server_classic - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE "dsql_server_classic - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "dsql_server_classic - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\debug\dsql_server_cs"
# PROP Intermediate_Dir "..\..\..\temp\debug\dsql_server_cs"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../src/include" /I "../../../src/include/gen" /D "_DEBUG" /D "_LIB" /D "_WINDOWS" /D "WIN32" /D "DEV_BUILD" /D "_MBCS" /D "_X86_" /FD /GZ /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\..\..\temp\debug\dsql_server_cs\dsql_server.lib"
!ELSEIF "$(CFG)" == "dsql_server_classic - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ""
# PROP BASE Intermediate_Dir ""
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\release\dsql_server_cs"
# PROP Intermediate_Dir "..\..\..\temp\release\dsql_server_cs"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /GX /Ot /Oi /Op /Oy /Ob2 /I "../../../src/include" /I "../../../src/include/gen" /D "NDEBUG" /D "_LIB" /D "_WINDOWS" /D "SUPERSERVER" /D "NOMSG" /D "WIN32" /D "_MBCS" /D "_X86_" /FD /GZ /c
# ADD CPP /nologo /MD /W3 /GX /Ot /Og /Oi /Op /Oy /Ob1 /I "../../../src/include" /I "../../../src/include/gen" /D "NDEBUG" /D "_LIB" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /D "_X86_" /FD /EHc- /c
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
# ADD LIB32 /nologo /out:"..\..\..\temp\release\dsql_server_cs\dsql_server.lib"
!ENDIF
# Begin Target
# Name "dsql_server_classic - Win32 Debug"
# Name "dsql_server_classic - Win32 Release"
# Begin Group "DSQL files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Group "epp files"
# PROP Default_Filter "epp"
# Begin Source File
SOURCE=..\..\..\src\dsql\array.epp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\blob.epp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\metd.epp
# End Source File
# End Group
# Begin Group "Generated files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\gen\dsql\array.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\gen\dsql\blob.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\gen\dsql\metd.cpp
# End Source File
# End Group
# Begin Source File
SOURCE=..\..\..\src\dsql\ddl.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\dsql.cpp
!IF "$(CFG)" == "dsql_server_classic - Win32 Debug"
!ELSEIF "$(CFG)" == "dsql_server_classic - Win32 Release"
# ADD CPP /Og
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\errd.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\gen.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\hsh.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\keywords.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\make.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\misc_func.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\movd.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\parse.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\pass1.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\preparse.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\user_dsql.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\utld.cpp
# End Source File
# End Group
# Begin Group "GPRE files"
# PROP Default_Filter "c"
# Begin Source File
SOURCE=..\..\..\src\gpre\pretty.cpp
# End Source File
# End Group
# Begin Group "Header files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
SOURCE=..\..\..\src\dsql\array_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\blob_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\chars.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\ddl_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\dsql.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\dsql_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\errd_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\gen_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\hsh_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\keywords.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\make_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\metd_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\misc_func.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\movd_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\node.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\parse_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\pass1_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\prepa_proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\sqlda.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\sym.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\user__proto.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\dsql\utld_proto.h
# End Source File
# End Group
# Begin Source File
SOURCE=..\..\..\src\dsql\parse.y
# End Source File
# End Target
# End Project

View File

@ -1,101 +0,0 @@
# Microsoft Developer Studio Project File - Name="empbuild" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
CFG=empbuild - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "empbuild.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "empbuild.mak" CFG="empbuild - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "empbuild - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "empbuild - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "empbuild - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "..\..\..\temp\release\examples"
# PROP BASE Intermediate_Dir "..\..\..\temp\release\examples"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "..\..\..\temp\release\examples"
# PROP Intermediate_Dir "..\..\..\temp\release\examples"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../src/include" /I "../../../src/include/gen" /I "../../../src/jrd" /D "_DEBUG" /D "_CONSOLE" /D "SUPERCLIENT" /D "WIN32" /D "_MBCS" /D "_X86_" /FR /FD /GZ /c
# SUBTRACT BASE CPP /YX
# ADD CPP /nologo /MD /W3 /GX /Ot /Og /Oi /Oy /Ob1 /I "../../../src/include" /I "../../../src/include/gen" /I "../../../src/jrd" /D "NDEBUG" /D "_CONSOLE" /D "SUPERCLIENT" /D "WIN32" /D "_MBCS" /D "_X86_" /FR /FD /EHc- /c
# ADD BASE RSC /l 0xc0a /d "NDEBUG"
# ADD RSC /l 0xc0a /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# 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 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
!ELSEIF "$(CFG)" == "empbuild - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "..\..\..\temp\debug\examples"
# PROP BASE Intermediate_Dir "..\..\..\temp\debug\examples"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\..\temp\debug\examples"
# PROP Intermediate_Dir "..\..\..\temp\debug\examples"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../src/include" /I "../../../src/include/gen" /I "../../../src/jrd" /D "_DEBUG" /D "_CONSOLE" /D "SUPERCLIENT" /D "WIN32" /D "_MBCS" /D "_X86_" /D "DEV_BUILD" /FR /FD /GZ /c
# ADD BASE RSC /l 0xc0a /d "_DEBUG"
# ADD RSC /l 0xc0a /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# 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 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
!ENDIF
# Begin Target
# Name "empbuild - Win32 Release"
# Name "empbuild - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
SOURCE=..\..\..\gen\examples\empbuild.c
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# End Group
# Begin Group "Resource Files"
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# End Group
# End Target
# End Project