Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2004-01-03 02:35:21 +0300
committerDaniel Dunbar <daniel@zuster.org>2004-01-03 02:35:21 +0300
commit7303944ea97bc7bfd25e59be790e2e194f0f5551 (patch)
treec504b3a0d8f6e64a23fe3919f04516eb40ac1bed /intern
parenta5a01ed549b837596790a917d11983e93f381c1b (diff)
- update VC7 projectfiles
Diffstat (limited to 'intern')
-rw-r--r--intern/SoundSystem/make/msvc_7_0/SoundSystem.vcproj208
-rw-r--r--intern/SoundSystem/make/msvc_7_0/dummy/DummySoundSystem.vcproj124
-rw-r--r--intern/SoundSystem/make/msvc_7_0/openal/OpenALSoundSystem.vcproj124
-rw-r--r--intern/keymaker/make/msvc_7_0/blenkey.vcproj4
-rw-r--r--intern/make/msvc_7_0/build_install_all.vcproj4
-rw-r--r--intern/make/msvc_7_0/intern.sln52
6 files changed, 493 insertions, 23 deletions
diff --git a/intern/SoundSystem/make/msvc_7_0/SoundSystem.vcproj b/intern/SoundSystem/make/msvc_7_0/SoundSystem.vcproj
new file mode 100644
index 00000000000..6f9082a6c9e
--- /dev/null
+++ b/intern/SoundSystem/make/msvc_7_0/SoundSystem.vcproj
@@ -0,0 +1,208 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="SoundSystem"
+ ProjectGUID="{98330220-47A6-42E0-9DE4-AD0FF5D204D6}"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\..\..\..\..\obj\windows\intern\soundsystem\debug"
+ IntermediateDirectory=".\..\..\..\..\obj\windows\intern\soundsystem\debug"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../,../../../../../lib/windows/string/include,../../../../../lib/windows/moto/include,../../dummy,../../openal"
+ PreprocessorDefinitions="_DEBUG,WIN32,_LIB"
+ RuntimeLibrary="1"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\soundsystem\debug/SoundSystem.pch"
+ AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\soundsystem\debug/"
+ ObjectFile=".\..\..\..\..\obj\windows\intern\soundsystem\debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\soundsystem\debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\obj\windows\intern\soundsystem\debug\libSoundSystem.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="ECHO Copying header files
+XCOPY /Y ..\..\*.h ..\..\..\..\..\lib\windows\SoundSystem\include\*.h
+ECHO Copying lib
+XCOPY /Y ..\..\..\..\obj\windows\intern\soundsystem\debug\*.lib ..\..\..\..\..\lib\windows\SoundSystem\lib\debug\*.a
+ECHO Done
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\..\..\..\..\obj\windows\intern\soundsystem"
+ IntermediateDirectory=".\..\..\..\..\obj\windows\intern\soundsystem"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="../../,../../../../../lib/windows/string/include,../../../../../lib/windows/moto/include,../../dummy,../../openal"
+ PreprocessorDefinitions="NDEBUG,WIN32,_LIB"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\soundsystem/SoundSystem.pch"
+ AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\soundsystem/"
+ ObjectFile=".\..\..\..\..\obj\windows\intern\soundsystem/"
+ ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\soundsystem/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\obj\windows\intern\soundsystem\libSoundSystem.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="ECHO Copying header files
+XCOPY /Y ..\..\*.h ..\..\..\..\..\lib\windows\SoundSystem\include\*.h
+ECHO Copying lib
+XCOPY /Y ..\..\..\..\obj\windows\intern\soundsystem\*.lib ..\..\..\..\..\lib\windows\SoundSystem\lib\*.a
+ECHO Done
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\intern\SND_AudioDevice.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\SND_C-api.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\SND_CDObject.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\SND_DeviceManager.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\SND_IdObject.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\SND_Scene.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\SND_SoundListener.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\SND_SoundObject.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\SND_Utils.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\SND_WaveCache.cpp">
+ </File>
+ <File
+ RelativePath="..\..\intern\SND_WaveSlot.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\intern\SND_AudioDevice.h">
+ </File>
+ <File
+ RelativePath="..\..\SND_C-api.h">
+ </File>
+ <File
+ RelativePath="..\..\SND_CDObject.h">
+ </File>
+ <File
+ RelativePath="..\..\SND_DependKludge.h">
+ </File>
+ <File
+ RelativePath="..\..\SND_DeviceManager.h">
+ </File>
+ <File
+ RelativePath="..\..\SND_IAudioDevice.h">
+ </File>
+ <File
+ RelativePath="..\..\intern\SND_IdObject.h">
+ </File>
+ <File
+ RelativePath="..\..\SND_Object.h">
+ </File>
+ <File
+ RelativePath="..\..\SND_Scene.h">
+ </File>
+ <File
+ RelativePath="..\..\SND_SoundListener.h">
+ </File>
+ <File
+ RelativePath="..\..\SND_SoundObject.h">
+ </File>
+ <File
+ RelativePath="..\..\SND_Utils.h">
+ </File>
+ <File
+ RelativePath="..\..\SND_WaveCache.h">
+ </File>
+ <File
+ RelativePath="..\..\SND_WaveSlot.h">
+ </File>
+ <File
+ RelativePath="..\..\SoundDefines.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/intern/SoundSystem/make/msvc_7_0/dummy/DummySoundSystem.vcproj b/intern/SoundSystem/make/msvc_7_0/dummy/DummySoundSystem.vcproj
new file mode 100644
index 00000000000..f09c187a711
--- /dev/null
+++ b/intern/SoundSystem/make/msvc_7_0/dummy/DummySoundSystem.vcproj
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="DummySoundSystem"
+ ProjectGUID="{FAF46346-65CC-4DB2-85C4-B99826F79D0C}"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\..\..\..\..\..\obj\windows\intern\soundsystem\dummy"
+ IntermediateDirectory=".\..\..\..\..\..\obj\windows\intern\soundsystem\dummy"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\..\intern,..\..\..\..\SoundSystem,..\..\..\..\moto\include,..\..\..\..\string"
+ PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\..\..\obj\windows\intern\soundsystem\dummy/DummySoundSystem.pch"
+ AssemblerListingLocation=".\..\..\..\..\..\obj\windows\intern\soundsystem\dummy/"
+ ObjectFile=".\..\..\..\..\..\obj\windows\intern\soundsystem\dummy/"
+ ProgramDataBaseFileName=".\..\..\..\..\..\obj\windows\intern\soundsystem\dummy/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\..\obj\windows\intern\soundsystem\dummy\libDummySoundSystem.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\..\..\..\..\obj\windows\intern\soundsystem\dummy\debug"
+ IntermediateDirectory=".\..\..\..\..\obj\windows\intern\soundsystem\dummy\debug"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\intern,..\..\..\..\SoundSystem,..\..\..\..\moto\include,..\..\..\..\string"
+ PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
+ RuntimeLibrary="1"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\soundsystem\dummy\debug/DummySoundSystem.pch"
+ AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\soundsystem\dummy\debug/"
+ ObjectFile=".\..\..\..\..\obj\windows\intern\soundsystem\dummy\debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\soundsystem\dummy\debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\..\obj\windows\intern\soundsystem\dummy\debug\libDummySoundSystem.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\..\dummy\SND_DummyDevice.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\..\dummy\SND_DummyDevice.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/intern/SoundSystem/make/msvc_7_0/openal/OpenALSoundSystem.vcproj b/intern/SoundSystem/make/msvc_7_0/openal/OpenALSoundSystem.vcproj
new file mode 100644
index 00000000000..13931bc4e3f
--- /dev/null
+++ b/intern/SoundSystem/make/msvc_7_0/openal/OpenALSoundSystem.vcproj
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="OpenALSoundSystem"
+ ProjectGUID="{213356A9-3A1F-41DA-9819-1297BCD17DEE}"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\..\..\..\..\obj\windows\intern\soundsystem\openal\debug"
+ IntermediateDirectory=".\..\..\..\..\obj\windows\intern\soundsystem\openal\debug"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\intern,..\..\..\..\SoundSystem,..\..\..\..\moto\include,..\..\..\..\string,..\..\..\..\..\..\lib\windows\openal\include"
+ PreprocessorDefinitions="_DEBUG,WIN32,_LIB"
+ RuntimeLibrary="1"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\soundsystem\openal\debug/OpenALSoundSystem.pch"
+ AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\soundsystem\openal\debug/"
+ ObjectFile=".\..\..\..\..\obj\windows\intern\soundsystem\openal\debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\soundsystem\openal\debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\..\obj\windows\intern\soundsystem\openal\debug\libOpenALSoundSystem.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\..\..\..\..\..\obj\windows\intern\soundsystem\openal"
+ IntermediateDirectory=".\..\..\..\..\..\obj\windows\intern\soundsystem\openal"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\..\intern,..\..\..\..\SoundSystem,..\..\..\..\moto\include,..\..\..\..\string,..\..\..\..\..\..\lib\windows\openal\include"
+ PreprocessorDefinitions="NDEBUG,WIN32,_LIB"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\..\..\obj\windows\intern\soundsystem\openal/OpenALSoundSystem.pch"
+ AssemblerListingLocation=".\..\..\..\..\..\obj\windows\intern\soundsystem\openal/"
+ ObjectFile=".\..\..\..\..\..\obj\windows\intern\soundsystem\openal/"
+ ProgramDataBaseFileName=".\..\..\..\..\..\obj\windows\intern\soundsystem\openal/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\..\obj\windows\intern\soundsystem\openal\libOpenALSoundSystem.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\..\openal\SND_OpenALDevice.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\..\openal\SND_OpenALDevice.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/intern/keymaker/make/msvc_7_0/blenkey.vcproj b/intern/keymaker/make/msvc_7_0/blenkey.vcproj
index 5d099f7722c..15f76a1182c 100644
--- a/intern/keymaker/make/msvc_7_0/blenkey.vcproj
+++ b/intern/keymaker/make/msvc_7_0/blenkey.vcproj
@@ -21,7 +21,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\..,..\..\..\..\..\lib\windows\openssl\include,..\..\python"
+ AdditionalIncludeDirectories="..\..;..\..\..\..\..\lib\windows\openssl\include;..\..\python"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
@@ -71,7 +71,7 @@ XCOPY /Y ..\..\..\..\obj\windows\intern\blenkey\debug\*.lib ..\..\..\..\..\lib\w
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..,..\..\..\..\..\lib\windows\openssl\include,..\..\python"
+ AdditionalIncludeDirectories="..\..;..\..\..\..\..\lib\windows\openssl\include;..\..\python"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE"
RuntimeLibrary="4"
diff --git a/intern/make/msvc_7_0/build_install_all.vcproj b/intern/make/msvc_7_0/build_install_all.vcproj
index cd53554f95e..bf414362b68 100644
--- a/intern/make/msvc_7_0/build_install_all.vcproj
+++ b/intern/make/msvc_7_0/build_install_all.vcproj
@@ -23,9 +23,7 @@
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"
- Description="Python freeze"
- CommandLine="ECHO Freezing Blender Python code
-python.exe -S -O ..\..\python\freeze\freeze.py -d -D -x os -x pprint -I ../../python/modules -o ../../../source/blender/bpython/frozen ../../python/modules/VRMLmain.py"/>
+ ExcludedFromBuild="FALSE"/>
<Tool
Name="VCPreBuildEventTool"/>
</Configuration>
diff --git a/intern/make/msvc_7_0/intern.sln b/intern/make/msvc_7_0/intern.sln
index b99dc387c78..c5b56906ed5 100644
--- a/intern/make/msvc_7_0/intern.sln
+++ b/intern/make/msvc_7_0/intern.sln
@@ -21,10 +21,14 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iksolver", "..\..\iksolver\
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "memutil", "..\..\memutil\make\msvc_7_0\memutil.vcproj", "{E86B7BDE-C33C-4E55-9433-E74C141D7538}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "python_freeze", "..\..\python\freeze\python_freeze_7.vcproj", "{698A5462-7013-450D-A65D-557BDF18DEA4}"
-EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "string", "..\..\string\make\msvc_7_0\string.vcproj", "{B789C2F3-279E-4A85-8F0A-7F7AC068E598}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SoundSystem", "..\..\SoundSystem\make\msvc_7_0\SoundSystem.vcproj", "{98330220-47A6-42E0-9DE4-AD0FF5D204D6}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenALSoundSystem", "..\..\SoundSystem\make\msvc_7_0\openal\OpenALSoundSystem.vcproj", "{213356A9-3A1F-41DA-9819-1297BCD17DEE}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DummySoundSystem", "..\..\SoundSystem\make\msvc_7_0\dummy\DummySoundSystem.vcproj", "{FAF46346-65CC-4DB2-85C4-B99826F79D0C}"
+EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
ConfigName.0 = Debug
@@ -34,22 +38,26 @@ Global
{B093415D-C0F6-4E76-8F5A-6BC1917BCE9E}.0 = {4B6AFCC5-968C-424A-8F20-76E41B3BEF74}
{B093415D-C0F6-4E76-8F5A-6BC1917BCE9E}.1 = {E86B7BDE-C33C-4E55-9433-E74C141D7538}
{B093415D-C0F6-4E76-8F5A-6BC1917BCE9E}.2 = {51A348C1-8684-4D67-B980-97B1FC74159B}
- {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.0 = {698A5462-7013-450D-A65D-557BDF18DEA4}
- {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.1 = {121EC196-8E8A-4937-B0BD-0F114C87D55E}
- {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.2 = {E784098D-3ED8-433A-9353-9679415DDDC5}
- {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.3 = {B789C2F3-279E-4A85-8F0A-7F7AC068E598}
- {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.4 = {4B6AFCC5-968C-424A-8F20-76E41B3BEF74}
- {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.5 = {E86B7BDE-C33C-4E55-9433-E74C141D7538}
- {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.6 = {542A9FA1-B7FF-441C-AE15-054DB31D3488}
- {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.7 = {6B3229F4-2A37-47EE-8B89-9AA046B35193}
- {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.8 = {76D90B92-ECC7-409C-9F98-A8814B90F3C0}
- {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.9 = {C66F722C-46BE-40C9-ABAE-2EAC7A697EB8}
- {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.10 = {51A348C1-8684-4D67-B980-97B1FC74159B}
- {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.11 = {B093415D-C0F6-4E76-8F5A-6BC1917BCE9E}
+ {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.0 = {B093415D-C0F6-4E76-8F5A-6BC1917BCE9E}
+ {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.1 = {51A348C1-8684-4D67-B980-97B1FC74159B}
+ {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.2 = {98330220-47A6-42E0-9DE4-AD0FF5D204D6}
+ {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.3 = {213356A9-3A1F-41DA-9819-1297BCD17DEE}
+ {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.4 = {FAF46346-65CC-4DB2-85C4-B99826F79D0C}
+ {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.5 = {121EC196-8E8A-4937-B0BD-0F114C87D55E}
+ {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.6 = {E784098D-3ED8-433A-9353-9679415DDDC5}
+ {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.7 = {B789C2F3-279E-4A85-8F0A-7F7AC068E598}
+ {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.8 = {4B6AFCC5-968C-424A-8F20-76E41B3BEF74}
+ {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.9 = {E86B7BDE-C33C-4E55-9433-E74C141D7538}
+ {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.10 = {542A9FA1-B7FF-441C-AE15-054DB31D3488}
+ {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.11 = {6B3229F4-2A37-47EE-8B89-9AA046B35193}
+ {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.12 = {76D90B92-ECC7-409C-9F98-A8814B90F3C0}
+ {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.13 = {C66F722C-46BE-40C9-ABAE-2EAC7A697EB8}
{C66F722C-46BE-40C9-ABAE-2EAC7A697EB8}.0 = {51A348C1-8684-4D67-B980-97B1FC74159B}
{C66F722C-46BE-40C9-ABAE-2EAC7A697EB8}.1 = {4B6AFCC5-968C-424A-8F20-76E41B3BEF74}
{C66F722C-46BE-40C9-ABAE-2EAC7A697EB8}.2 = {E86B7BDE-C33C-4E55-9433-E74C141D7538}
{76D90B92-ECC7-409C-9F98-A8814B90F3C0}.0 = {B789C2F3-279E-4A85-8F0A-7F7AC068E598}
+ {213356A9-3A1F-41DA-9819-1297BCD17DEE}.0 = {98330220-47A6-42E0-9DE4-AD0FF5D204D6}
+ {FAF46346-65CC-4DB2-85C4-B99826F79D0C}.0 = {98330220-47A6-42E0-9DE4-AD0FF5D204D6}
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{4B6AFCC5-968C-424A-8F20-76E41B3BEF74}.Debug.ActiveCfg = Debug|Win32
@@ -96,14 +104,22 @@ Global
{E86B7BDE-C33C-4E55-9433-E74C141D7538}.Debug.Build.0 = Debug|Win32
{E86B7BDE-C33C-4E55-9433-E74C141D7538}.Release.ActiveCfg = Release|Win32
{E86B7BDE-C33C-4E55-9433-E74C141D7538}.Release.Build.0 = Release|Win32
- {698A5462-7013-450D-A65D-557BDF18DEA4}.Debug.ActiveCfg = Debug|Win32
- {698A5462-7013-450D-A65D-557BDF18DEA4}.Debug.Build.0 = Debug|Win32
- {698A5462-7013-450D-A65D-557BDF18DEA4}.Release.ActiveCfg = Release|Win32
- {698A5462-7013-450D-A65D-557BDF18DEA4}.Release.Build.0 = Release|Win32
{B789C2F3-279E-4A85-8F0A-7F7AC068E598}.Debug.ActiveCfg = Debug|Win32
{B789C2F3-279E-4A85-8F0A-7F7AC068E598}.Debug.Build.0 = Debug|Win32
{B789C2F3-279E-4A85-8F0A-7F7AC068E598}.Release.ActiveCfg = Release|Win32
{B789C2F3-279E-4A85-8F0A-7F7AC068E598}.Release.Build.0 = Release|Win32
+ {98330220-47A6-42E0-9DE4-AD0FF5D204D6}.Debug.ActiveCfg = Debug|Win32
+ {98330220-47A6-42E0-9DE4-AD0FF5D204D6}.Debug.Build.0 = Debug|Win32
+ {98330220-47A6-42E0-9DE4-AD0FF5D204D6}.Release.ActiveCfg = Release|Win32
+ {98330220-47A6-42E0-9DE4-AD0FF5D204D6}.Release.Build.0 = Release|Win32
+ {213356A9-3A1F-41DA-9819-1297BCD17DEE}.Debug.ActiveCfg = Debug|Win32
+ {213356A9-3A1F-41DA-9819-1297BCD17DEE}.Debug.Build.0 = Debug|Win32
+ {213356A9-3A1F-41DA-9819-1297BCD17DEE}.Release.ActiveCfg = Release|Win32
+ {213356A9-3A1F-41DA-9819-1297BCD17DEE}.Release.Build.0 = Release|Win32
+ {FAF46346-65CC-4DB2-85C4-B99826F79D0C}.Debug.ActiveCfg = Debug|Win32
+ {FAF46346-65CC-4DB2-85C4-B99826F79D0C}.Debug.Build.0 = Debug|Win32
+ {FAF46346-65CC-4DB2-85C4-B99826F79D0C}.Release.ActiveCfg = Release|Win32
+ {FAF46346-65CC-4DB2-85C4-B99826F79D0C}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection