- various improvements to the plugin-level topmenu api

- categories are no longer displayed if they have no items

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401502
This commit is contained in:
David Anderson
2007-09-26 21:44:12 +00:00
parent 035d646dfd
commit 61ac102fe2
4 changed files with 123 additions and 22 deletions
+3 -3
View File
@@ -62,7 +62,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\sample.ext.dll"
OutputFile="$(OutDir)\topmenus.ext.dll"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="2"
@@ -118,7 +118,7 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..;..\sdk;..\..\..\public;..\..\..\public\sourcepawn"
AdditionalIncludeDirectories="..;..\sdk;..\..\..\public;..\..\..\public\sourcepawn;..\..\..\public\extensions"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SDK_EXPORTS;_CRT_SECURE_NO_DEPRECATE;SOURCEMOD_BUILD"
RuntimeLibrary="0"
RuntimeTypeInfo="false"
@@ -138,7 +138,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\sample.ext.dll"
OutputFile="$(OutDir)\topmenus.ext.dll"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="2"