mariadb/bdb/build_win32/static_dsp.src

86 lines
3 KiB
Text
Raw Normal View History

2001-03-05 01:42:05 +01:00
# Microsoft Developer Studio Project File - Name="@project_name@" - Package Owner=<4>
2002-10-30 12:57:05 +01:00
# Microsoft Developer Studio Generated Build File, Format Version 6.00
2001-03-05 01:42:05 +01:00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
2002-10-30 12:57:05 +01:00
CFG=@project_name@ - Win32 Debug Static
2001-03-05 01:42:05 +01:00
!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 "@project_name@.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 "@project_name@.mak" CFG="@project_name@ - Win32 Debug Static"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
2002-10-30 12:57:05 +01:00
!MESSAGE "@project_name@ - Win32 Release Static" (based on "Win32 (x86) Static Library")
!MESSAGE "@project_name@ - Win32 Debug Static" (based on "Win32 (x86) Static Library")
2001-03-05 01:42:05 +01:00
!MESSAGE
# Begin Project
2002-10-30 12:57:05 +01:00
# PROP AllowPerConfigDependencies 0
2001-03-05 01:42:05 +01:00
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
2002-10-30 12:57:05 +01:00
RSC=rc.exe
2001-03-05 01:42:05 +01:00
2002-10-30 12:57:05 +01:00
!IF "$(CFG)" == "@project_name@ - Win32 Release Static"
2001-03-05 01:42:05 +01:00
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
2002-10-30 12:57:05 +01:00
# PROP BASE Output_Dir "Release_static"
# PROP BASE Intermediate_Dir "Release_static"
2001-03-05 01:42:05 +01:00
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release_static"
# PROP Intermediate_Dir "Release_static"
# PROP Target_Dir ""
2002-10-30 12:57:05 +01:00
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "." /I ".." /I "../dbinc" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX"config.h" /FD /c
# ADD CPP /nologo /MT /W3 /GX /O2 /I "." /I ".." /I "../dbinc" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX"config.h" /FD /c
# ADD BASE RSC /l 0xc09
# ADD RSC /l 0xc09
2001-03-05 01:42:05 +01:00
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo /out:"Release/libdb@DB_VERSION_MAJOR@@DB_VERSION_MINOR@s.lib"
# ADD LIB32 /nologo /out:"Release_static/libdb@DB_VERSION_MAJOR@@DB_VERSION_MINOR@s.lib"
!ELSEIF "$(CFG)" == "@project_name@ - Win32 Debug Static"
2002-10-30 12:57:05 +01:00
# PROP BASE Use_MFC 1
2001-03-05 01:42:05 +01:00
# PROP BASE Use_Debug_Libraries 1
2002-10-30 12:57:05 +01:00
# PROP BASE Output_Dir "Debug_static"
# PROP BASE Intermediate_Dir "Debug_static"
2001-03-05 01:42:05 +01:00
# PROP BASE Target_Dir ""
2002-10-30 12:57:05 +01:00
# PROP Use_MFC 1
2001-03-05 01:42:05 +01:00
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug_static"
# PROP Intermediate_Dir "Debug_static"
# PROP Target_Dir ""
2002-10-30 12:57:05 +01:00
# ADD BASE CPP /nologo /MTd /W3 /GX /Z7 /Od /I "." /I ".." /I "../dbinc" /D "CONFIG_TEST" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX"config.h" /FD /c
# ADD CPP /nologo /MTd /W3 /GX /Z7 /Od /I "." /I ".." /I "../dbinc" /D "CONFIG_TEST" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX"config.h" /FD /c
# ADD BASE RSC /l 0xc09
# ADD RSC /l 0xc09
2001-03-05 01:42:05 +01:00
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo /out:"Debug/libdb@DB_VERSION_MAJOR@@DB_VERSION_MINOR@sd.lib"
# ADD LIB32 /nologo /out:"Debug_static/libdb@DB_VERSION_MAJOR@@DB_VERSION_MINOR@sd.lib"
!ENDIF
# Begin Target
# Name "@project_name@ - Win32 Release Static"
# Name "@project_name@ - Win32 Debug Static"
@SOURCE_FILES@
# End Target
# End Project