Massive reorganization attempt - part 1
Oh dear, what has DS done now?
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mysql2", "mysql2.vcproj", "{7877D370-E48E-4A85-8EE4-131863A5B09F}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mysqlx", "mysqlx.vcproj", "{7877D370-E48E-4A85-8EE4-131863A5B09F}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
@ -2,7 +2,7 @@
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="mysql2"
|
||||
Name="mysqlx"
|
||||
ProjectGUID="{7877D370-E48E-4A85-8EE4-131863A5B09F}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
@ -19,7 +19,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="mysql;thread;sdk;."
|
||||
AdditionalIncludeDirectories="..\mysql;..\thread;..\sdk;."
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MYSQL2_EXPORTS;SM_DEFAULT_THREADER"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
@ -27,7 +27,7 @@
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="FALSE"
|
||||
DebugInformationFormat="4"/>
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
@ -70,7 +70,7 @@
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="mysql;thread;sdk;."
|
||||
AdditionalIncludeDirectories="..\mysql;..\thread;..\sdk;."
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MYSQL2_EXPORTS;SM_DEFAULT_THREADER"
|
||||
RuntimeLibrary="0"
|
||||
UsePrecompiledHeader="0"
|
||||
@ -121,19 +121,19 @@
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||
<File
|
||||
RelativePath=".\basic_sql.cpp">
|
||||
RelativePath="..\basic_sql.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\handles.cpp">
|
||||
RelativePath="..\handles.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\module.cpp">
|
||||
RelativePath="..\module.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\oldcompat_sql.cpp">
|
||||
RelativePath="..\oldcompat_sql.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\threading.cpp">
|
||||
RelativePath="..\threading.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
@ -141,50 +141,48 @@
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||||
<File
|
||||
RelativePath=".\mysql2_header.h">
|
||||
RelativePath="..\mysql2_header.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\threading.h">
|
||||
RelativePath="..\sqlheaders.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\threading.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Threader"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\thread\IThreader.h">
|
||||
RelativePath="..\thread\IThreader.h">
|
||||
</File>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\thread\BaseWorker.cpp">
|
||||
RelativePath="..\thread\BaseWorker.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\thread\ThreadWorker.cpp">
|
||||
RelativePath="..\thread\ThreadWorker.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\thread\WinThreads.cpp">
|
||||
RelativePath="..\thread\WinThreads.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\thread\BaseWorker.h">
|
||||
RelativePath="..\thread\BaseWorker.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\thread\ThreadSupport.h">
|
||||
RelativePath="..\thread\ThreadSupport.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\thread\ThreadWorker.h">
|
||||
RelativePath="..\thread\ThreadWorker.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\thread\WinThreads.h">
|
||||
RelativePath="..\thread\WinThreads.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
@ -192,67 +190,79 @@
|
||||
Name="Database"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\mysql\ISQLDriver.h">
|
||||
RelativePath="..\mysql\ISQLDriver.h">
|
||||
</File>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\mysql\MysqlDatabase.h">
|
||||
RelativePath="..\mysql\MysqlDatabase.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\mysql\MysqlDriver.h">
|
||||
RelativePath="..\mysql\MysqlDriver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\mysql\MysqlHeaders.h">
|
||||
RelativePath="..\mysql\MysqlHeaders.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\mysql\MysqlQuery.h">
|
||||
RelativePath="..\mysql\MysqlQuery.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\mysql\MysqlResultSet.h">
|
||||
RelativePath="..\mysql\MysqlResultSet.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\mysql\MysqlDatabase.cpp">
|
||||
RelativePath="..\mysql\MysqlDatabase.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\mysql\MysqlDriver.cpp">
|
||||
RelativePath="..\mysql\MysqlDriver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\mysql\MysqlQuery.cpp">
|
||||
RelativePath="..\mysql\MysqlQuery.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\mysql\MysqlResultSet.cpp">
|
||||
RelativePath="..\mysql\MysqlResultSet.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="SDK"
|
||||
Name="Module SDK"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\sdk\amxxmodule.cpp">
|
||||
RelativePath="..\sdk\moduleconfig.h">
|
||||
</File>
|
||||
<Filter
|
||||
Name="AMXX STL"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\sdk\CVector.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\sh_list.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\sh_stack.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="SDK Base"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\sdk\amxxmodule.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\amxxmodule.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Pawn Includes"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\sdk\amxxmodule.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\sdk\CVector.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\sdk\moduleconfig.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\sdk\sh_list.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\sdk\sh_stack.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\sqlheaders.h">
|
||||
RelativePath="..\..\..\plugins\include\sqlx.inc">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
@ -1,7 +1,7 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||
# Visual Studio 2005
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mysql2", "mysql2.vcproj", "{7877D370-E48E-4A85-8EE4-131863A5B09F}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mysqlx", "mysqlx.vcproj", "{7877D370-E48E-4A85-8EE4-131863A5B09F}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
@ -2,9 +2,9 @@
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="mysql2"
|
||||
Name="mysqlx"
|
||||
ProjectGUID="{7877D370-E48E-4A85-8EE4-131863A5B09F}"
|
||||
RootNamespace="mysql2"
|
||||
RootNamespace="mysqlx"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
<Platforms>
|
||||
@ -41,7 +41,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="../mysql;../thread;../sdk;.."
|
||||
AdditionalIncludeDirectories="..\mysql;..\thread;..\sdk;."
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MYSQL2_EXPORTS;SM_DEFAULT_THREADER"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
@ -50,7 +50,7 @@
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
@ -123,7 +123,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="../mysql;../thread;../sdk;.."
|
||||
AdditionalIncludeDirectories="..\mysql;..\thread;..\sdk;."
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MYSQL2_EXPORTS;SM_DEFAULT_THREADER"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeTypeInfo="false"
|
||||
@ -218,17 +218,15 @@
|
||||
RelativePath="..\mysql2_header.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlheaders.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\threading.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Threader"
|
||||
>
|
||||
@ -326,34 +324,46 @@
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="SDK"
|
||||
Name="Module SDK"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\sdk\amxxmodule.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\amxxmodule.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\CVector.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\moduleconfig.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\sh_list.h"
|
||||
<Filter
|
||||
Name="AMXX STL"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\sh_stack.h"
|
||||
<File
|
||||
RelativePath="..\sdk\CVector.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\sh_list.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\sh_stack.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="SDK Base"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\amxxmodule.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\amxxmodule.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Pawn Includes"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\sqlheaders.h"
|
||||
RelativePath="..\..\..\plugins\include\sqlx.inc"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
Reference in New Issue
Block a user