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
AgeCommit message (Collapse)Author
2005-04-10Clean up for Makefiles: some of the directories were being printedChris Want
wrong (e.g., "/Fuzzics" and "/Joystick", and some of the solid stuff). This was particularly noticable during "make clean".
2004-07-19windows-gcc vs. solid, round 2Chris Want
Doing it the Kester way, but in a way that it actually compiles and links for non-Kester people. >=P (translation: FREE_WINDOWS now builds the stuff in extern and overwrites the pre-compiled solid libs).
2003-12-26Commit of cursor framework. Cursors now defined in ↵Robert Wenzlaff
source/blender/src/cursors.c and source/blender/include/BIF_cursors.h. Allows large cursors on Win32 and X11. See cursors.c for documentatioin on how to use.
2003-07-27Added the variable NAN_NO_OPENAL to force building withoutChris Want
openal. Set NAN_NO_OPENAL to true for this behavior. Also removed a comment about EXPYTHON, which is obsolete.
2003-05-29Support for the experimental python stuff in the traditionalChris Want
Makefiles (set EXPYTHON=true in user-def.mk).
2003-05-25Support for building bf-blender under windows with gcc (huge thanks toChris Want
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.
2003-05-24Use of a (not included in cvs) file called user-def.mk to override theChris Want
build variables ... basically a way to override the build defaults with less risk of a cvs conflict.
2003-05-13- Add po/ to the list of subdirs.Wouter van Heyst
2003-02-17- fix 'debug' targetHans Lambermont
- add ID and copyrights to top level makefile
2003-02-11- glue top level makefile and release one togetherHans Lambermont
- fix 8 spaces problem in release/Makefile
2003-02-03MakefileWouter van Heyst
- fix make/shell buglet to make use of --no-print-directory for cleaner logs - Conform to the nan_subdirs.mk mechanism of building intern/Makefile - include nan_subdirs.mk again This enables people to run make clean and all those other targets from the top level dir again, 'make source' has been lost for now
2003-01-19Finally a toplevel Makefile, all it does is prepare the environment and callWouter van Heyst
make in extern/, intern/ and source/