mirror of
https://github.com/MariaDB/server.git
synced 2025-08-26 01:44:06 +03:00
The LGPL license is used in some legacy code, and to adhere to current licensing polity, we remove those files that are no longer used, and reorganize the remaining LGPL code so it will be GPL licensed from now on. Note: This patch only removed LGPL licensed files in MySQL 5.0, and is the first of a set of patches to remove LGPL from all trees. (See Bug# 11840513 for details) include/my_compare.h: Mostly code moved in from my_handler include/my_global.h: AIX-only code. Function used to be in my_port.c Inlining instead. libmysql/Makefile.shared: my_gethostbyname and my_port is removed myisam/mi_check.c: ha_find_null is moved from my_handler and made static.
598 lines
12 KiB
Plaintext
598 lines
12 KiB
Plaintext
# Microsoft Developer Studio Project File - Name="mysqlclient" - Package Owner=<4>
|
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
|
# ** DO NOT EDIT **
|
|
|
|
# TARGTYPE "Win32 (x86) Static Library" 0x0104
|
|
|
|
CFG=mysqlclient - 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 "mysqlclient.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 "mysqlclient.mak" CFG="mysqlclient - Win32 Debug"
|
|
!MESSAGE
|
|
!MESSAGE Possible choices for configuration are:
|
|
!MESSAGE
|
|
!MESSAGE "mysqlclient - Win32 Release" (based on "Win32 (x86) Static Library")
|
|
!MESSAGE "mysqlclient - Win32 Debug" (based on "Win32 (x86) Static Library")
|
|
!MESSAGE "mysqlclient - Win32 authent" (based on "Win32 (x86) Static Library")
|
|
!MESSAGE
|
|
|
|
# Begin Project
|
|
# PROP AllowPerConfigDependencies 0
|
|
# PROP Scc_ProjName ""
|
|
# PROP Scc_LocalPath ""
|
|
CPP=xicl6.exe
|
|
RSC=rc.exe
|
|
|
|
!IF "$(CFG)" == "mysqlclient - Win32 Release"
|
|
|
|
# PROP BASE Use_MFC 0
|
|
# PROP BASE Use_Debug_Libraries 0
|
|
# PROP BASE Output_Dir "Release"
|
|
# PROP BASE Intermediate_Dir "Release"
|
|
# PROP BASE Target_Dir ""
|
|
# PROP Use_MFC 0
|
|
# PROP Use_Debug_Libraries 0
|
|
# PROP Output_Dir "release"
|
|
# PROP Intermediate_Dir "release"
|
|
# PROP Target_Dir ""
|
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /I "../extra/yassl/include" /D "DBUG_OFF" /D "_WINDOWS" /D "USE_TLS" /D "MYSQL_CLIENT" /D "NDEBUG" /FD /c
|
|
# SUBTRACT CPP /YX
|
|
# ADD BASE RSC /l 0x409
|
|
# ADD RSC /l 0x409
|
|
BSC32=bscmake.exe
|
|
# ADD BASE BSC32 /nologo
|
|
# ADD BSC32 /nologo
|
|
LIB32=xilink6.exe -lib
|
|
# ADD BASE LIB32 /nologo
|
|
# ADD LIB32 /nologo /out:"..\lib_release\mysqlclient.lib"
|
|
|
|
!ELSEIF "$(CFG)" == "mysqlclient - Win32 Debug"
|
|
|
|
# PROP BASE Use_MFC 0
|
|
# PROP BASE Use_Debug_Libraries 1
|
|
# PROP BASE Output_Dir "Debug"
|
|
# PROP BASE Intermediate_Dir "Debug"
|
|
# PROP BASE Target_Dir ""
|
|
# PROP Use_MFC 0
|
|
# PROP Use_Debug_Libraries 1
|
|
# PROP Output_Dir "debug"
|
|
# PROP Intermediate_Dir "debug"
|
|
# PROP Target_Dir ""
|
|
# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
|
|
# ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /I "../include" /I "../" /I "../extra/yassl/include" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /D "USE_TLS" /D "MYSQL_CLIENT" /FD /c
|
|
# SUBTRACT CPP /YX
|
|
# ADD BASE RSC /l 0x409
|
|
# ADD RSC /l 0x409
|
|
BSC32=bscmake.exe
|
|
# ADD BASE BSC32 /nologo
|
|
# ADD BSC32 /nologo
|
|
LIB32=xilink6.exe -lib
|
|
# ADD BASE LIB32 /nologo
|
|
# ADD LIB32 /nologo /out:"..\lib_debug\mysqlclient.lib"
|
|
|
|
!ELSEIF "$(CFG)" == "mysqlclient - Win32 authent"
|
|
|
|
# PROP BASE Use_MFC 0
|
|
# PROP BASE Use_Debug_Libraries 0
|
|
# PROP BASE Output_Dir "mysqlclient___Win32_authent"
|
|
# PROP BASE Intermediate_Dir "mysqlclient___Win32_authent"
|
|
# PROP BASE Target_Dir ""
|
|
# PROP Use_MFC 0
|
|
# PROP Use_Debug_Libraries 0
|
|
# PROP Output_Dir "authent"
|
|
# PROP Intermediate_Dir "authent"
|
|
# PROP Target_Dir ""
|
|
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /D "DBUG_OFF" /D "_WINDOWS" /D "USE_TLS" /D "MYSQL_CLIENT" /D "NDEBUG" /FD /c
|
|
# SUBTRACT BASE CPP /YX
|
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../" /I "../extra/yassl/include" /D "DBUG_OFF" /D "_WINDOWS" /D "USE_TLS" /D "MYSQL_CLIENT" /D "NDEBUG" /D "CHECK_LICENSE" /D LICENSE=Commercial /FD /c
|
|
# SUBTRACT CPP /YX
|
|
# ADD BASE RSC /l 0x409
|
|
# ADD RSC /l 0x409
|
|
BSC32=bscmake.exe
|
|
# ADD BASE BSC32 /nologo
|
|
# ADD BSC32 /nologo
|
|
LIB32=xilink6.exe -lib
|
|
# ADD BASE LIB32 /nologo /out:"..\lib_release\mysqlclient.lib"
|
|
# ADD LIB32 /nologo /out:"..\lib_authent\mysqlclient.lib"
|
|
|
|
!ENDIF
|
|
|
|
# Begin Target
|
|
|
|
# Name "mysqlclient - Win32 Release"
|
|
# Name "mysqlclient - Win32 Debug"
|
|
# Name "mysqlclient - Win32 authent"
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\array.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\bchange.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\bmove.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\bmove_upp.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\mysys\charset-def.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\charset.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\libmysql\client.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-big5.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-bin.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-cp932.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-czech.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-euc_kr.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-eucjpms.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-extra.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-gb2312.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-gbk.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-latin1.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-mb.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-simple.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-sjis.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-tis620.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-uca.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-ucs2.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-ujis.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-utf8.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE="..\strings\ctype-win1250ch.c"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\ctype.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\dbug\dbug.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\default.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\libmysql\errmsg.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\errors.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\libmysql\get_password.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\int2str.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\is_prefix.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\libmysql\libmysql.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\list.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\llstr.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\longlong2str.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\mf_cache.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\mf_dirname.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\mf_fn_ext.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\mf_format.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\mf_iocache.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\mf_iocache2.c
|
|
|
|
!IF "$(CFG)" == "mysqlclient - Win32 Release"
|
|
|
|
!ELSEIF "$(CFG)" == "mysqlclient - Win32 Debug"
|
|
|
|
# ADD CPP /Od
|
|
|
|
!ELSEIF "$(CFG)" == "mysqlclient - Win32 authent"
|
|
|
|
!ENDIF
|
|
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\mf_loadpath.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\mf_pack.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\mf_path.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\mf_tempfile.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\mf_unixpath.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\mf_wcomp.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\mulalloc.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_access.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_alloc.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_chsize.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_compress.c
|
|
# ADD CPP /I "../zlib"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_create.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_delete.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_div.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_error.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_file.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_fopen.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_fstream.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_getopt.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_getwd.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_init.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_lib.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_malloc.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_messnc.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_net.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_once.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_open.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_pread.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_pthread.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_read.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_realloc.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_rename.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_seek.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_static.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\my_strtoll10.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_symlink.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_symlink2.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\libmysql\my_time.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_thr_init.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\my_vsnprintf.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_wincond.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_winthread.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\my_write.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\mysys_priv.h
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\sql\net_serv.cpp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\libmysql\manager.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\libmysql\pack.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\libmysql\password.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\safemalloc.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\sha1.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\str2int.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\strcend.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\strcont.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\strend.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\strfill.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\string.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\strinstr.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\strmake.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\strmov.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\strnlen.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\strnmov.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\strtod.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\strtoll.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\strtoull.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\strxmov.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\strxnmov.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\str_alloc.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\thr_mutex.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\mysys\typelib.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\vio\vio.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\vio\viosocket.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\vio\viossl.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\vio\viosslfactories.c
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=..\strings\xml.c
|
|
# End Source File
|
|
# End Target
|
|
# End Project
|