Changed to 0.20 API
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
Optimization="0"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CSTRIKE_EXPORTS"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="5"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Debug/cstrike.pch"
|
||||
AssemblerListingLocation=".\Debug/"
|
||||
@ -38,10 +38,10 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="Debug/cstrike_amx_debug.dll"
|
||||
OutputFile="Debug/cstrike_amxx_debug.dll"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ModuleDefinitionFile=".\cstrike.def"
|
||||
ModuleDefinitionFile=""
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\Debug/cstrike_amx_debug.pdb"
|
||||
ImportLibrary=".\Debug/cstrike_amx_debug.lib"
|
||||
@ -89,7 +89,7 @@
|
||||
InlineFunctionExpansion="1"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CSTRIKE_EXPORTS"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeLibrary="4"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Release/cstrike.pch"
|
||||
@ -103,10 +103,10 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="Release/cstrike_amx.dll"
|
||||
OutputFile="Release/cstrike_amxx.dll"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ModuleDefinitionFile=".\cstrike.def"
|
||||
ModuleDefinitionFile=""
|
||||
ProgramDatabaseFile=".\Release/cstrike_amx.pdb"
|
||||
ImportLibrary=".\Release/cstrike_amx.lib"
|
||||
TargetMachine="1"/>
|
||||
@ -151,6 +151,9 @@ copy cstrike_amx.inc K:\S\cstrike\addons\amx\examples\include
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
||||
<File
|
||||
RelativePath=".\amxxmodule.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="cstrike.cpp">
|
||||
<FileConfiguration
|
||||
@ -171,9 +174,6 @@ copy cstrike_amx.inc K:\S\cstrike\addons\amx\examples\include
|
||||
BrowseInformation="1"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="cstrike.def">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="CstrikePlayer.cpp">
|
||||
<FileConfiguration
|
||||
@ -198,20 +198,23 @@ copy cstrike_amx.inc K:\S\cstrike\addons\amx\examples\include
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl">
|
||||
<File
|
||||
RelativePath=".\amxxmodule.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="cstrike.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="CstrikePlayer.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\moduleconfig.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="cstrike_amx.inc">
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
Reference in New Issue
Block a user