Changed to 0.20 API
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
InlineFunctionExpansion="1"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FUN_EXPORTS"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeLibrary="4"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Release/fun.pch"
|
||||
@ -38,10 +38,10 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile=".\Release/fun_amx.dll"
|
||||
OutputFile=".\Release/fun_amxx.dll"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ModuleDefinitionFile=".\fun_amx.def"
|
||||
ModuleDefinitionFile=""
|
||||
ProgramDatabaseFile=".\Release/fun.pdb"
|
||||
ImportLibrary=".\Release/fun.lib"
|
||||
TargetMachine="1"/>
|
||||
@ -93,7 +93,7 @@ copy fun.inc K:\S\cstrike\addons\amx\plugins\include
|
||||
Optimization="0"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FUN_EXPORTS"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="5"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Debug/fun.pch"
|
||||
AssemblerListingLocation=".\Debug/"
|
||||
@ -107,10 +107,10 @@ copy fun.inc K:\S\cstrike\addons\amx\plugins\include
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="Debug/fun_debug.dll"
|
||||
OutputFile="Debug/fun_amxx_debug.dll"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ModuleDefinitionFile=".\fun.def"
|
||||
ModuleDefinitionFile=""
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\Debug/fun_debug.pdb"
|
||||
ImportLibrary=".\Debug/fun_debug.lib"
|
||||
@ -151,6 +151,9 @@ copy fun.inc K:\S\cstrike\addons\amx\plugins\include
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
||||
<File
|
||||
RelativePath=".\amxxmodule.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="fun.cpp">
|
||||
<FileConfiguration
|
||||
@ -171,16 +174,19 @@ copy fun.inc K:\S\cstrike\addons\amx\plugins\include
|
||||
BrowseInformation="1"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="fun_amx.def">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl">
|
||||
<File
|
||||
RelativePath=".\amxxmodule.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="fun.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\moduleconfig.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
|
Reference in New Issue
Block a user