0

Added a PIL alpha_over extension in C, and code to setup.py to build it

I needed a way to let py2exe options be provided only when py2exe is
available. My solution (maybe not the best) was to put all the
arguments for the final setup() call into a dictionary, that is filled
in conditionally during the script's execution. This is why the file
is completely changed; however, it still does what it used to do (when
py2exe is available).
This commit is contained in:
Aaron Griffith
2010-10-23 12:57:37 -04:00
parent 32ba6c4424
commit 5a19b8b375
3 changed files with 290 additions and 11 deletions

7
.gitignore vendored
View File

@@ -1 +1,8 @@
*.pyc
build
# various forms of compiled _composite extensions
_composite.so
_composite.pyd
_composite_d.pyd
_composite.dylib