Re: version number in source ASM
From: Kevin Grover <kogrover_at_gmail.com>
Date: 2006-11-09 01:42:23 CET
You have many options. The results are similar for all langes
In the past, I have used Python and PHP. For example, I would have a file
That contained
#!/usr/env/bin python
__author__ = "Me"
Then I run
in my makefile
Then, I changed it to just have a Makefile generate it. It works on WIndows
Or, you can use substitute-type command. TortoiseSVN comes with one that
You could write a batch / shell script to generate the file
#!/bin/sh
or, in Windows
If you show us an example of what you want and some details, it might prove
- kevin
On 11/8/06, cafahl@curdes.com <cafahl@curdes.com> wrote:
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.