Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 5571 / 5574

Revision d4e488a by Kent Mein
November 11, 2002, 21:33 (GMT)



Changed -O3 to -O2 under linux
Revision f8843ee by Kent Mein
November 11, 2002, 21:26 (GMT)



- python $(PYFLAGS) freeze.py -d -x os -x pprint -x Blender -I $(SRCDIR) -o $(TARGETDIR) $(SRCDIR)/VRMLmain.py
+ python $(PYFLAGS) freeze.py -d -x os -x pprint -I $(SRCDIR) -o $(TARGETDIR) $(SRCDIR)/VRMLmain.py


Freeze the Blender module
(I got this from some other people on #blendersauce and truthfully I have
no idea if this is correct or not so if someone else could look at it
that would be great)

Kent
--
mein@cs.umn.edu
November 11, 2002, 20:57 (GMT)
Converted icon files to binary files (cvs admin -kb) and restored them.
Maarten
Revision a65506a by Kent Mein
November 11, 2002, 14:46 (GMT)


Fixed action.c (brought it back to 1.2)

Kent
--
mein@cs.umn.edu
November 11, 2002, 00:02 (GMT)
First round of updates to project files. There is a working game player (debug
target) as long as you have installed the right libraries.
Added project file for Blender Ode.
Maarten
November 10, 2002, 23:54 (GMT)
Added another project to freeze Blender Python code from the main intern
MSVC workspace. It is not finished completely but it works (through a
batchfile).
Maarten
November 8, 2002, 23:34 (GMT)
Added almost all projects in intern to the main MSVC project for intern (in
intern/make/msvc_6_0. Changed paths in all these files to build to
lib/windows and use obj/window/intern for object files and other temporary
stuff.
Added project files for guardedalloc and blenkey (in keymaker directory).
blenkey still assumes openssl being installed in lib/windows.
The only thing not automated is is the frozen Python stuff.

Maarten
November 8, 2002, 16:18 (GMT)
Updated MSVC GHOST project like the string project and added it to the
intern MSVC workspace
Maarten
November 8, 2002, 16:07 (GMT)
New MSVC workspace were I will add all the intern MSVC projects so that
they can all be build and installed in one go.
Maarten
November 8, 2002, 16:00 (GMT)
Fixed the MSVC project file so that it creates the lib/windows directories to
install the libraries into. Also, the objects are now build in the right directories.
Maarten
Revision 50aabf8 by Kent Mein
November 8, 2002, 11:36 (GMT)



switched the order of build (frozen and intern are now intern and frozen)
that way the lib gets installed before the dir didn't exist so it
died.

Kent
--
mein@cs.umn.edu
Revision bd89c21 by Kent Mein
November 8, 2002, 10:28 (GMT)


I added the following comments to the readme:

--Notes on compiling mxTextTools
To get the latest version to compile on my machine I had to
edit mxSetup.py and remove /usr/include from INCLPATH for it to build
properly.
(after doing this you need to edit blender/source/Makefile and
fix the pointer to it I'm still working on automating this)

Kent
--
mein@cs.umn.edu
Revision fbdf58f by Kent Mein
November 8, 2002, 10:16 (GMT)


I needed to update the path to libfrozen on the linking also
missed it before.

Kent
--
mein@cs.umn.edu
November 7, 2002, 22:41 (GMT)
Added extra ranlib on libary files after being copied to the lib tree for OSX only.
This saves other OSX developers the trouble of manually running ranlib.
This is not a good solution (because I don't know the correct one) but it works.
Maarten
Revision e46a6d2 by Kent Mein
November 7, 2002, 17:47 (GMT)


I autmated the rest of building libfrozen.a
I also moved it so that it gets put in:
$(OCGDIR)/blender/bpython/$(DEBUG_DIR)libfrozen.a

and removed the stuff from the readme on how to do it by hand.

(I made one other small change and that was to comment
out the ssr target on solaris and freebsd in source/Makefile
I forgot to commit it yesterday)

Kent
--
mein@cs.umn.edu
Revision 2c183d2 by Kent Mein
November 6, 2002, 21:19 (GMT)


Updated it so intern/python/freeze is combined into intern's Makefile
also updated the readme so its not an extra step anymore.

Kent
--
mein@cs.umn.edu
Revision 0252df8 by Kent Mein
November 6, 2002, 16:52 (GMT)


added the following link:
mxtexttools:http://www.egenix.com/files/python/mxTextTools.html (python lib)

Kent
--
mein@cs.umn.edu
Revision 7f4f548 by Kent Mein
November 6, 2002, 15:49 (GMT)


That was me Kent

I noticed it sounded kind of stupid so quit half way through the commit :)

Anyway it now reads:
If you tried to just have a go at making stuff you might wind up with
an empty file /tmp/.nanguess
You need to remove the empty file and it will get created automatically
by $NANBLENDERHOME/source/tools/guess/guessconfig after you have
setup the NANBLENDERHOME variable.

Kent
--
mein@cs.umn.edu
Revision a4767dc by Kent Mein
November 6, 2002, 15:47 (GMT)


Changed more wording again and added some extra software links.

Also added the following since it burned me and a couple people have asked:

If you tried to just have a go at making stuff you might wind up with
an empty file /tmp/.nanguess
You need to remove the empty file and re run it after you have
setup the NANBLENDERHOME variable.
Revision 97827c2 by Kent Mein
November 6, 2002, 02:09 (GMT)


I Just modified the Makefile to use the definitions instead of hard paths.

-CPPFLAGS += -I../../../../sumo/Fuzzics/include
-CPPFLAGS += -I../../../../sumo/include
+CPPFLAGS += -I$(NAN_FUZZICS)/include
+CPPFLAGS += -I$(NAN_SUMO)/include

Kent
--
mein@cs.umn.edu
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021