[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

Re: [XaraXtreme-dev] Xcode project query



Ben Fowler wrote:
You should be able to write a short perl or even shell script to give
you the files (or most of them) that define the symbols that ld is
asking for.

If you want a list of .cpp and .h files in the project,
Scripts/all.sh should give you that. Beware, it will also
give you cpp files that aren't currently compiled. If you
only want the ones currently compiled, best extract them
from the various Makefile.am etc.

Or alternatively, move the build system over to bakefile
etc. which allegedly generates XCode projects as well
as Unix stuff and MSVC project files (ducks and runs).

Alex