|
@@ -70,9 +70,10 @@
|
|
CharacterSet="2">
|
|
CharacterSet="2">
|
|
<Tool
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Name="VCCLCompilerTool"
|
|
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
|
|
- RuntimeLibrary="4"
|
|
|
|
- UsePrecompiledHeader="3"
|
|
|
|
|
|
+ AdditionalIncludeDirectories="..\src\common;..\src\map;..\src\zlib;C:\Program Files\MySQL\MySQL Server 4.1\include"
|
|
|
|
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_WIN32;PACKETVER=6;NEW_006b;__WIN32;LOCALZLIB"
|
|
|
|
+ RuntimeLibrary="1"
|
|
|
|
+ UsePrecompiledHeader="1"
|
|
WarningLevel="3"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
DebugInformationFormat="3"/>
|
|
@@ -80,6 +81,8 @@
|
|
Name="VCCustomBuildTool"/>
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
Name="VCLinkerTool"
|
|
|
|
+ AdditionalDependencies="WSOCK32.lib mysqlclient.lib"
|
|
|
|
+ AdditionalLibraryDirectories="C:\Program Files\MySQL\MySQL Server 4.1\lib\debug"
|
|
OutputFile="..\map-server_sql.exe"
|
|
OutputFile="..\map-server_sql.exe"
|
|
LinkIncremental="1"
|
|
LinkIncremental="1"
|
|
GenerateDebugInformation="TRUE"
|
|
GenerateDebugInformation="TRUE"
|