[Pyobjc-dev] Projects and executables and stuff
Brought to you by:
ronaldoussoren
From: b.bum <bb...@ma...> - 2003-12-05 19:54:00
|
A brief update of the current state of things: - Panther and Jaguar require different build styles (unless you have Frameworkized Python installed) - PBX project templates will work in Xcode, but are sub-optimal - on Panther and forward, we no longer ever have to do the execve() silliness - we really need to have a standalone bootstrap executable that can be plopped into the standalone buildapp.py based builds - as an extension, shipping a .o that could be linked could mean that buildapp.py could easily compile in custom Objective-C classes in the same fashion as distutils can now for modules. That would absolutely rock in that integrating non-ObjC based C or C++ would be just a matter of writing an an ObjC wrapper |