initial import of the first four core interfaces

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40145
This commit is contained in:
David Anderson
2006-11-05 00:29:44 +00:00
parent 936ed6ded5
commit c63d26e1c5
8 changed files with 436 additions and 18 deletions
+18
View File
@@ -40,6 +40,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\interfaces"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SOURCEMOD_MM_EXPORTS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -116,6 +117,7 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\interfaces"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SOURCEMOD_MM_EXPORTS"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
@@ -204,6 +206,22 @@
<Filter
Name="Interfaces"
>
<File
RelativePath="..\interfaces\ILibrarySys.h"
>
</File>
<File
RelativePath="..\interfaces\IModuleSys.h"
>
</File>
<File
RelativePath="..\interfaces\IPluginMngr.h"
>
</File>
<File
RelativePath="..\interfaces\IShareSys.h"
>
</File>
</Filter>
</Files>
<Globals>