diff options
Diffstat (limited to 'vcproj-9/map-server_sql.vcproj')
-rw-r--r-- | vcproj-9/map-server_sql.vcproj | 73 |
1 files changed, 51 insertions, 22 deletions
diff --git a/vcproj-9/map-server_sql.vcproj b/vcproj-9/map-server_sql.vcproj index 6d31f2340..d2c8192c2 100644 --- a/vcproj-9/map-server_sql.vcproj +++ b/vcproj-9/map-server_sql.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9,00" + Version="9.00" Name="map-server_sql" ProjectGUID="{D356871D-58E1-450B-967A-E6E9646175AF}" RootNamespace="map-server_sql" @@ -40,11 +40,11 @@ /> <Tool Name="VCCLCompilerTool" + AdditionalOptions="/MP" Optimization="0" AdditionalIncludeDirectories="..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;..\3rdparty\mt19937ar" PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION" GeneratePreprocessedFile="0" - MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" RuntimeLibrary="1" @@ -128,6 +128,7 @@ /> <Tool Name="VCCLCompilerTool" + AdditionalOptions="/MP" Optimization="2" InlineFunctionExpansion="2" EnableIntrinsicFunctions="true" @@ -387,19 +388,19 @@ > </File> <File - RelativePath="..\src\map\battleground.h" + RelativePath="..\src\map\battleground.c" > </File> <File - RelativePath="..\src\map\battleground.c" + RelativePath="..\src\map\battleground.h" > </File> <File - RelativePath="..\src\map\buyingstore.h" + RelativePath="..\src\map\buyingstore.c" > </File> <File - RelativePath="..\src\map\buyingstore.c" + RelativePath="..\src\map\buyingstore.h" > </File> <File @@ -451,67 +452,67 @@ > </File> <File - RelativePath="..\src\map\intif.c" + RelativePath="..\src\map\homunculus.c" > </File> <File - RelativePath="..\src\map\intif.h" + RelativePath="..\src\map\homunculus.h" > </File> <File - RelativePath="..\src\map\itemdb.c" + RelativePath="..\src\map\instance.c" > </File> <File - RelativePath="..\src\map\itemdb.h" + RelativePath="..\src\map\instance.h" > </File> <File - RelativePath="..\src\map\log.c" + RelativePath="..\src\map\intif.c" > </File> <File - RelativePath="..\src\map\log.h" + RelativePath="..\src\map\intif.h" > </File> <File - RelativePath="..\src\map\mail.c" + RelativePath="..\src\map\itemdb.c" > </File> <File - RelativePath="..\src\map\mail.h" + RelativePath="..\src\map\itemdb.h" > </File> <File - RelativePath="..\src\map\map.c" + RelativePath="..\src\map\log.c" > </File> <File - RelativePath="..\src\map\map.h" + RelativePath="..\src\map\log.h" > </File> <File - RelativePath="..\src\map\mapreg.h" + RelativePath="..\src\map\mail.c" > </File> <File - RelativePath="..\src\map\mapreg_sql.c" + RelativePath="..\src\map\mail.h" > </File> <File - RelativePath="..\src\map\homunculus.c" + RelativePath="..\src\map\map.c" > </File> <File - RelativePath="..\src\map\homunculus.h" + RelativePath="..\src\map\map.h" > </File> <File - RelativePath="..\src\map\instance.c" + RelativePath="..\src\map\mapreg.h" > </File> <File - RelativePath="..\src\map\instance.h" + RelativePath="..\src\map\mapreg_sql.c" > </File> <File @@ -583,6 +584,34 @@ > </File> <File + RelativePath="..\src\map\config\Core.h" + > + </File> + <File + RelativePath="..\src\map\config\Renewal.h" + > + </File> + <File + RelativePath="..\src\map\config\Secure.h" + > + </File> + <File + RelativePath="..\src\map\config\Data\Const.h" + > + </File> + <File + RelativePath="..\src\map\config\Skills\General.h" + > + </File> + <File + RelativePath="..\src\map\config\Skills\Mage_Classes.h" + > + </File> + <File + RelativePath="..\src\map\config\Skills\Swordsman_Classes.h" + > + </File> + <File RelativePath="..\src\map\script.c" > </File> |