From: andrewjmcd (andrewjmcd_at_[hidden])
Date: 2005-03-02 10:10:03


I have been trying to make an automatic version updater.

Using the excellent documentation for the generator creating
a python script that increments the build number and produces
the c code was easy.

Unfortunately I don't know how to automatically 'touch' the
input file so that it must compile the next time around.

Any suggestions?

One solution I guess is to have the script spawn a process that
changes the modified time some time later. Seems rather
a little too much.

Andrew