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
2010-07-26move directories:Campbell Barton
dlltool --> build_files/make/dlltool bin --> release/bin Since dlltool is only used make + mingw and ./bin is misleading because it would seem the blender binary would be copied there, but its just used for home directory files. updated scons/cmake/make
2010-07-13move nan mk files from source/ into build_files/make/Campbell Barton
2009-03-19Makefile updates for Blender 2.5 (from GSR)Chris Want
2009-03-16Patch by gsr: [#18411] Improved makefiles for translation filesKent Mein
Makes it so it uses wildcards instead of hardcoding the po files and also only builds files if missing/changed. Kent
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
blocks that were previously missed; and b) greatly increase my ohloh stats!
2008-03-10Change to Makefile logic for processing the po directory:Chris Want
rather than processing it only when INTERNATIONAL is set to true, instead only disabling processing it only if INTERNATIONAL is set to false. The reason for this change is because the Makefile in the top level directory doesn't read all of the variables set in source/nan_definitions.mk, and with the current scheme the po's would only get processed if the user had explicitely set INTERNATIONAL to true.
2008-03-05== Makefiles ==Chris Want
Patch from GSR to correctly disable processing of po's when international support is disabled.
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/