|
@@ -12,22 +12,23 @@
|
|
<Configurations>
|
|
<Configurations>
|
|
<Configuration
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
Name="Debug|Win32"
|
|
- OutputDirectory="Debug-sqlmap"
|
|
|
|
- IntermediateDirectory="Debug-sqlmap"
|
|
|
|
|
|
+ OutputDirectory=".."
|
|
|
|
+ IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
ConfigurationType="1"
|
|
CharacterSet="2">
|
|
CharacterSet="2">
|
|
<Tool
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
|
|
AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
|
|
- PreprocessorDefinitions="WIN32;_WIN32;__WIN32;PCRE_SUPPORT;MAPREGSQL;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
|
|
|
|
|
|
+ PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;MAPREGSQL;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
|
|
GeneratePreprocessedFile="0"
|
|
GeneratePreprocessedFile="0"
|
|
- MinimalRebuild="FALSE"
|
|
|
|
- BasicRuntimeChecks="0"
|
|
|
|
- RuntimeLibrary="0"
|
|
|
|
|
|
+ MinimalRebuild="TRUE"
|
|
|
|
+ ExceptionHandling="FALSE"
|
|
|
|
+ BasicRuntimeChecks="3"
|
|
|
|
+ RuntimeLibrary="3"
|
|
BufferSecurityCheck="TRUE"
|
|
BufferSecurityCheck="TRUE"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
- DefaultCharIsUnsigned="TRUE"
|
|
|
|
|
|
+ DefaultCharIsUnsigned="FALSE"
|
|
ForceConformanceInForLoopScope="FALSE"
|
|
ForceConformanceInForLoopScope="FALSE"
|
|
UsePrecompiledHeader="0"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
WarningLevel="3"
|
|
@@ -38,14 +39,14 @@
|
|
Name="VCCustomBuildTool"/>
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
Name="VCLinkerTool"
|
|
- AdditionalDependencies="WSOCK32.lib libmysql.lib pcre.lib zdll.lib"
|
|
|
|
- OutputFile="..\map-server_sql.exe"
|
|
|
|
|
|
+ AdditionalDependencies="msvcrtd.lib oldnames.lib ws2_32.lib libmysql.lib pcre.lib zdll.lib"
|
|
|
|
+ OutputFile="$(OutDir)\map-server_sql.exe"
|
|
LinkIncremental="2"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories="..\lib"
|
|
AdditionalLibraryDirectories="..\lib"
|
|
- IgnoreAllDefaultLibraries="FALSE"
|
|
|
|
|
|
+ IgnoreAllDefaultLibraries="TRUE"
|
|
IgnoreDefaultLibraryNames=""
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="TRUE"
|
|
GenerateDebugInformation="TRUE"
|
|
- ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
|
|
|
|
|
|
+ ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
|
|
SubSystem="1"
|
|
SubSystem="1"
|
|
TargetMachine="1"/>
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
<Tool
|
|
@@ -71,14 +72,14 @@
|
|
</Configuration>
|
|
</Configuration>
|
|
<Configuration
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
Name="Release|Win32"
|
|
- OutputDirectory="Release-sqlmap"
|
|
|
|
- IntermediateDirectory="Release-sqlmap"
|
|
|
|
|
|
+ OutputDirectory=".."
|
|
|
|
+ IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
ConfigurationType="1"
|
|
CharacterSet="2"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="TRUE">
|
|
WholeProgramOptimization="TRUE">
|
|
<Tool
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Name="VCCLCompilerTool"
|
|
- Optimization="3"
|
|
|
|
|
|
+ Optimization="2"
|
|
GlobalOptimizations="TRUE"
|
|
GlobalOptimizations="TRUE"
|
|
InlineFunctionExpansion="2"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="TRUE"
|
|
EnableIntrinsicFunctions="TRUE"
|
|
@@ -86,12 +87,13 @@
|
|
FavorSizeOrSpeed="1"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="TRUE"
|
|
OmitFramePointers="TRUE"
|
|
EnableFiberSafeOptimizations="TRUE"
|
|
EnableFiberSafeOptimizations="TRUE"
|
|
- OptimizeForProcessor="3"
|
|
|
|
|
|
+ OptimizeForProcessor="2"
|
|
OptimizeForWindowsApplication="TRUE"
|
|
OptimizeForWindowsApplication="TRUE"
|
|
AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
|
|
AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
|
|
- PreprocessorDefinitions="WIN32;_WIN32;__WIN32;PCRE_SUPPORT;MAPREGSQL;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
|
|
|
|
- RuntimeLibrary="0"
|
|
|
|
- DefaultCharIsUnsigned="TRUE"
|
|
|
|
|
|
+ PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;PCRE_SUPPORT;MAPREGSQL;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
|
|
|
|
+ StringPooling="TRUE"
|
|
|
|
+ RuntimeLibrary="3"
|
|
|
|
+ DefaultCharIsUnsigned="FALSE"
|
|
UsePrecompiledHeader="0"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
@@ -101,15 +103,18 @@
|
|
Name="VCCustomBuildTool"/>
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
Name="VCLinkerTool"
|
|
- AdditionalDependencies="WSOCK32.lib libmysql.lib pcre.lib zdll.lib"
|
|
|
|
- OutputFile="..\map-server_sql.exe"
|
|
|
|
|
|
+ AdditionalDependencies="msvcrt.lib oldnames.lib ws2_32.lib libmysql.lib pcre.lib zdll.lib"
|
|
|
|
+ OutputFile="$(OutDir)\map-server_sql.exe"
|
|
LinkIncremental="1"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories="..\lib"
|
|
AdditionalLibraryDirectories="..\lib"
|
|
|
|
+ IgnoreAllDefaultLibraries="TRUE"
|
|
IgnoreDefaultLibraryNames=""
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="TRUE"
|
|
GenerateDebugInformation="TRUE"
|
|
|
|
+ ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
|
|
SubSystem="1"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
EnableCOMDATFolding="2"
|
|
|
|
+ OptimizeForWindows98="1"
|
|
TargetMachine="1"/>
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
Name="VCMIDLTool"/>
|
|
@@ -137,291 +142,315 @@
|
|
</References>
|
|
</References>
|
|
<Files>
|
|
<Files>
|
|
<Filter
|
|
<Filter
|
|
- Name="Source Files"
|
|
|
|
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
|
|
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
|
|
|
|
|
+ Name="map_sql"
|
|
|
|
+ Filter="">
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\atcommand.c">
|
|
RelativePath="..\src\map\atcommand.c">
|
|
</File>
|
|
</File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\src\map\atcommand.h">
|
|
|
|
+ </File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\battle.c">
|
|
RelativePath="..\src\map\battle.c">
|
|
</File>
|
|
</File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\src\map\battle.h">
|
|
|
|
+ </File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\charcommand.c">
|
|
RelativePath="..\src\map\charcommand.c">
|
|
</File>
|
|
</File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\src\map\charcommand.h">
|
|
|
|
+ </File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\src\map\charsave.c">
|
|
|
|
+ </File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\src\map\charsave.h">
|
|
|
|
+ </File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\chat.c">
|
|
RelativePath="..\src\map\chat.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\chrif.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\chat.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\clif.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\chrif.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\core.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\chrif.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\date.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\clif.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\db.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\clif.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\ers.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\date.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\grfio.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\date.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\guild.c">
|
|
RelativePath="..\src\map\guild.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\intif.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\guild.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\zlib\ioapi.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\intif.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\zlib\iowin32.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\intif.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\irc.c">
|
|
RelativePath="..\src\map\irc.c">
|
|
</File>
|
|
</File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\src\map\irc.h">
|
|
|
|
+ </File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\itemdb.c">
|
|
RelativePath="..\src\map\itemdb.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\lock.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\itemdb.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\log.c">
|
|
RelativePath="..\src\map\log.c">
|
|
</File>
|
|
</File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\src\map\log.h">
|
|
|
|
+ </File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\mail.c">
|
|
RelativePath="..\src\map\mail.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\malloc.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\mail.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\map.c">
|
|
RelativePath="..\src\map\map.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\mapindex.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\map.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\mercenary.c">
|
|
RelativePath="..\src\map\mercenary.c">
|
|
</File>
|
|
</File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\src\map\mercenary.h">
|
|
|
|
+ </File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\mob.c">
|
|
RelativePath="..\src\map\mob.c">
|
|
</File>
|
|
</File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\src\map\mob.h">
|
|
|
|
+ </File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\npc.c">
|
|
RelativePath="..\src\map\npc.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\npc_chat.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\npc.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\nullpo.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\npc_chat.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\party.c">
|
|
RelativePath="..\src\map\party.c">
|
|
</File>
|
|
</File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\src\map\party.h">
|
|
|
|
+ </File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\path.c">
|
|
RelativePath="..\src\map\path.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\pc.c">
|
|
RelativePath="..\src\map\pc.c">
|
|
</File>
|
|
</File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\src\map\pc.h">
|
|
|
|
+ </File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\src\map\pcre.h">
|
|
|
|
+ </File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\pet.c">
|
|
RelativePath="..\src\map\pet.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\plugins.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\pet.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\script.c">
|
|
RelativePath="..\src\map\script.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\showmsg.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\script.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\skill.c">
|
|
RelativePath="..\src\map\skill.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\socket.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\skill.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\status.c">
|
|
RelativePath="..\src\map\status.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\storage.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\status.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\strlib.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\storage.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\timer.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\storage.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\trade.c">
|
|
RelativePath="..\src\map\trade.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\unit.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\trade.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\zlib\unzip.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\unit.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\utils.c">
|
|
|
|
|
|
+ RelativePath="..\src\map\unit.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\vending.c">
|
|
RelativePath="..\src\map\vending.c">
|
|
</File>
|
|
</File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\src\map\vending.h">
|
|
|
|
+ </File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
<Filter
|
|
- Name="Header Files"
|
|
|
|
|
|
+ Name="common"
|
|
Filter="">
|
|
Filter="">
|
|
- <File
|
|
|
|
- RelativePath="..\src\map\atcommand.h">
|
|
|
|
- </File>
|
|
|
|
- <File
|
|
|
|
- RelativePath="..\src\map\battle.h">
|
|
|
|
- </File>
|
|
|
|
<File
|
|
<File
|
|
RelativePath="..\src\common\cbasetypes.h">
|
|
RelativePath="..\src\common\cbasetypes.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\charcommand.h">
|
|
|
|
- </File>
|
|
|
|
- <File
|
|
|
|
- RelativePath="..\src\map\chat.h">
|
|
|
|
- </File>
|
|
|
|
- <File
|
|
|
|
- RelativePath="..\src\map\chrif.h">
|
|
|
|
- </File>
|
|
|
|
- <File
|
|
|
|
- RelativePath="..\src\map\clif.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\core.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\common\core.h">
|
|
RelativePath="..\src\common\core.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\date.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\db.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\common\db.h">
|
|
RelativePath="..\src\common\db.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\ers.h">
|
|
|
|
- </File>
|
|
|
|
- <File
|
|
|
|
- RelativePath="..\src\common\grfio.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\ers.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\guild.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\ers.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\intif.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\grfio.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\irc.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\grfio.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\itemdb.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\lock.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\limits.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\lock.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\lock.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\malloc.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\log.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\malloc.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\mail.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\mapindex.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\malloc.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\mapindex.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\map.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\mmo.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\mapindex.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\nullpo.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\mercenary.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\nullpo.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\mmo.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\plugin.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\mob.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\plugins.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\npc.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\plugins.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\nullpo.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\showmsg.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\party.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\showmsg.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\pc.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\socket.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\pcre.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\socket.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\pet.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\strlib.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\plugin.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\strlib.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\plugins.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\timer.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\script.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\timer.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\showmsg.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\utils.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\skill.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\utils.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\socket.h">
|
|
|
|
|
|
+ RelativePath="..\src\common\version.h">
|
|
</File>
|
|
</File>
|
|
|
|
+ </Filter>
|
|
|
|
+ <Filter
|
|
|
|
+ Name="zlib"
|
|
|
|
+ Filter="">
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\status.h">
|
|
|
|
|
|
+ RelativePath="..\src\zlib\crypt.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\storage.h">
|
|
|
|
|
|
+ RelativePath="..\src\zlib\ioapi.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\strlib.h">
|
|
|
|
|
|
+ RelativePath="..\src\zlib\ioapi.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\timer.h">
|
|
|
|
|
|
+ RelativePath="..\src\zlib\iowin32.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\trade.h">
|
|
|
|
|
|
+ RelativePath="..\src\zlib\iowin32.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\unit.h">
|
|
|
|
|
|
+ RelativePath="..\src\zlib\unzip.c">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\utils.h">
|
|
|
|
|
|
+ RelativePath="..\src\zlib\unzip.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\map\vending.h">
|
|
|
|
|
|
+ RelativePath="..\src\zlib\zconf.h">
|
|
</File>
|
|
</File>
|
|
<File
|
|
<File
|
|
- RelativePath="..\src\common\version.h">
|
|
|
|
|
|
+ RelativePath="..\src\zlib\zlib.h">
|
|
</File>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
</Files>
|
|
</Files>
|