[fofix-commits] [stump/fofix] 41e710: Fix cmgl so it compiles correctly under Windows.
noreply at github.com
noreply at github.com
Tue Mar 2 05:30:35 UTC 2010
Branch: refs/heads/grisly-death-of-2.4
Home: http://github.com/stump/fofix
Commit: 41e7106f785631cd188bf58247c79ce04f99af91
http://github.com/stump/fofix/commit/41e7106f785631cd188bf58247c79ce04f99af91
Author: John Stumpo <stump at jstump.com>
Date: 2010-03-01 (Mon, 01 Mar 2010)
Changed paths:
M src/FoFiX/cmgl.pyx
A src/FoFiX/glwrap.h
M src/setup.py
Log Message:
-----------
Fix cmgl so it compiles correctly under Windows.
This includes setting up the correct include directories for numpy
and adding a wrapper around GL/gl.h that includes windows.h first
when under Windows.
Commit: 698d9f8dfc34dd84ba79a2134810ff6de48f833f
http://github.com/stump/fofix/commit/698d9f8dfc34dd84ba79a2134810ff6de48f833f
Author: John Stumpo <stump at jstump.com>
Date: 2010-03-01 (Mon, 01 Mar 2010)
Changed paths:
M src/FoFiX/SceneFactory.py
Log Message:
-----------
Update SceneFactory's detection of scenes so py2exe works again.
Commit: 94f903e0bedef111a5004461113106fcc32a43b1
http://github.com/stump/fofix/commit/94f903e0bedef111a5004461113106fcc32a43b1
Author: John Stumpo <stump at jstump.com>
Date: 2010-03-01 (Mon, 01 Mar 2010)
Changed paths:
R src/setup.cfg
Log Message:
-----------
Remove the setup config file to make py2exe do the right thing with cmgl.
Forcing inplace build causes py2exe not to detect it. You can always just
run "setup.py build_ext --inplace --force" to build it inplace.
More information about the fofix-commits
mailing list