Run Script dependency
Run Script dependency
- Subject: Run Script dependency
- From: John Weeks <email@hidden>
- Date: Tue, 9 May 2006 09:43:43 -0700
I have a problem that must have been worked out before...
I have some Fortran code that gets built using gfortran; to invoke gfortran
I use a Run Script build phase to run a make file. The make file creates a
library that the application depends on.
The problem is that the dependencies are checked before building begins. At
that point, the library hasn't been re-built. So when I change a fortran
file, I have to build twice- one time invokes the make file to re-build the
library, the next one notices that the library has been re-built and
invokes the linker.
How do I get XCode to notice that the library has been re-built during the
Run Script phase?
Regards,
John Weeks
WaveMetrics, Inc.
Phone (503) 620-3001
Fax (503) 620-6754
email 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