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:
authorErwin Coumans <blender@erwincoumans.com>2005-07-31 18:40:51 +0400
committerErwin Coumans <blender@erwincoumans.com>2005-07-31 18:40:51 +0400
commit49499c49be8283682d849157765644a57f895c71 (patch)
treed1b4b65ed8a19e97ce19b8df3b2e8597c30206ac /intern
parent3b7d40cfdb524403a094e50128d2b74e822f0351 (diff)
updated vc7 projectfiles so they work with bullet
Diffstat (limited to 'intern')
-rw-r--r--intern/SoundSystem/make/msvc_7_0/SoundSystem.vcproj5
-rw-r--r--intern/SoundSystem/make/msvc_7_0/dummy/DummySoundSystem.vcproj5
-rw-r--r--intern/SoundSystem/make/msvc_7_0/openal/OpenALSoundSystem.vcproj5
-rw-r--r--intern/bmfont/make/msvc_7_0/bmfont.vcproj5
-rw-r--r--intern/bsp/make/msvc_7_0/bsplib.vcproj5
-rw-r--r--intern/container/make/msvc_7_0/container.vcproj5
-rw-r--r--intern/decimation/make/msvc_7_0/decimation.vcproj5
-rw-r--r--intern/ghost/make/msvc_7_0/ghost.vcproj5
-rw-r--r--intern/guardedalloc/make/msvc_7_0/guardedalloc.vcproj5
-rw-r--r--intern/iksolver/make/msvc_7_0/iksolver.vcproj5
-rw-r--r--intern/keymaker/make/msvc_7_0/blenkey.vcproj5
-rw-r--r--intern/make/msvc_7_0/build_install_all.vcproj5
-rw-r--r--intern/make/msvc_7_0/intern.sln2
-rw-r--r--intern/memutil/make/msvc_7_0/memutil.vcproj5
-rw-r--r--intern/moto/make/msvc_7_0/moto.vcproj5
-rw-r--r--intern/opennl/make/msvc_7_0/opennl.vcproj5
-rw-r--r--intern/string/make/msvc_7_0/string.vcproj5
17 files changed, 49 insertions, 33 deletions
diff --git a/intern/SoundSystem/make/msvc_7_0/SoundSystem.vcproj b/intern/SoundSystem/make/msvc_7_0/SoundSystem.vcproj
index 0aff5489175..f0952c582b7 100644
--- a/intern/SoundSystem/make/msvc_7_0/SoundSystem.vcproj
+++ b/intern/SoundSystem/make/msvc_7_0/SoundSystem.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.0"
+ Version="7.10"
Name="SoundSystem"
ProjectGUID="{98330220-47A6-42E0-9DE4-AD0FF5D204D6}"
SccProjectName=""
@@ -244,7 +244,8 @@ ECHO Done
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
-
+ <References>
+ </References>
<Files>
<Filter
Name="Source Files"
diff --git a/intern/SoundSystem/make/msvc_7_0/dummy/DummySoundSystem.vcproj b/intern/SoundSystem/make/msvc_7_0/dummy/DummySoundSystem.vcproj
index ea3d95bdf93..103b589e732 100644
--- a/intern/SoundSystem/make/msvc_7_0/dummy/DummySoundSystem.vcproj
+++ b/intern/SoundSystem/make/msvc_7_0/dummy/DummySoundSystem.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.0"
+ Version="7.10"
Name="DummySoundSystem"
ProjectGUID="{FAF46346-65CC-4DB2-85C4-B99826F79D0C}"
SccProjectName=""
@@ -220,7 +220,8 @@
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
-
+ <References>
+ </References>
<Files>
<Filter
Name="Source Files"
diff --git a/intern/SoundSystem/make/msvc_7_0/openal/OpenALSoundSystem.vcproj b/intern/SoundSystem/make/msvc_7_0/openal/OpenALSoundSystem.vcproj
index 11fe5315c45..8ce971ac1aa 100644
--- a/intern/SoundSystem/make/msvc_7_0/openal/OpenALSoundSystem.vcproj
+++ b/intern/SoundSystem/make/msvc_7_0/openal/OpenALSoundSystem.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.0"
+ Version="7.10"
Name="OpenALSoundSystem"
ProjectGUID="{213356A9-3A1F-41DA-9819-1297BCD17DEE}"
SccProjectName=""
@@ -220,7 +220,8 @@
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
-
+ <References>
+ </References>
<Files>
<Filter
Name="Source Files"
diff --git a/intern/bmfont/make/msvc_7_0/bmfont.vcproj b/intern/bmfont/make/msvc_7_0/bmfont.vcproj
index f9eace94a0b..089130bc5e0 100644
--- a/intern/bmfont/make/msvc_7_0/bmfont.vcproj
+++ b/intern/bmfont/make/msvc_7_0/bmfont.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.0"
+ Version="7.10"
Name="bmfont"
SccProjectName=""
SccLocalPath="">
@@ -241,7 +241,8 @@ ECHO Done
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
-
+ <References>
+ </References>
<Files>
<Filter
Name="Source Files"
diff --git a/intern/bsp/make/msvc_7_0/bsplib.vcproj b/intern/bsp/make/msvc_7_0/bsplib.vcproj
index cc1413c4f87..c07cfaf1d85 100644
--- a/intern/bsp/make/msvc_7_0/bsplib.vcproj
+++ b/intern/bsp/make/msvc_7_0/bsplib.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.0"
+ Version="7.10"
Name="bsplib"
SccProjectName=""
SccLocalPath="">
@@ -241,7 +241,8 @@ ECHO Done
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
-
+ <References>
+ </References>
<Files>
<Filter
Name="intern"
diff --git a/intern/container/make/msvc_7_0/container.vcproj b/intern/container/make/msvc_7_0/container.vcproj
index db346026c91..2aefffb6a60 100644
--- a/intern/container/make/msvc_7_0/container.vcproj
+++ b/intern/container/make/msvc_7_0/container.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.0"
+ Version="7.10"
Name="container"
SccProjectName=""
SccLocalPath="">
@@ -233,7 +233,8 @@ ECHO Done
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
-
+ <References>
+ </References>
<Files>
<Filter
Name="intern"
diff --git a/intern/decimation/make/msvc_7_0/decimation.vcproj b/intern/decimation/make/msvc_7_0/decimation.vcproj
index 80bec8f17d1..41bd355db5d 100644
--- a/intern/decimation/make/msvc_7_0/decimation.vcproj
+++ b/intern/decimation/make/msvc_7_0/decimation.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.0"
+ Version="7.10"
Name="decimation"
SccProjectName=""
SccLocalPath="">
@@ -241,7 +241,8 @@ ECHO Done
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
-
+ <References>
+ </References>
<Files>
<Filter
Name="intern"
diff --git a/intern/ghost/make/msvc_7_0/ghost.vcproj b/intern/ghost/make/msvc_7_0/ghost.vcproj
index 7ffca906fec..b39a51b0e92 100644
--- a/intern/ghost/make/msvc_7_0/ghost.vcproj
+++ b/intern/ghost/make/msvc_7_0/ghost.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.0"
+ Version="7.10"
Name="ghost"
SccProjectName=""
SccLocalPath="">
@@ -241,7 +241,8 @@ ECHO Done
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
-
+ <References>
+ </References>
<Files>
<Filter
Name="Header Files"
diff --git a/intern/guardedalloc/make/msvc_7_0/guardedalloc.vcproj b/intern/guardedalloc/make/msvc_7_0/guardedalloc.vcproj
index 40270c21897..cb3490716fa 100644
--- a/intern/guardedalloc/make/msvc_7_0/guardedalloc.vcproj
+++ b/intern/guardedalloc/make/msvc_7_0/guardedalloc.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.0"
+ Version="7.10"
Name="guardedalloc"
ProjectGUID="{1CC733F1-6AB5-4904-8F63-C08C46B79DD9}"
SccProjectName=""
@@ -242,7 +242,8 @@ ECHO Done
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
-
+ <References>
+ </References>
<Files>
<Filter
Name="Source Files"
diff --git a/intern/iksolver/make/msvc_7_0/iksolver.vcproj b/intern/iksolver/make/msvc_7_0/iksolver.vcproj
index fc9518a80a7..8abfcb50c7a 100644
--- a/intern/iksolver/make/msvc_7_0/iksolver.vcproj
+++ b/intern/iksolver/make/msvc_7_0/iksolver.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.0"
+ Version="7.10"
Name="iksolver"
SccProjectName=""
SccLocalPath="">
@@ -241,7 +241,8 @@ ECHO Done
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
-
+ <References>
+ </References>
<Files>
<Filter
Name="intern"
diff --git a/intern/keymaker/make/msvc_7_0/blenkey.vcproj b/intern/keymaker/make/msvc_7_0/blenkey.vcproj
index 91579ecf3f1..df24f3da382 100644
--- a/intern/keymaker/make/msvc_7_0/blenkey.vcproj
+++ b/intern/keymaker/make/msvc_7_0/blenkey.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.0"
+ Version="7.10"
Name="blenkey"
SccProjectName=""
SccLocalPath="">
@@ -239,7 +239,8 @@ ECHO Done
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
-
+ <References>
+ </References>
<Files>
<Filter
Name="Source Files"
diff --git a/intern/make/msvc_7_0/build_install_all.vcproj b/intern/make/msvc_7_0/build_install_all.vcproj
index 2b3caecb3ae..3d80bd48b8b 100644
--- a/intern/make/msvc_7_0/build_install_all.vcproj
+++ b/intern/make/msvc_7_0/build_install_all.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.0"
+ Version="7.10"
Name="build_install_all"
ProjectGUID="{02110D03-59DB-4571-8787-72B3C03B2F2D}"
SccProjectName=""
@@ -75,7 +75,8 @@
Name="VCPreBuildEventTool"/>
</Configuration>
</Configurations>
-
+ <References>
+ </References>
<Files>
</Files>
<Globals>
diff --git a/intern/make/msvc_7_0/intern.sln b/intern/make/msvc_7_0/intern.sln
index 5d95d6d77ed..604cb0bcc74 100644
--- a/intern/make/msvc_7_0/intern.sln
+++ b/intern/make/msvc_7_0/intern.sln
@@ -1,4 +1,4 @@
-Microsoft Visual Studio Solution File, Format Version 7.00
+Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "build_install_all", "build_install_all.vcproj", "{02110D03-59DB-4571-8787-72B3C03B2F2D}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
diff --git a/intern/memutil/make/msvc_7_0/memutil.vcproj b/intern/memutil/make/msvc_7_0/memutil.vcproj
index d5ba8bff173..c538f85450b 100644
--- a/intern/memutil/make/msvc_7_0/memutil.vcproj
+++ b/intern/memutil/make/msvc_7_0/memutil.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.0"
+ Version="7.10"
Name="memutil"
SccProjectName=""
SccLocalPath="">
@@ -241,7 +241,8 @@ ECHO Done
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
-
+ <References>
+ </References>
<Files>
<Filter
Name="Source Files"
diff --git a/intern/moto/make/msvc_7_0/moto.vcproj b/intern/moto/make/msvc_7_0/moto.vcproj
index 989f002ab2d..6ecff4b78d0 100644
--- a/intern/moto/make/msvc_7_0/moto.vcproj
+++ b/intern/moto/make/msvc_7_0/moto.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.0"
+ Version="7.10"
Name="MoTo"
SccProjectName=""
SccLocalPath="">
@@ -241,7 +241,8 @@ ECHO Done
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
-
+ <References>
+ </References>
<Files>
<Filter
Name="Source Files"
diff --git a/intern/opennl/make/msvc_7_0/opennl.vcproj b/intern/opennl/make/msvc_7_0/opennl.vcproj
index 881fdf5c566..ec999b0c252 100644
--- a/intern/opennl/make/msvc_7_0/opennl.vcproj
+++ b/intern/opennl/make/msvc_7_0/opennl.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.0"
+ Version="7.10"
Name="opennl"
ProjectGUID="{8B8D4FC3-3234-4E54-8376-5AB83D00D164}"
Keyword="Win32Proj">
@@ -231,7 +231,8 @@ ECHO Done
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
-
+ <References>
+ </References>
<Files>
<Filter
Name="Source Files"
diff --git a/intern/string/make/msvc_7_0/string.vcproj b/intern/string/make/msvc_7_0/string.vcproj
index d523500c77d..deb342c26e8 100644
--- a/intern/string/make/msvc_7_0/string.vcproj
+++ b/intern/string/make/msvc_7_0/string.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.0"
+ Version="7.10"
Name="string"
SccProjectName=""
SccLocalPath="">
@@ -239,7 +239,8 @@ ECHO Done
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
-
+ <References>
+ </References>
<Files>
<Filter
Name="Source Files"