November 11, 2002, 21:33 (GMT) |
Changed -O3 to -O2 under linux |
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 |
Revision 9715aa0 by Maarten Gribnau November 11, 2002, 20:57 (GMT) |
Converted icon files to binary files (cvs admin -kb) and restored them. Maarten |
November 11, 2002, 14:46 (GMT) |
Fixed action.c (brought it back to 1.2) Kent -- mein@cs.umn.edu |
Revision 6db6011 by Maarten Gribnau 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 |
Revision 57ef60d by Maarten Gribnau 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 |
Revision f21dd64 by Maarten Gribnau 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 |
Revision 54c3daf by Maarten Gribnau November 8, 2002, 16:18 (GMT) |
Updated MSVC GHOST project like the string project and added it to the intern MSVC workspace Maarten |
Revision c7be064 by Maarten Gribnau 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 |
Revision 2c35a94 by Maarten Gribnau 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 |
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 |
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 |
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 |
Revision 7325eff by Maarten Gribnau 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 |
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 |
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 |
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 |
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 |
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. |
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 |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021