Build phase query
Build phase query
- Subject: Build phase query
- From: Michael McLaughlin <email@hidden>
- Date: Sun, 31 Aug 2014 11:37:03 -0400
In my Xcode 5.1.1 Mac OS app, I am using Bison with a lot of manual fussing about. To build from scratch, I must
1. Put my .y file in the project by itself (contains no main()).
2. Build —> tab.h and tab.c output intermediates
3. Remove the .y file from the project (to avoid duplicate symbols)
4. Add everything else to the project
5. Build again
This all works but I was wondering whether some sequence of custom build phases might be able to simplify it. I could not find any examples similar to this.
FWIW, I have a custom build rule for my .y file so that I can use Bison 3.0.2 instead of the default.
Thanks for any tips.
--
Michael McLaughlin
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden