Add BSD license file
[platform/upstream/db4.git] / build_windows / dynamic_dsp.src
1 # Microsoft Developer Studio Project File - Name="@project_name@" - Package Owner=<4>\r
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00\r
3 # ** DO NOT EDIT **\r
4 \r
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102\r
6 \r
7 CFG=@project_name@ - Win32 Debug x86\r
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
9 !MESSAGE use the Export Makefile command and run\r
10 !MESSAGE \r
11 !MESSAGE NMAKE /f "@project_name@.mak".\r
12 !MESSAGE \r
13 !MESSAGE You can specify a configuration when running NMAKE\r
14 !MESSAGE by defining the macro CFG on the command line. For example:\r
15 !MESSAGE \r
16 !MESSAGE NMAKE /f "@project_name@.mak" CFG="@project_name@ - Win32 Debug x86"\r
17 !MESSAGE \r
18 !MESSAGE Possible choices for configuration are:\r
19 !MESSAGE \r
20 !MESSAGE "@project_name@ - Win32 Release x86" (based on "Win32 (x86) Dynamic-Link Library")\r
21 !MESSAGE "@project_name@ - Win32 Debug x86" (based on "Win32 (x86) Dynamic-Link Library")\r
22 !MESSAGE \r
23 \r
24 # Begin Project\r
25 # PROP AllowPerConfigDependencies 0\r
26 # PROP Scc_ProjName ""\r
27 # PROP Scc_LocalPath ""\r
28 CPP=cl.exe\r
29 MTL=midl.exe\r
30 RSC=rc.exe\r
31 \r
32 !IF  "$(CFG)" == "@project_name@ - Win32 Release x86"\r
33 \r
34 # PROP BASE Use_MFC 0\r
35 # PROP BASE Use_Debug_Libraries 0\r
36 # PROP BASE Output_Dir "Win32/Release"\r
37 # PROP BASE Intermediate_Dir "Win32/Release/@project_name@"\r
38 # PROP BASE Target_Dir ""\r
39 # PROP Use_MFC 0\r
40 # PROP Use_Debug_Libraries 0\r
41 # PROP Output_Dir "Win32/Release"\r
42 # PROP Intermediate_Dir "Win32/Release/@project_name@"\r
43 # PROP Ignore_Export_Lib 0\r
44 # PROP Target_Dir ""\r
45 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" @extra_cppflags@ /FD /c\r
46 # ADD CPP /nologo /MD /W3 /GX /O2 /Ob2 /I "." /I ".." /D "UNICODE" /D "_UNICODE" /D "DB_CREATE_DLL" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" @extra_cppflags@ /FD /c\r
47 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32\r
48 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32\r
49 # ADD BASE RSC /l 0x409 /d "NDEBUG"\r
50 # ADD RSC /l 0x409 /d "NDEBUG"\r
51 BSC32=bscmake.exe\r
52 # ADD BASE BSC32 /nologo\r
53 # ADD BSC32 /nologo\r
54 LINK32=link.exe\r
55 # ADD BASE LINK32 @release_libs@ kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /subsystem:windows /dll /machine:I386\r
56 # ADD LINK32 @release_libs@ kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x13000000" /subsystem:windows /dll /machine:I386 /out:"Win32/Release/libdb@lib_suffix@@DB_VERSION_MAJOR@@DB_VERSION_MINOR@.dll" /libpath:"$(OUTDIR)"\r
57 @POST_BUILD@\r
58 \r
59 !ELSEIF  "$(CFG)" == "@project_name@ - Win32 Debug x86"\r
60 \r
61 # PROP BASE Use_MFC 0\r
62 # PROP BASE Use_Debug_Libraries 1\r
63 # PROP BASE Output_Dir "Win32/Debug"\r
64 # PROP BASE Intermediate_Dir "Win32/Debug/@project_name@"\r
65 # PROP BASE Target_Dir ""\r
66 # PROP Use_MFC 0\r
67 # PROP Use_Debug_Libraries 1\r
68 # PROP Output_Dir "Win32/Debug"\r
69 # PROP Intermediate_Dir "Win32/Debug/@project_name@"\r
70 # PROP Ignore_Export_Lib 0\r
71 # PROP Target_Dir ""\r
72 # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" @extra_cppflags@ /FD /c\r
73 # ADD CPP /nologo /MDd /W3 /GX /Z7 /Od /I "." /I ".." /D "UNICODE" /D "_UNICODE" /D "DB_CREATE_DLL" /D "DIAGNOSTIC" /D "CONFIG_TEST" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" @extra_cppflags@ /FD /c\r
74 # SUBTRACT CPP /Fr\r
75 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32\r
76 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32\r
77 # ADD BASE RSC /l 0x409 /d "_DEBUG"\r
78 # ADD RSC /l 0x409 /d "_DEBUG"\r
79 BSC32=bscmake.exe\r
80 # ADD BASE BSC32 /nologo\r
81 # ADD BSC32 /nologo\r
82 LINK32=link.exe\r
83 # ADD BASE LINK32 @debug_libs@ kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept\r
84 # ADD LINK32 @debug_libs@ kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x13000000" /subsystem:windows /dll /export:__db_assert /pdb:none /debug /machine:I386 /out:"Win32/Debug/libdb@lib_suffix@@DB_VERSION_MAJOR@@DB_VERSION_MINOR@d.dll" /fixed:no /libpath:"$(OUTDIR)"\r
85 @POST_BUILD@\r
86 \r
87 !ENDIF \r
88 \r
89 # Begin Target\r
90 \r
91 # Name "@project_name@ - Win32 Release x86"\r
92 # Name "@project_name@ - Win32 Debug x86"\r
93 @SOURCE_FILES@\r
94 \r
95 # End Target\r
96 # End Project\r