began platform support

initial import of platform library code
tested on win32

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40146
This commit is contained in:
David Anderson
2006-11-05 02:47:13 +00:00
parent c63d26e1c5
commit f83a597e49
6 changed files with 422 additions and 6 deletions
+29 -5
View File
@@ -40,8 +40,8 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\interfaces"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SOURCEMOD_MM_EXPORTS"
AdditionalIncludeDirectories="..\interfaces;..\"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SOURCEMOD_MM_EXPORTS;_CRT_SECURE_NO_DEPRECATE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@@ -117,8 +117,8 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\interfaces"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SOURCEMOD_MM_EXPORTS"
AdditionalIncludeDirectories="..\interfaces;..\"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SOURCEMOD_MM_EXPORTS;_CRT_SECURE_NO_DEPRECATE"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -192,6 +192,10 @@
RelativePath="..\mm_api.h"
>
</File>
<File
RelativePath="..\sm_platform.h"
>
</File>
<File
RelativePath="..\sm_version.h"
>
@@ -215,7 +219,7 @@
>
</File>
<File
RelativePath="..\interfaces\IPluginMngr.h"
RelativePath="..\interfaces\IPluginSys.h"
>
</File>
<File
@@ -223,6 +227,26 @@
>
</File>
</Filter>
<Filter
Name="Systems"
>
<Filter
Name="Header Files"
>
<File
RelativePath="..\systems\LibrarySys.h"
>
</File>
</Filter>
<Filter
Name="Source Files"
>
<File
RelativePath="..\systems\LibrarySys.cpp"
>
</File>
</Filter>
</Filter>
</Files>
<Globals>
</Globals>