From: Brian M. <ma...@ex...> - 2009-01-08 15:40:07
|
I have a tiny .m file that I use for testing. I create a bundle from it: `cc -o #{basename}.bundle -bundle -framework Foundation #{basename}.m` Is there a way to get metadata for that file without building a framework? gen_bridge_metadata(1) has an example of creating metadata from -lcurl, but I can't make it work for my .m and .h file. Should I keep digging or give up? ----- Brian Marick, independent consultant Mostly on agile methods with a testing slant www.exampler.com, www.exampler.com/blog, www.twitter.com/marick |