diff --git a/extern/bFTGL/make/msvc_7_0/ftgl_static_lib.vcproj b/extern/bFTGL/make/msvc_7_0/ftgl_static_lib.vcproj index aedcbc35764..a2dcf685ed2 100644 --- a/extern/bFTGL/make/msvc_7_0/ftgl_static_lib.vcproj +++ b/extern/bFTGL/make/msvc_7_0/ftgl_static_lib.vcproj @@ -1,7 +1,7 @@ - + + @@ -116,11 +118,13 @@ IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\bullet\include MKDIR ..\..\..\.. IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\bullet\include\BroadphaseCollision MKDIR ..\..\..\..\..\build\msvc_7\extern\bullet\include\BroadphaseCollision IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionShapes MKDIR ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionShapes IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\bullet\include\NarrowPhaseCollision MKDIR ..\..\..\..\..\build\msvc_7\extern\bullet\include\NarrowPhaseCollision +IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch MKDIR ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch XCOPY /Y ..\..\LinearMath\*.h ..\..\..\..\..\build\msvc_7\extern\bullet\include XCOPY /Y ..\..\Bullet\BroadphaseCollision\*.h ..\..\..\..\..\build\msvc_7\extern\bullet\include\BroadphaseCollision XCOPY /Y ..\..\Bullet\CollisionShapes\*.h ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionShapes XCOPY /Y ..\..\Bullet\NarrowPhaseCollision\*.h ..\..\..\..\..\build\msvc_7\extern\bullet\include\NarrowPhaseCollision +XCOPY /Y ..\..\Bullet\CollisionDispatch\*.h ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch ECHO Done "/> @@ -180,11 +184,13 @@ IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\bullet\include MKDIR ..\..\..\.. IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\bullet\include\BroadphaseCollision MKDIR ..\..\..\..\..\build\msvc_7\extern\bullet\include\BroadphaseCollision IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionShapes MKDIR ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionShapes IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\bullet\include\NarrowPhaseCollision MKDIR ..\..\..\..\..\build\msvc_7\extern\bullet\include\NarrowPhaseCollision +IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch MKDIR ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch XCOPY /Y ..\..\LinearMath\*.h ..\..\..\..\..\build\msvc_7\extern\bullet\include XCOPY /Y ..\..\Bullet\BroadphaseCollision\*.h ..\..\..\..\..\build\msvc_7\extern\bullet\include\BroadphaseCollision XCOPY /Y ..\..\Bullet\CollisionShapes\*.h ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionShapes XCOPY /Y ..\..\Bullet\NarrowPhaseCollision\*.h ..\..\..\..\..\build\msvc_7\extern\bullet\include\NarrowPhaseCollision +XCOPY /Y ..\..\Bullet\CollisionDispatch\*.h ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch ECHO Done "/> @@ -246,11 +252,13 @@ IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\bullet\include MKDIR ..\..\..\.. IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\bullet\include\BroadphaseCollision MKDIR ..\..\..\..\..\build\msvc_7\extern\bullet\include\BroadphaseCollision IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionShapes MKDIR ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionShapes IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\bullet\include\NarrowPhaseCollision MKDIR ..\..\..\..\..\build\msvc_7\extern\bullet\include\NarrowPhaseCollision +IF NOT EXIST ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch MKDIR ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch XCOPY /Y ..\..\LinearMath\*.h ..\..\..\..\..\build\msvc_7\extern\bullet\include XCOPY /Y ..\..\Bullet\BroadphaseCollision\*.h ..\..\..\..\..\build\msvc_7\extern\bullet\include\BroadphaseCollision XCOPY /Y ..\..\Bullet\CollisionShapes\*.h ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionShapes XCOPY /Y ..\..\Bullet\NarrowPhaseCollision\*.h ..\..\..\..\..\build\msvc_7\extern\bullet\include\NarrowPhaseCollision +XCOPY /Y ..\..\Bullet\CollisionDispatch\*.h ..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch ECHO Done "/> @@ -272,7 +280,8 @@ ECHO Done Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + + + @@ -1240,6 +1252,9 @@ ECHO Done + + - - - - - - - - - - - - + RelativePath="..\..\Bullet\BroadphaseCollision\Dispatcher.cpp"> @@ -1352,6 +1343,9 @@ ECHO Done + + @@ -1362,7 +1356,7 @@ ECHO Done RelativePath="..\..\Bullet\BroadphaseCollision\CollisionAlgorithm.h"> + RelativePath="..\..\Bullet\BroadphaseCollision\Dispatcher.h"> @@ -1416,6 +1410,90 @@ ECHO Done + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/extern/bullet/make/msvc_7_0/Dynamics/BulletDynamics_vc7.vcproj b/extern/bullet/make/msvc_7_0/Dynamics/BulletDynamics_vc7.vcproj index 7f35ad4b2e5..91f6d504e70 100644 --- a/extern/bullet/make/msvc_7_0/Dynamics/BulletDynamics_vc7.vcproj +++ b/extern/bullet/make/msvc_7_0/Dynamics/BulletDynamics_vc7.vcproj @@ -1,7 +1,7 @@ @@ -46,11 +46,14 @@ IF NOT EXIST ..\..\..\..\..\..\build\msvc_7\extern\bullet\include MKDIR ..\..\.. IF NOT EXIST ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch MKDIR ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch IF NOT EXIST ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\ConstraintSolver MKDIR ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\ConstraintSolver IF NOT EXIST ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Dynamics MKDIR ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Dynamics +IF NOT EXIST ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Vehicle MKDIR ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Vehicle XCOPY /Y ..\..\..\LinearMath\*.h ..\..\..\..\..\..\build\msvc_7\extern\bullet\include XCOPY /Y ..\..\..\BulletDynamics\CollisionDispatch\*.h ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch XCOPY /Y ..\..\..\BulletDynamics\ConstraintSolver\*.h ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\ConstraintSolver XCOPY /Y ..\..\..\BulletDynamics\Dynamics\*.h ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Dynamics +XCOPY /Y ..\..\..\BulletDynamics\Vehicle\*.h ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Vehicle + ECHO Done "/> @@ -102,12 +105,12 @@ IF NOT EXIST ..\..\..\..\..\..\build\msvc_7\extern\bullet\include MKDIR ..\..\.. IF NOT EXIST ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch MKDIR ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch IF NOT EXIST ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\ConstraintSolver MKDIR ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\ConstraintSolver IF NOT EXIST ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Dynamics MKDIR ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Dynamics +IF NOT EXIST ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Vehicle MKDIR ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Vehicle XCOPY /Y ..\..\..\LinearMath\*.h ..\..\..\..\..\..\build\msvc_7\extern\bullet\include XCOPY /Y ..\..\..\BulletDynamics\CollisionDispatch\*.h ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch XCOPY /Y ..\..\..\BulletDynamics\ConstraintSolver\*.h ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\ConstraintSolver -XCOPY /Y ..\..\..\BulletDynamics\Dynamics\*.h ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Dynamics - +XCOPY /Y ..\..\..\BulletDynamics\Vehicle\*.h ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Vehicle ECHO Done "/> @@ -217,11 +222,13 @@ IF NOT EXIST ..\..\..\..\..\..\build\msvc_7\extern\bullet\include MKDIR ..\..\.. IF NOT EXIST ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch MKDIR ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch IF NOT EXIST ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\ConstraintSolver MKDIR ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\ConstraintSolver IF NOT EXIST ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Dynamics MKDIR ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Dynamics +IF NOT EXIST ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Vehicle MKDIR ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Vehicle XCOPY /Y ..\..\..\LinearMath\*.h ..\..\..\..\..\..\build\msvc_7\extern\bullet\include XCOPY /Y ..\..\..\BulletDynamics\CollisionDispatch\*.h ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\CollisionDispatch XCOPY /Y ..\..\..\BulletDynamics\ConstraintSolver\*.h ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\ConstraintSolver XCOPY /Y ..\..\..\BulletDynamics\Dynamics\*.h ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Dynamics +XCOPY /Y ..\..\..\BulletDynamics\Vehicle\*.h ..\..\..\..\..\..\build\msvc_7\extern\bullet\include\Vehicle ECHO Done "/> @@ -241,7 +248,8 @@ ECHO Done Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + RelativePath="..\..\..\BulletDynamics\ConstraintSolver\TypedConstraint.h"> @@ -741,6 +566,33 @@ ECHO Done + + + + + + + + + + + + + + + + diff --git a/extern/make/msvc_7_0/build_install_all.vcproj b/extern/make/msvc_7_0/build_install_all.vcproj index 334acec91c2..3396ecbb799 100644 --- a/extern/make/msvc_7_0/build_install_all.vcproj +++ b/extern/make/msvc_7_0/build_install_all.vcproj @@ -1,7 +1,7 @@ - + + diff --git a/extern/make/msvc_7_0/extern.sln b/extern/make/msvc_7_0/extern.sln index 768be632bc5..f62217f94ee 100644 --- a/extern/make/msvc_7_0/extern.sln +++ b/extern/make/msvc_7_0/extern.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", "{9C71A793-C177-4CAB-8EC5-923D500B39F8}" ProjectSection(ProjectDependencies) = postProject {F9850C15-FF0A-429E-9D47-89FB433C9BD8} = {F9850C15-FF0A-429E-9D47-89FB433C9BD8} diff --git a/extern/qhull/make/msvc_7_0/qhull.vcproj b/extern/qhull/make/msvc_7_0/qhull.vcproj index b9f8d8946fe..1b754d8e076 100644 --- a/extern/qhull/make/msvc_7_0/qhull.vcproj +++ b/extern/qhull/make/msvc_7_0/qhull.vcproj @@ -1,7 +1,7 @@ - + + - + + - + + - + + - + + - + + - + + - + + @@ -241,7 +241,8 @@ ECHO Done Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -241,7 +241,8 @@ ECHO Done Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -233,7 +233,8 @@ ECHO Done Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -241,7 +241,8 @@ ECHO Done Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -225,7 +225,8 @@ ECHO Done Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + - - - - - - - - @@ -265,13 +254,13 @@ ECHO Done RelativePath="..\..\intern\ntl_geometryobject.cpp"> + RelativePath="..\..\intern\ntl_lighting.cpp"> + RelativePath="..\..\intern\ntl_world.cpp"> @@ -282,6 +271,18 @@ ECHO Done + + + + + + + + @@ -294,10 +295,7 @@ ECHO Done RelativePath="..\..\intern\attributes.h"> - - + RelativePath="..\..\intern\elbeem.h"> @@ -324,10 +322,7 @@ ECHO Done RelativePath="..\..\intern\ntl_geometryshader.h"> - - + RelativePath="..\..\intern\ntl_lighting.h"> @@ -335,21 +330,12 @@ ECHO Done - - - - - - - - + + @@ -359,6 +345,15 @@ ECHO Done + + + + + + 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 @@ @@ -241,7 +241,8 @@ ECHO Done Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + - + + @@ -241,7 +241,8 @@ ECHO Done Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -239,7 +239,8 @@ ECHO Done Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + - + + diff --git a/intern/make/msvc_7_0/intern.sln b/intern/make/msvc_7_0/intern.sln index 9bb531b3748..1ec072d6f0e 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 {A90C4918-4B21-4277-93BD-AF65F30951D9} = {A90C4918-4B21-4277-93BD-AF65F30951D9} diff --git a/intern/memutil/make/msvc_7_0/memutil.vcproj b/intern/memutil/make/msvc_7_0/memutil.vcproj index d5ba8bff173..2d570ea3d49 100644 --- a/intern/memutil/make/msvc_7_0/memutil.vcproj +++ b/intern/memutil/make/msvc_7_0/memutil.vcproj @@ -1,7 +1,7 @@ @@ -21,7 +21,7 @@ - + + + + @@ -253,6 +257,15 @@ ECHO Done + + + + + + 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 @@ @@ -241,7 +241,8 @@ ECHO Done Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -231,7 +231,8 @@ ECHO Done Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -239,7 +239,8 @@ ECHO Done Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -320,7 +320,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -119,7 +119,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + + + @@ -190,6 +194,9 @@ + + @@ -321,6 +328,9 @@ + + @@ -357,6 +367,9 @@ + + diff --git a/projectfiles_vc7/blender/avi/BL_avi.vcproj b/projectfiles_vc7/blender/avi/BL_avi.vcproj index 023a05a9b04..302586b1dc3 100644 --- a/projectfiles_vc7/blender/avi/BL_avi.vcproj +++ b/projectfiles_vc7/blender/avi/BL_avi.vcproj @@ -1,7 +1,7 @@ @@ -21,7 +21,7 @@ - + + @@ -98,7 +100,7 @@ ECHO Done Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\build\msvc_7\intern\guardedalloc\include;..\..\source\blender;..\..\source\blender\imbuf;..\..\source\blender\misc;..\..\source\blender\blenlib;..\..\source\blender\python;..\..\source\blender\include;..\..\source\blender\renderui;..\..\source\blender\makesdna;..\..\source\blender\blenkernel;..\..\source\blender\blenloader;..\..\source\blender\renderconverter;..\..\source\blender\render\extern\include;..\..\source\blender\radiosity\extern\include;..\..\source\kernel\gen_system;..\..\source\kernel\gen_messaging" - PreprocessorDefinitions="_DEBUG,WIN32,_CONSOLE,WITH_QUICKTIME" + PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;WITH_QUICKTIME" BasicRuntimeChecks="3" RuntimeLibrary="1" UsePrecompiledHeader="2" @@ -116,12 +118,12 @@ ECHO Done Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386 " - AdditionalDependencies="SDL.lib freetype2ST.lib ftgl_static.lib gnu_gettext.lib qtmlClient.lib openal_static.lib libsoundsystem.lib libopenalsoundsystem.lib libdummysoundsystem.lib libguardedalloc.lib libbsp.lib libbmfont.lib libghost.lib libstring.lib ws2_32.lib dxguid.lib opengl32.lib libjpeg.lib glu32.lib vfw32.lib winmm.lib libdecimation.lib libiksolver.lib libpng_st.lib zlib.lib libmoto.lib solid.lib qhull.lib libopennl.lib BulletDynamics.lib Bullet.lib python24_d.lib libelbeem.lib libboolop.lib" + AdditionalDependencies="SDL.lib freetype2ST.lib ftgl_static.lib gnu_gettext.lib qtmlClient.lib openal_static.lib libsoundsystem.lib libopenalsoundsystem.lib libdummysoundsystem.lib libguardedalloc.lib libbsp.lib libbmfont.lib libghost.lib libstring.lib ws2_32.lib dxguid.lib opengl32.lib libjpeg.lib glu32.lib vfw32.lib winmm.lib libdecimation.lib libiksolver.lib libpng_st.lib zlib.lib libmoto.lib solid.lib qhull.lib libopennl.lib BulletDynamics.lib Bullet.lib python24_d.lib libelbeem.lib libboolop.lib pthreadVSE2.lib pthreadVC2.lib libtiff.lib" ShowProgress="0" OutputFile="..\..\bin\debug\blender.exe" LinkIncremental="2" SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="..\..\..\lib\windows\sdl\lib;..\..\..\lib\windows\ode\lib;..\..\..\lib\windows\zlib\lib;..\..\..\lib\windows\png\lib;..\..\..\lib\windows\jpeg\lib;..\..\..\lib\windows\gettext\lib;..\..\..\lib\windows\freetype\lib;..\..\..\lib\windows\python\lib;..\..\..\lib\windows\openal\lib;..\..\..\lib\windows\QTDevWin\Libraries;..\..\..\build\msvc_7\libs\intern\debug;..\..\..\build\msvc_7\libs\extern\debug" + AdditionalLibraryDirectories="..\..\..\lib\windows\sdl\lib;..\..\..\lib\windows\ode\lib;..\..\..\lib\windows\zlib\lib;..\..\..\lib\windows\png\lib;..\..\..\lib\windows\jpeg\lib;..\..\..\lib\windows\pthreads\lib;..\..\..\lib\windows\tiff\lib;..\..\..\lib\windows\gettext\lib;..\..\..\lib\windows\freetype\lib;..\..\..\lib\windows\python\lib;..\..\..\lib\windows\openal\lib;..\..\..\lib\windows\QTDevWin\Libraries;..\..\..\build\msvc_7\libs\intern\debug;..\..\..\build\msvc_7\libs\extern\debug" IgnoreDefaultLibraryNames="libc.lib, libcmt.lib, msvcrt.lib, libcd.lib" GenerateDebugInformation="TRUE" ProgramDatabaseFile="..\..\..\build\msvc_7\libs\debug\blender.pdb" @@ -140,6 +142,8 @@ XCOPY /Y ..\..\..\lib\windows\gettext\lib\*.dll ..\..\bin\debug XCOPY /Y ..\..\..\lib\windows\sdl\lib\*.dll ..\..\bin\debug XCOPY /Y ..\..\..\lib\windows\python\lib\python24_d.dll ..\..\bin\debug XCOPY /Y ..\..\..\lib\windows\CRTL\lib\msvcrtd.dll ..\..\bin\debug +XCOPY /Y ..\..\..\lib\windows\tiff\lib\*.dll ..\..\bin\debug +XCOPY /Y ..\..\..\lib\windows\pthreads\lib\*.dll ..\..\bin\debug ECHO Copying language folder IF NOT EXIST ..\..\bin\debug\.blender MKDIR ..\..\bin\debug\.blender XCOPY /Y ..\..\bin\.blender ..\..\bin\debug\.blender /E @@ -165,11 +169,15 @@ ECHO Done Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + + + diff --git a/projectfiles_vc7/blender/blenkernel/BKE_blenkernel.vcproj b/projectfiles_vc7/blender/blenkernel/BKE_blenkernel.vcproj index 64883858730..eafdf011175 100644 --- a/projectfiles_vc7/blender/blenkernel/BKE_blenkernel.vcproj +++ b/projectfiles_vc7/blender/blenkernel/BKE_blenkernel.vcproj @@ -1,7 +1,7 @@ @@ -323,7 +323,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + + + @@ -376,6 +380,9 @@ + + @@ -406,6 +413,15 @@ + + + + + + @@ -448,6 +464,12 @@ + + + + + + @@ -515,6 +540,9 @@ + + @@ -548,6 +576,9 @@ + + @@ -599,6 +630,12 @@ + + + + diff --git a/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj b/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj index 8cc842596e7..f12cef1ffac 100644 --- a/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj +++ b/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj @@ -1,7 +1,7 @@ @@ -21,7 +21,7 @@ - + + + + @@ -363,6 +367,9 @@ + + @@ -384,6 +391,9 @@ + + @@ -421,6 +431,12 @@ + + + + @@ -436,6 +452,9 @@ + + diff --git a/projectfiles_vc7/blender/blenpluginapi/blenpluginapi/blenpluginapi.vcproj b/projectfiles_vc7/blender/blenpluginapi/blenpluginapi/blenpluginapi.vcproj index 3954552ebc1..dce7f9d7cc4 100644 --- a/projectfiles_vc7/blender/blenpluginapi/blenpluginapi/blenpluginapi.vcproj +++ b/projectfiles_vc7/blender/blenpluginapi/blenpluginapi/blenpluginapi.vcproj @@ -1,7 +1,7 @@ @@ -320,7 +320,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -115,7 +115,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -21,7 +21,7 @@ - + + + + @@ -384,6 +388,9 @@ + + @@ -411,16 +418,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -445,6 +512,9 @@ + + @@ -478,6 +548,9 @@ + + @@ -487,6 +560,12 @@ + + + + diff --git a/projectfiles_vc7/blender/img/BL_img.vcproj b/projectfiles_vc7/blender/img/BL_img.vcproj index 7dce5a5b383..cf94dbeed4f 100644 --- a/projectfiles_vc7/blender/img/BL_img.vcproj +++ b/projectfiles_vc7/blender/img/BL_img.vcproj @@ -1,7 +1,7 @@ @@ -211,7 +211,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -323,7 +323,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -21,7 +21,7 @@ - + + + + @@ -497,6 +501,9 @@ DNA_makesdna.exe dna.c + + diff --git a/projectfiles_vc7/blender/radiosity/BRA_radiosity.vcproj b/projectfiles_vc7/blender/radiosity/BRA_radiosity.vcproj index 0548f01e734..8ef408c5a5d 100644 --- a/projectfiles_vc7/blender/radiosity/BRA_radiosity.vcproj +++ b/projectfiles_vc7/blender/radiosity/BRA_radiosity.vcproj @@ -1,7 +1,7 @@ @@ -21,7 +21,7 @@ - + + @@ -115,20 +115,21 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + + + - - @@ -139,7 +140,7 @@ RelativePath="..\..\..\source\blender\render\intern\source\initrender.c"> + RelativePath="..\..\..\source\blender\render\intern\source\pipeline.c"> @@ -150,39 +151,21 @@ - - - - - - - - - - - - - - - - - - @@ -221,7 +195,13 @@ RelativePath="..\..\..\source\blender\render\intern\include\pixelshading.h"> + RelativePath="..\..\..\source\blender\render\extern\include\RE_pipeline.h"> + + + + @@ -230,10 +210,10 @@ RelativePath="..\..\..\source\blender\render\intern\include\rendercore_int.h"> + RelativePath="..\..\..\source\blender\render\intern\include\renderdatabase.h"> + RelativePath="..\..\..\source\blender\render\intern\include\renderpipeline.h"> @@ -241,33 +221,15 @@ - - - - - - - - - - - - diff --git a/projectfiles_vc7/blender/renderconverter/BRE_renderconverter.vcproj b/projectfiles_vc7/blender/renderconverter/BRE_renderconverter.vcproj index 3e21c0e5463..ef830fe5905 100644 --- a/projectfiles_vc7/blender/renderconverter/BRE_renderconverter.vcproj +++ b/projectfiles_vc7/blender/renderconverter/BRE_renderconverter.vcproj @@ -1,7 +1,7 @@ @@ -115,21 +115,16 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + - - - - diff --git a/projectfiles_vc7/blender/src/BL_src.vcproj b/projectfiles_vc7/blender/src/BL_src.vcproj index 76e6eb4026b..1f75acb014f 100644 --- a/projectfiles_vc7/blender/src/BL_src.vcproj +++ b/projectfiles_vc7/blender/src/BL_src.vcproj @@ -1,7 +1,7 @@ @@ -21,7 +21,7 @@ - + + + + @@ -294,6 +298,9 @@ + + @@ -333,6 +340,9 @@ + + @@ -357,6 +367,9 @@ + + @@ -393,6 +406,9 @@ + + @@ -420,6 +436,9 @@ + + @@ -429,6 +448,9 @@ + + @@ -447,6 +469,12 @@ + + + + @@ -634,6 +662,9 @@ + + @@ -709,9 +740,6 @@ - - @@ -745,9 +773,18 @@ + + + + + + @@ -778,6 +815,12 @@ + + + + diff --git a/projectfiles_vc7/blender/src/BL_src_cre.vcproj b/projectfiles_vc7/blender/src/BL_src_cre.vcproj index bd40b56ade1..b381dcecc25 100644 --- a/projectfiles_vc7/blender/src/BL_src_cre.vcproj +++ b/projectfiles_vc7/blender/src/BL_src_cre.vcproj @@ -1,7 +1,7 @@ @@ -116,7 +116,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + - + + @@ -118,7 +118,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -326,7 +326,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -323,7 +323,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -323,7 +323,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + - + + @@ -217,7 +217,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -159,7 +159,8 @@ ECHO Done Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -21,7 +21,7 @@ - + + + + + + + + + + @@ -359,6 +372,9 @@ + + @@ -407,6 +423,9 @@ + + @@ -517,6 +536,18 @@ + + + + + + + + @@ -553,6 +584,9 @@ + + @@ -604,6 +638,9 @@ + + diff --git a/projectfiles_vc7/gameengine/ketsji/network/KX_network.vcproj b/projectfiles_vc7/gameengine/ketsji/network/KX_network.vcproj index a757a2cb0e0..8aba059d029 100644 --- a/projectfiles_vc7/gameengine/ketsji/network/KX_network.vcproj +++ b/projectfiles_vc7/gameengine/ketsji/network/KX_network.vcproj @@ -1,7 +1,7 @@ @@ -323,7 +323,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -323,7 +323,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -323,7 +323,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -278,7 +278,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -320,7 +320,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -217,7 +217,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -320,7 +320,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + + + + + diff --git a/projectfiles_vc7/gameengine/physics/PHY_Physics/PHY_Sumo/PHY_Sumo.vcproj b/projectfiles_vc7/gameengine/physics/PHY_Physics/PHY_Sumo/PHY_Sumo.vcproj index 0a46cde5bc1..a8d6e77cd58 100644 --- a/projectfiles_vc7/gameengine/physics/PHY_Physics/PHY_Sumo/PHY_Sumo.vcproj +++ b/projectfiles_vc7/gameengine/physics/PHY_Physics/PHY_Sumo/PHY_Sumo.vcproj @@ -1,7 +1,7 @@ @@ -300,7 +300,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -323,7 +323,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -323,7 +323,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + + + @@ -341,12 +345,21 @@ + + + + + + diff --git a/projectfiles_vc7/gameengine/scenegraph/SG_SceneGraph.vcproj b/projectfiles_vc7/gameengine/scenegraph/SG_SceneGraph.vcproj index 753c0718f73..02bb647eb92 100644 --- a/projectfiles_vc7/gameengine/scenegraph/SG_SceneGraph.vcproj +++ b/projectfiles_vc7/gameengine/scenegraph/SG_SceneGraph.vcproj @@ -1,7 +1,7 @@ @@ -323,7 +323,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -320,7 +320,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + + @@ -323,7 +323,8 @@ Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - + +