Blender Git Loki
Git Commits -> Revision 924a849
Revision 924a849 by Chris Want (master) May 24, 2003, 20:04 (GMT) |
Support for building bf-blender under windows with gcc (huge thanks to Florian Eggenburger). Full instructions are in doc/README.windows-gcc. Main differences from Florian's patch: - the 'lib' dir should now be the same level as the 'blender' dir (rather than being a subdir of 'blender'). This is consistent with the other platforms that bf-blender supports (tuhopuu will also adopt this convention hopefully soon). - the script 'free_windows-env.mk' is no longer needed ... see the docs about how this is overcome (again, tuhopuu will hopefully also follow this route soon). - the dlltool dir has it's own Makefile that builds all of the needed stub libraries from the dll's in cvs. |
Commit Details:
Full Hash: 924a8497551be7d83bb577e94ebf89b18374b874
SVN Revision: 822
Parent Commit: 94c4250
Lines Changed: +303, -85
1 Added Path:
/doc/README.windows-gcc (+91, -0) (View)
28 Modified Paths:
/intern/ghost/GHOST_Types.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp (+2, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+6, -1) (Diff)
/intern/keymaker/Makefile (+6, -2) (Diff)
/intern/python/freeze/Makefile (+12, -0) (Diff)
/intern/python/freeze/makemakefile.py (+9, -5) (Diff)
/intern/SoundSystem/SND_DependKludge.h (+1, -1) (Diff)
/Makefile (+4, -0) (Diff)
/source/blender/blenlib/BLI_storage_types.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_winstuff.h (+4, -0) (Diff)
/source/blender/blenlib/intern/rand.c (+1, -1) (Diff)
/source/blender/blenlib/intern/winstuff.c (+2, -0) (Diff)
/source/blender/blenloader/intern/genfile.c (+3, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -2) (Diff)
/source/blender/decrypt/BLO_en_de_cryptHeader.h (+4, -0) (Diff)
/source/blender/encrypt/intern/BLO_encrypt.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_sdna_types.h (+1, -1) (Diff)
/source/blender/makesdna/intern/Makefile (+8, -4) (Diff)
/source/blender/readstreamglue/BLO_sys_types.h (+6, -1) (Diff)
/source/blender/render/intern/source/initrender.c (+3, -3) (Diff)
/source/blender/src/writeavicodec.c (+1, -1) (Diff)
/source/blender/verify/BLO_sign_verify_Header.h (+4, -0) (Diff)
/source/gameengine/BlenderRoutines/KX_BlenderInputDevice.h (+6, -1) (Diff)
/source/gameengine/GamePlayer/Makefile (+3, -1) (Diff)
/source/Makefile (+32, -15) (Diff)
/source/nan_compile.mk (+48, -22) (Diff)
/source/nan_definitions.mk (+18, -7) (Diff)
/source/nan_link.mk (+22, -15) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp (+2, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+6, -1) (Diff)
/intern/keymaker/Makefile (+6, -2) (Diff)
/intern/python/freeze/Makefile (+12, -0) (Diff)
/intern/python/freeze/makemakefile.py (+9, -5) (Diff)
/intern/SoundSystem/SND_DependKludge.h (+1, -1) (Diff)
/Makefile (+4, -0) (Diff)
/source/blender/blenlib/BLI_storage_types.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_winstuff.h (+4, -0) (Diff)
/source/blender/blenlib/intern/rand.c (+1, -1) (Diff)
/source/blender/blenlib/intern/winstuff.c (+2, -0) (Diff)
/source/blender/blenloader/intern/genfile.c (+3, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -2) (Diff)
/source/blender/decrypt/BLO_en_de_cryptHeader.h (+4, -0) (Diff)
/source/blender/encrypt/intern/BLO_encrypt.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_sdna_types.h (+1, -1) (Diff)
/source/blender/makesdna/intern/Makefile (+8, -4) (Diff)
/source/blender/readstreamglue/BLO_sys_types.h (+6, -1) (Diff)
/source/blender/render/intern/source/initrender.c (+3, -3) (Diff)
/source/blender/src/writeavicodec.c (+1, -1) (Diff)
/source/blender/verify/BLO_sign_verify_Header.h (+4, -0) (Diff)
/source/gameengine/BlenderRoutines/KX_BlenderInputDevice.h (+6, -1) (Diff)
/source/gameengine/GamePlayer/Makefile (+3, -1) (Diff)
/source/Makefile (+32, -15) (Diff)
/source/nan_compile.mk (+48, -22) (Diff)
/source/nan_definitions.mk (+18, -7) (Diff)
/source/nan_link.mk (+22, -15) (Diff)