Re: .a under version control
Re: .a under version control
- Subject: Re: .a under version control
- From: "Aaron London" <email@hidden>
- Date: Thu, 18 May 2006 15:19:16 -0400
- Thread-topic: .a under version control
You could parse the library header for the timestamp and then reset the
modtime of the given lib (e.g., utime) to that in the header. This is a
workaround to the static lib toolchain bug/feature with which you're
dealing that I've used successfully. The downside is that you've always
got to run the script after copyout. Given the bug/feature in Apple's
toolchain, however, there is no workaround that does not involve running
some auxiliary script every time you copyout and want to build.
Cheers,
A. London
_______________________________________________
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