From: <oz...@al...> - 2004-05-23 06:39:30
|
Hi all, Just wanted to say I've found some time to do some hacking, and I'm making reasonable progress in integrating GHC with Xcode. We'll have to end up writing bundle to add a PBXCompilerSpecificationGHC class (which implements PBXCompilerSpecification): writing a .pbcompspec file only passes a property list to its parent class. This means that it's impossible to override things such as dependency analysis and precompile support using just a .pbcompspec file. Through the wonders of the InputMethods directory, I've managed to hijack the PBXCompilerSpecificationGcc class to figure out what each method's meant to do, so now it's a simple matter of writing the implementation. :) If anyone's interested in seeing the Xcode dumps, let me know and I'll put them up on a website. I'll report back when I've made a bit more progress! -- % Andre Pang : trust.in.love.to.save |