Blender Git Commit Log

Git Commits -> Revision 61767b4

Revision 61767b4 by Joseph Gilbert (master)
February 20, 2005, 21:33 (GMT)
MSVC7 update and freetype2 source
- Added correct .libs to be linked to GP_Ghost
- Fixed incorrect library extensions for the linker (*.lib and not unix *.a)
- Projects have been set to be multi-threaded - projects were being linked to different versions of the CRT
- All projects are now linking to python 2.3 (this fixes an error regarding struct sizes in python)
- Removed invalid source paths from inclusion for the compiler
- Fix dependency issues with the GP_Ghost module
- Proper .dll's are now being copied to their respective locations for debug and release version of blender/blenderplayer
- Warnings have been set to level 2
- Import paths have been updated and organized for the compiler
- Duplicate import paths for the compiler have been removed
- Removed silly silly silly silly unix path-separators from window paths
- Post-Build scripts have been updated where neccessary (XCOPY is retatined)
- Fixed the output of various .lib files (PHY_Sumo and Yafray)
- PHY_Sumo now uses a .pch
- Removed #undef _DEBUG from debug builds :p
- FTF_Font is now contains a debug build and is being set to it's correct output path
- Blender/Blenderplayer/3DPlugin all linkto Debug libs where appropriate (instead of static release libs to avoid conflicts with the CRT)
- Python23_d.dll is now loaded into a true debug output of both blenderplayer and blender debug builds
- msvcrtd.dll is now loaded into a true debug output of both blenderplayer and blender debug builds
- Post-builds now clean up their mess
- ActiveX controller now builds
- BlenderPlayer now builds
- Internal libs now using .pch
- Moved the build directory from /blender/obj to ../build/msvc_7/ to follow precedence with scons builds
- Builds are now organized to follow precedence with scons builds with a /libs and a /intern /extern /source obj folders
- Set the proper build path for opennl
- Forcing BLO_loader source files to follow project defaults
- Added an 'extern' project that mimics the /make build of the 'intern' project
- Extern build includes solid and it's associated builds, ftgl, and freetype
- Added .vcproj files to /extern directory
- Added new extern.sln file to /extern directory
- All project now link to the built solid.lib from the extern project instead of lib/windows
- Removed uneeded XCOPYs commands from post-builds
- Added conditional Directory building to post-builds
- Freetype2 source commit (this is need for the building of a correct MFC linked version of the activeX controller as well as a correct release and debug build of the blender project)
- Ftgl is built and linked by the 'extern' project
- Intern/Extern project are now exporting their proper header files
- PHY_Physics is now linking to the correct set of header files (in build path not source)
- Makesdna builds object files into build directory now
- Projects are now ignoring the CORRECT versions of the CRT's :)
- Renderconverter is now outputting it's obj file to it's own directory instead of /render
- Gen_system is now being built to ../kernel
- BL_src_cre is now being built to /creator
- *.exp and *.ilk are now being cleaned up from linkers
- Libpng.dll and zlib.dll are now being copied to the /bin
- MTDLL build are now available for the correct projects
- ActiveX 3D Plugin now links correctly to solid and freetype2
- Corrected the Preprocessor #define that was labeled incorrectly in FTF_Font and Blender that was causing the FTGL libs to export dll calling conventions.
- Changed the solution configurations to 3D Plugin Release, Debug and Blender Release, Debug for internal and external librarys
- Changed the solution configurations to 3D Plugin Release, Debug and Blender Release, Debug for blender and added 2 new solutions configurations BlenderPlayer Release, Debug
-

Commit Details:

Full Hash: 61767b4f483613f4060524abd9cb7e74aae355ea
SVN Revision: 3854
Parent Commit: 7ad68dd
Lines Changed: +11145, -2577

8 Added Paths:

/extern/bFTGL/make/msvc_7_0/ftgl_static_lib.vcproj (+405, -0) (View)
/extern/make/msvc_7_0/build_install_all.vcproj (+84, -0) (View)
/extern/make/msvc_7_0/extern.sln (+118, -0) (View)
/extern/qhull/make/msvc_7_0/qhull.vcproj (+676, -0) (View)
/extern/solid/make/msvc_7_0/broad/broad.vcproj (+261, -0) (View)
/extern/solid/make/msvc_7_0/complex/complex.vcproj (+251, -0) (View)
/extern/solid/make/msvc_7_0/convex/convex.vcproj (+336, -0) (View)
/extern/solid/make/msvc_7_0/solid.vcproj (+461, -0) (View)

56 Modified Paths:

/intern/bmfont/make/msvc_7_0/bmfont.vcproj (+156, -29) (Diff)
/intern/bsp/make/msvc_7_0/bsplib.vcproj (+159, -31) (Diff)
/intern/container/make/msvc_7_0/container.vcproj (+168, -31) (Diff)
/intern/decimation/make/msvc_7_0/decimation.vcproj (+162, -33) (Diff)
/intern/ghost/make/msvc_7_0/ghost.vcproj (+154, -28) (Diff)
/intern/guardedalloc/make/msvc_7_0/guardedalloc.vcproj (+158, -29) (Diff)
/intern/iksolver/make/msvc_7_0/iksolver.vcproj (+162, -31) (Diff)
/intern/keymaker/make/msvc_7_0/blenkey.vcproj (+157, -29) (Diff)
/intern/make/msvc_7_0/build_install_all.vcproj (+41, -8) (Diff)
/intern/memutil/make/msvc_7_0/memutil.vcproj (+156, -29) (Diff)
/intern/moto/make/msvc_7_0/moto.vcproj (+245, -40) (Diff)
/intern/opennl/make/msvc_7_0/opennl.vcproj (+370, -56) (Diff)
/intern/SoundSystem/make/msvc_7_0/dummy/DummySoundSystem.vcproj (+142, -32) (Diff)
/intern/SoundSystem/make/msvc_7_0/openal/OpenALSoundSystem.vcproj (+142, -32) (Diff)
/intern/SoundSystem/make/msvc_7_0/SoundSystem.vcproj (+158, -28) (Diff)
/intern/string/make/msvc_7_0/string.vcproj (+153, -26) (Diff)
/projectfiles_vc7/blender/avi/BL_avi.vcproj (+173, -42) (Diff)
/projectfiles_vc7/blender/blender.sln (+571, -467) (Diff)
/projectfiles_vc7/blender/blender.vcproj (+70, -40) (Diff)
/projectfiles_vc7/blender/blenkernel/BKE_blenkernel.vcproj (+172, -41) (Diff)
/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj (+182, -45) (Diff)
/projectfiles_vc7/blender/blenpluginapi/blenpluginapi/blenpluginapi.vcproj (+241, -22) (Diff)
/projectfiles_vc7/blender/BLO_readblenfile/BLO_readblenfile.vcproj (+172, -43) (Diff)
/projectfiles_vc7/blender/BPY_python/BPY_python.vcproj (+124, -104) (Diff)
/projectfiles_vc7/blender/ftfont/FTF_ftfont.vcproj (+40, -27) (Diff)
/projectfiles_vc7/blender/imbuf/BL_imbuf.vcproj (+174, -42) (Diff)
/projectfiles_vc7/blender/img/BL_img.vcproj (+133, -20) (Diff)
/projectfiles_vc7/blender/loader/BLO_loader.vcproj (+235, -68) (Diff)
/projectfiles_vc7/blender/makesdna/DNA_makesdna.vcproj (+229, -61) (Diff)
/projectfiles_vc7/blender/radiosity/BRA_radiosity.vcproj (+35, -22) (Diff)
/projectfiles_vc7/blender/render/BRE_render.vcproj (+52, -36) (Diff)
/projectfiles_vc7/blender/renderconverter/BRE_renderconverter.vcproj (+35, -22) (Diff)
/projectfiles_vc7/blender/src/BL_src.vcproj (+41, -27) (Diff)
/projectfiles_vc7/blender/src/BL_src_cre.vcproj (+40, -25) (Diff)
/projectfiles_vc7/blender/yafray/BRE_yafray.vcproj (+38, -25) (Diff)
/projectfiles_vc7/gameengine/blenderhook/KX_blenderhook.vcproj (+37, -25) (Diff)
/projectfiles_vc7/gameengine/converter/KX_converter.vcproj (+179, -48) (Diff)
/projectfiles_vc7/gameengine/expression/EXP_expressions.vcproj (+182, -53) (Diff)
/projectfiles_vc7/gameengine/gamelogic/SCA_GameLogic.vcproj (+209, -53) (Diff)
/projectfiles_vc7/gameengine/gameplayer/axctl/GP_axctl.vcproj (+90, -54) (Diff)
/projectfiles_vc7/gameengine/gameplayer/common/GP_common.vcproj (+77, -52) (Diff)
/projectfiles_vc7/gameengine/gameplayer/ghost/GP_ghost.vcproj (+97, -60) (Diff)
/projectfiles_vc7/gameengine/ketsji/KX_ketsji.vcproj (+195, -58) (Diff)
/projectfiles_vc7/gameengine/ketsji/network/KX_network.vcproj (+176, -47) (Diff)
/projectfiles_vc7/gameengine/network/loopbacknetwork/NG_loopbacknetwork.vcproj (+172, -41) (Diff)
/projectfiles_vc7/gameengine/network/network/NG_network.vcproj (+172, -41) (Diff)
/projectfiles_vc7/gameengine/physics/PHY_Physics/PHY_Dummy/PHY_Dummy.vcproj (+175, -46) (Diff)
/projectfiles_vc7/gameengine/physics/PHY_Physics/PHY_Ode/PHY_Ode.vcproj (+82, -56) (Diff)
/projectfiles_vc7/gameengine/physics/PHY_Physics/PHY_Physics.vcproj (+176, -47) (Diff)
/projectfiles_vc7/gameengine/physics/PHY_Physics/PHY_Sumo/PHY_Sumo.vcproj (+235, -19) (Diff)
/projectfiles_vc7/gameengine/rasterizer/openglrasterizer/RAS_openglrasterizer.vcproj (+172, -41) (Diff)
/projectfiles_vc7/gameengine/rasterizer/RAS_rasterizer.vcproj (+174, -43) (Diff)
/projectfiles_vc7/gameengine/scenegraph/SG_SceneGraph.vcproj (+172, -41) (Diff)
/projectfiles_vc7/kernel/gen_messaging/gen_messaging.vcproj (+168, -39) (Diff)
/projectfiles_vc7/kernel/system/SYS_system.vcproj (+172, -41) (Diff)
/source/blender/src/cre/license_key.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021