> I've created a shell script that increments a build number everytime
> run. I dropped it into my project and then it ran but it didn't do
[quoted text clipped - 5 lines]
> runs when the file is touched. How can I run this bad boy at every
> compile?
I haven't tried this, but how about:
Have the script modify its own modification date.

Signature
The ears are too length.
--------------------------------------------------------------
tim lindner: First initial last name at ix dot netcom dot com
Matt J. - 20 Jan 2005 23:55 GMT
This is what I am doing currently, although I was hoping for a more
elegant solution.
-Matt
>> I've created a shell script that increments a build number everytime
>> run. I dropped it into my project and then it ran but it didn't do
[quoted text clipped - 3 lines]
>>
>> So then I set it to Perl Tool and hey, it works! Although now it
only
>> runs when the file is touched. How can I run this bad boy at every
>> compile?
>
> I haven't tried this, but how about:
>
> Have the script modify its own modification date.