added enginesound support

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401053
This commit is contained in:
David Anderson
2007-07-07 17:46:17 +00:00
parent 16c35c458e
commit b5831fd263
7 changed files with 640 additions and 2 deletions
+7 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Version="8.00"
Name="sdktools"
ProjectGUID="{7A740927-C751-4312-BF9D-6367F8C508F8}"
RootNamespace="sdk"
@@ -65,6 +65,7 @@
AdditionalDependencies="vstdlib.lib tier0.lib tier1.lib"
OutputFile="$(OutDir)\sdktools.ext.dll"
LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBCMT"
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
@@ -139,6 +140,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="vstdlib.lib tier0.lib tier1.lib"
OutputFile="$(OutDir)\sdktools.ext.dll"
LinkIncremental="1"
GenerateDebugInformation="true"
@@ -209,6 +211,10 @@
RelativePath="..\vnatives.cpp"
>
</File>
<File
RelativePath="..\vsound.cpp"
>
</File>
</Filter>
<Filter
Name="Header Files"