mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / storage / ndb / config / win-lib.am
blob1b3d772cf1767f99fa70e2668076bb7f225bb62e
1 # Microsoft Developer Studio Project File - Name="@name@" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
4 # Copyright (c) 2004, 2005 MySQL AB
5 # Use is subject to license terms.
6
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; version 2 of the License.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
20 # ** DO NOT EDIT **
22 # TARGTYPE "Win32 (x86) Static Library" 0x0104
24 CFG=@name@ - Win32 Debug
25 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
26 !MESSAGE use the Export Makefile command and run
27 !MESSAGE
28 !MESSAGE NMAKE /f "@name@.mak".
29 !MESSAGE
30 !MESSAGE You can specify a configuration when running NMAKE
31 !MESSAGE by defining the macro CFG on the command line. For example:
32 !MESSAGE
33 !MESSAGE NMAKE /f "@name@.mak" CFG="@name@ - Win32 Debug"
34 !MESSAGE
35 !MESSAGE Possible choices for configuration are:
36 !MESSAGE
37 !MESSAGE "@name@ - Win32 Release" (based on "Win32 (x86) Static Library")
38 !MESSAGE "@name@ - Win32 Debug" (based on "Win32 (x86) Static Library")
39 !MESSAGE
41 # Begin Project
42 # PROP AllowPerConfigDependencies 0
43 # PROP Scc_ProjName ""
44 # PROP Scc_LocalPath ""
45 CPP=xicl6.exe
46 RSC=rc.exe
48 !IF  "$(CFG)" == "@name@ - Win32 Release"
50 # PROP BASE Use_MFC 0
51 # PROP BASE Use_Debug_Libraries 0
52 # PROP BASE Output_Dir "Release"
53 # PROP BASE Intermediate_Dir "Release"
54 # PROP BASE Target_Dir ""
55 # PROP Use_MFC 0
56 # PROP Use_Debug_Libraries 0
57 # PROP Output_Dir "release"
58 # PROP Intermediate_Dir "release"
59 # PROP Target_Dir ""
60 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
61 # ADD CPP /nologo /G6 /MT /W3 /O2 /D "WIN32" /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
62 # ADD BASE CPP @includes@
63 # ADD CPP @includes@
64 # SUBTRACT CPP /YX
65 # ADD BASE RSC /l 0x409
66 # ADD RSC /l 0x409
67 BSC32=bscmake.exe
68 # ADD BASE BSC32 /nologo
69 # ADD BSC32 /nologo
70 LIB32=xilink6.exe -lib
71 # ADD BASE LIB32 /nologo
72 # ADD LIB32 /nologo /out:".\lib_release\@name@.lib"
73 @release_libs@
75 !ELSEIF  "$(CFG)" == "@name@ - Win32 Debug"
77 # PROP BASE Use_MFC 0
78 # PROP BASE Use_Debug_Libraries 1
79 # PROP BASE Output_Dir "Debug"
80 # PROP BASE Intermediate_Dir "Debug"
81 # PROP BASE Target_Dir ""
82 # PROP Use_MFC 0
83 # PROP Use_Debug_Libraries 1
84 # PROP Output_Dir "debug"
85 # PROP Intermediate_Dir "debug"
86 # PROP Target_Dir ""
87 # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
88 # ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /Gf /D "WIN32" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /FD /c
89 # ADD BASE CPP @includes@
90 # ADD CPP @includes@
91 # SUBTRACT CPP /YX
92 # ADD BASE RSC /l 0x409
93 # ADD RSC /l 0x409
94 BSC32=bscmake.exe
95 # ADD BASE BSC32 /nologo
96 # ADD BSC32 /nologo
97 LIB32=xilink6.exe -lib
98 # ADD BASE LIB32 /nologo
99 # ADD LIB32 /nologo /out:".\lib_debug\@name@.lib"
100 @debug_libs@
102 !ENDIF
104 # Begin Target
106 # Name "@name@ - Win32 Release"
107 # Name "@name@ - Win32 Debug"
109 # Begin Group "Source Files"
110 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
112 @sources@
114 # End Group
116 # End Target
117 # End Project