1# Microsoft Developer Studio Project File - Name="subsql" - Package Owner=<4> 2# Microsoft Developer Studio Generated Build File, Format Version 6.00 3# ** DO NOT EDIT ** 4 5# TARGTYPE "Win32 (x86) Console Application" 0x0103 6 7CFG=subsql - Win32 Debug 8!MESSAGE This is not a valid makefile. To build this project using NMAKE, 9!MESSAGE use the Export Makefile command and run 10!MESSAGE 11!MESSAGE NMAKE /f "subsql.mak". 12!MESSAGE 13!MESSAGE You can specify a configuration when running NMAKE 14!MESSAGE by defining the macro CFG on the command line. For example: 15!MESSAGE 16!MESSAGE NMAKE /f "subsql.mak" CFG="subsql - Win32 Debug" 17!MESSAGE 18!MESSAGE Possible choices for configuration are: 19!MESSAGE 20!MESSAGE "subsql - Win32 Debug" (based on "Win32 (x86) Console Application") 21!MESSAGE "subsql - Win32 Release" (based on "Win32 (x86) Console Application") 22!MESSAGE 23 24# Begin Project 25# PROP AllowPerConfigDependencies 0 26# PROP Scc_ProjName "" 27# PROP Scc_LocalPath "" 28CPP=cl.exe 29MTL=midl.exe 30RSC=rc.exe 31 32!IF "$(CFG)" == "subsql - Win32 Debug" 33 34# PROP BASE Use_MFC 0 35# PROP BASE Use_Debug_Libraries 1 36# PROP BASE Output_Dir ".\Debug" 37# PROP BASE Intermediate_Dir ".\Debug" 38# PROP BASE Target_Dir "" 39# PROP Use_MFC 0 40# PROP Use_Debug_Libraries 1 41# PROP Output_Dir ".\Debug" 42# PROP Intermediate_Dir ".\Debug" 43# PROP Target_Dir "" 44# ADD BASE CPP /nologo /MTd /ZI /W3 /Od /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /D "USE_LOCALE_SETTINGS" /D "USE_STD_STRING" /D "AUTOINCREMENT_SUPPORT" /D "THROW_EXCEPTION_ON_ERROR" /D "_MBCS" /Fp".\Debug/subsql.pch" /Fo".\Debug/" /Fd".\Debug/" /GZ /c /GX 45# ADD CPP /nologo /I "..\inc" /MTd /ZI /W3 /Od /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /D "USE_LOCALE_SETTINGS" /D "USE_STD_STRING" /D "AUTOINCREMENT_SUPPORT" /D "THROW_EXCEPTION_ON_ERROR" /D "_MBCS" /Fp".\Debug/subsql.pch" /Fo".\Debug/" /Fd".\Debug/" /GZ /c /GX 46# ADD BASE MTL /nologo /tlb".\Debug\subsql.tlb" /win32 47# ADD MTL /nologo /tlb".\Debug\subsql.tlb" /win32 48# ADD BASE RSC /l 1033 49# ADD RSC /l 1033 50BSC32=bscmake.exe 51# ADD BASE BSC32 /nologo 52# ADD BSC32 /nologo 53LINK32=link.exe 54# ADD BASE LINK32 ..\Debug\fastdb.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib wsock32.lib /nologo /out:"Debug\subsql.exe" /incremental:yes /debug /pdb:"Debug\subsql.pdb" /pdbtype:sept /subsystem:console 55# ADD LINK32 ..\Debug\fastdb.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 odbc32.lib odbccp32.lib wsock32.lib /nologo /out:"Debug\subsql.exe" /incremental:yes /debug /pdb:"Debug\subsql.pdb" /pdbtype:sept /subsystem:console 56 57!ELSEIF "$(CFG)" == "subsql - Win32 Release" 58 59# PROP BASE Use_MFC 0 60# PROP BASE Use_Debug_Libraries 0 61# PROP BASE Output_Dir ".\Release" 62# PROP BASE Intermediate_Dir ".\Release" 63# PROP BASE Target_Dir "" 64# PROP Use_MFC 0 65# PROP Use_Debug_Libraries 0 66# PROP Output_Dir ".\Release" 67# PROP Intermediate_Dir ".\Release" 68# PROP Target_Dir "" 69# ADD BASE CPP /nologo /MT /Zi /W3 /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /D "USE_LOCALE_SETTINGS" /D "USE_STD_STRING" /D "AUTOINCREMENT_SUPPORT" /D "THROW_EXCEPTION_ON_ERROR" /D "_MBCS" /Fp".\Release/subsql.pch" /Fo".\Release/" /Fd".\Release/" /c /GX 70# ADD CPP /nologo /I "..\inc" /MT /Zi /W3 /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /D "USE_LOCALE_SETTINGS" /D "USE_STD_STRING" /D "AUTOINCREMENT_SUPPORT" /D "THROW_EXCEPTION_ON_ERROR" /D "_MBCS" /Fp".\Release/subsql.pch" /Fo".\Release/" /Fd".\Release/" /c /GX 71# ADD BASE MTL /nologo /tlb".\Release\subsql.tlb" /win32 72# ADD MTL /nologo /tlb".\Release\subsql.tlb" /win32 73# ADD BASE RSC /l 1033 74# ADD RSC /l 1033 75BSC32=bscmake.exe 76# ADD BASE BSC32 /nologo 77# ADD BSC32 /nologo 78LINK32=link.exe 79# ADD BASE LINK32 ..\Release\fastdb.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib wsock32.lib /nologo /out:"Release\subsql.exe" /incremental:yes /debug /pdb:".\Release\subsql.pdb" /pdbtype:sept /subsystem:console /opt:ref /opt:icf 80# ADD LINK32 ..\Release\fastdb.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 /out:"Release\subsql.exe" /incremental:yes /debug /pdb:".\Release\subsql.pdb" /pdbtype:sept /subsystem:console /opt:ref /opt:icf 81 82!ENDIF 83 84# Begin Target 85 86# Name "subsql - Win32 Debug" 87# Name "subsql - Win32 Release" 88# Begin Group "Source Files" 89 90# PROP Default_Filter "cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 91# Begin Source File 92 93SOURCE=..\src\subsql.cpp 94 95!IF "$(CFG)" == "subsql - Win32 Debug" 96 97# ADD CPP /nologo /Od /GZ /GX 98!ENDIF 99 100# End Source File 101# End Group 102# Begin Group "Header Files" 103 104# PROP Default_Filter "h;hpp;hxx;hm;inl;inc;xsd" 105# Begin Source File 106 107SOURCE=..\inc\server.h 108# End Source File 109# Begin Source File 110 111SOURCE=..\inc\subsql.h 112# End Source File 113# End Group 114# End Target 115# End Project 116 117