home *** CD-ROM | disk | FTP | other *** search
MS Developer Studio Project | 1998-05-18 | 8.5 KB | 312 lines |
- # Microsoft Developer Studio Project File - Name="DBViewer" - Package Owner=<4>
- # Microsoft Developer Studio Generated Build File, Format Version 60000
- # ** DO NOT EDIT **
-
- # TARGTYPE "Win32 (x86) Application" 0x0101
-
- CFG=DBViewer - 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 "DBViewer.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 "DBViewer.mak" CFG="DBViewer - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "DBViewer - Win32 Debug Static" (based on "Win32 (x86) Application")
- !MESSAGE "DBViewer - Win32 Release Static" (based on "Win32 (x86) Application")
- !MESSAGE "DBViewer - Win32 Debug" (based on "Win32 (x86) Application")
- !MESSAGE "DBViewer - Win32 Release" (based on "Win32 (x86) Application")
- !MESSAGE
-
- # Begin Project
- # PROP AllowPerConfigDependencies 0
- # PROP Scc_ProjName ""
- # PROP Scc_LocalPath ""
- CPP=cl.exe
- MTL=midl.exe
- RSC=rc.exe
-
- !IF "$(CFG)" == "DBViewer - Win32 Debug Static"
-
- # PROP BASE Use_MFC 6
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir ".\DBView__"
- # PROP BASE Intermediate_Dir ".\DBView__"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 5
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir ".\sdebug"
- # PROP Intermediate_Dir ".\sdebug"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
- # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c
- # ADD BASE MTL /nologo /D "_DEBUG" /win32
- # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
- # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
- # ADD RSC /l 0x409 /d "_DEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
- # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
- # SUBTRACT LINK32 /pdb:none
-
- !ELSEIF "$(CFG)" == "DBViewer - Win32 Release Static"
-
- # PROP BASE Use_MFC 6
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir ".\DBView_0"
- # PROP BASE Intermediate_Dir ".\DBView_0"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 5
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir ".\srelease"
- # PROP Intermediate_Dir ".\srelease"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
- # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c
- # ADD BASE MTL /nologo /D "NDEBUG" /win32
- # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
- # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
- # ADD RSC /l 0x409 /d "NDEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
- # ADD LINK32 /nologo /subsystem:windows /machine:I386
- # SUBTRACT LINK32 /pdb:none
-
- !ELSEIF "$(CFG)" == "DBViewer - Win32 Debug"
-
- # PROP BASE Use_MFC 5
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "DBViewer"
- # PROP BASE Intermediate_Dir "DBViewer"
- # PROP BASE Ignore_Export_Lib 0
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 6
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "debug"
- # PROP Intermediate_Dir "debug"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c
- # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
- # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
- # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
- # ADD BASE RSC /l 0x409 /d "_DEBUG"
- # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 oledbd.lib msdasc.lib /nologo /subsystem:windows /debug /machine:I386
- # SUBTRACT BASE LINK32 /pdb:none
- # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
- # SUBTRACT LINK32 /pdb:none
-
- !ELSEIF "$(CFG)" == "DBViewer - Win32 Release"
-
- # PROP BASE Use_MFC 5
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "DBViewer"
- # PROP BASE Intermediate_Dir "DBViewer"
- # PROP BASE Ignore_Export_Lib 0
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 6
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "Release"
- # PROP Intermediate_Dir "Release"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c
- # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
- # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
- # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
- # ADD BASE RSC /l 0x409 /d "NDEBUG"
- # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 oledb.lib msdasc.lib /nologo /subsystem:windows /machine:I386
- # SUBTRACT BASE LINK32 /pdb:none
- # ADD LINK32 /nologo /subsystem:windows /machine:I386
- # SUBTRACT LINK32 /pdb:none
-
- !ENDIF
-
- # Begin Target
-
- # Name "DBViewer - Win32 Debug Static"
- # Name "DBViewer - Win32 Release Static"
- # Name "DBViewer - Win32 Debug"
- # Name "DBViewer - Win32 Release"
- # Begin Group "Source Files"
-
- # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
- # Begin Source File
-
- SOURCE=.\ctrlext.cpp
- # End Source File
- # Begin Source File
-
- SOURCE=.\DBDoc.cpp
- # End Source File
- # Begin Source File
-
- SOURCE=.\dbexcept.cpp
- # End Source File
- # Begin Source File
-
- SOURCE=.\DBListVw.cpp
- # End Source File
- # Begin Source File
-
- SOURCE=.\DBTreeVw.cpp
- # End Source File
- # Begin Source File
-
- SOURCE=.\DBVIEWER.CPP
- # End Source File
- # Begin Source File
-
- SOURCE=.\DBViewer.rc
- # End Source File
- # Begin Source File
-
- SOURCE=.\DlgSQL.cpp
- # End Source File
- # Begin Source File
-
- SOURCE=.\EditDlg.cpp
- # End Source File
- # Begin Source File
-
- SOURCE=.\ErrorDlg.cpp
- # End Source File
- # Begin Source File
-
- SOURCE=.\MainFrm.cpp
- # End Source File
- # Begin Source File
-
- SOURCE=.\optiondg.cpp
- # End Source File
- # Begin Source File
-
- SOURCE=.\ReadMe.txt
- # End Source File
- # Begin Source File
-
- SOURCE=.\StdAfx.cpp
- # ADD CPP /Yc"stdafx.h"
- # End Source File
- # End Group
- # Begin Group "Header Files"
-
- # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
- # Begin Source File
-
- SOURCE=.\ctrlext.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\ctrlext.inl
- # End Source File
- # Begin Source File
-
- SOURCE=.\dbdoc.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\dbexcept.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\dblistvw.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\dbtreevw.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\DBVIEWER.H
- # End Source File
- # Begin Source File
-
- SOURCE=.\dlgsql.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\editdlg.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\ErrorDlg.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\mainfrm.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\optiondg.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\stdafx.h
- # End Source File
- # End Group
- # Begin Group "Resource Files"
-
- # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
- # Begin Source File
-
- SOURCE=.\res\bmp00002.bmp
- # End Source File
- # Begin Source File
-
- SOURCE=.\res\dbdoc.ico
- # End Source File
- # Begin Source File
-
- SOURCE=.\res\DBViewer.ico
- # End Source File
- # Begin Source File
-
- SOURCE=.\res\DBViewer.rc2
- # End Source File
- # Begin Source File
-
- SOURCE=.\res\toolbar.bmp
- # End Source File
- # End Group
- # End Target
- # End Project
- # Section DBViewer : {1CD03ECE-5002-11CF-9611-00AA004A75CF}
- # 0:10:dragitem.h:D:\galqa10\mec\odbc\DBViewer\dragitem.h
- # 0:12:dragitem.cpp:D:\galqa10\mec\odbc\DBViewer\dragitem.cpp
- # 2:10:dragitem.h:dragitem.h
- # 2:12:dragitem.cpp:dragitem.cpp
- # 2:19:Application Include:DBViewer.h
- # End Section
- # Section DBViewer : {1CD03ECD-5002-11CF-9611-00AA004A75CF}
- # 0:9:crack.cpp:D:\galqa10\mec\odbc\DBViewer\crack.cpp
- # 0:7:crack.h:D:\galqa10\mec\odbc\DBViewer\crack.h
- # 2:9:crack.cpp:crack.cpp
- # 2:13:CLASS: CCrack:CCrack
- # 2:19:Application Include:DBViewer.h
- # 2:7:crack.h:crack.h
- # End Section
-