mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / storage / ndb / config / win-prg.am
blobe234f74abc7ddf5ac730737240dc40684cf7f3ba
1 # Microsoft Developer Studio Project File - Name="mysqld" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
4 # Copyright (c) 2004, 2006 MySQL AB
5 # Use is subject to license terms.
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) Console Application" 0x0103
24 CFG=@name@ - Win32 Release
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 Release"
34 !MESSAGE
35 !MESSAGE Possible choices for configuration are:
36 !MESSAGE
37 !MESSAGE "@name@ - Win32 Release" (based on "Win32 (x86) Console Application")
38 !MESSAGE "@name@ - Win32 Debug" (based on "Win32 (x86) Console Application")
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 Ignore_Export_Lib 0
60 # PROP Target_Dir ""
61 # ADD BASE CPP /nologo /W3 /GX /O2 /D "NDB_WIN32" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
62 # ADD CPP /nologo /G6 /MT /W3 /O2 /D "NDB_WIN32" /I "../zlib" /I "../include" /I "../regex" /D "NDEBUG" /D "DBUG_OFF" /D "HAVE_INNOBASE_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /FD /c
63 # ADD BASE CPP @includes@
64 # ADD CPP @includes@
65 # SUBTRACT CPP /YX
66 # ADD BASE RSC /l 0x410 /d "NDEBUG"
67 # ADD RSC /l 0x409 /d "NDEBUG"
68 BSC32=bscmake.exe
69 # ADD BASE BSC32 /nologo
70 # ADD BSC32 /nologo
71 LINK32=xilink6.exe
72 @release_libs@
73 # ADD BASE LINK32 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 /subsystem:console /machine:I386
74 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Wsock32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"release/@name@-opt.exe"
75 # SUBTRACT LINK32 /debug
77 !ELSEIF  "$(CFG)" == "@name@ - Win32 Debug"
79 # PROP BASE Use_MFC 0
80 # PROP BASE Use_Debug_Libraries 1
81 # PROP BASE Output_Dir "Debug"
82 # PROP BASE Intermediate_Dir "Debug"
83 # PROP BASE Target_Dir ""
84 # PROP Use_MFC 0
85 # PROP Use_Debug_Libraries 1
86 # PROP Output_Dir "debug"
87 # PROP Intermediate_Dir "debug"
88 # PROP Ignore_Export_Lib 0
89 # PROP Target_Dir ""
90 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "NDB_WIN32" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
91 # ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /D "NDB_WIN32" /I "../include" /I "../regex" /I "../zlib" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "HAVE_INNOBASE_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /FD /c
92 # ADD BASE CPP @includes@
93 # ADD CPP @includes@
94 # SUBTRACT CPP /Fr /YX
95 # ADD BASE RSC /l 0x410 /d "_DEBUG"
96 # ADD RSC /l 0x409 /d "_DEBUG"
97 BSC32=bscmake.exe
98 # ADD BASE BSC32 /nologo
99 # ADD BSC32 /nologo
100 LINK32=xilink6.exe
101 @debug_libs@
102 # ADD BASE LINK32 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 /subsystem:console /debug /machine:I386 /pdbtype:sept
103 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Wsock32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"debug/@name@.exe" /pdbtype:sept
105 !ENDIF
107 # Begin Target
109 # Name "@name@ - Win32 Release"
110 # Name "@name@ - Win32 Debug"
112 @sources@
114 # End Target
115 # End Project