Skip to Content.
Sympa Menu

freetds - Re: [freetds] windows installer copyright

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT schemamania.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] windows installer copyright
  • Date: Sun, 9 May 2004 09:56:46 -0400

On Sun, 09 May 2004, Frediano Ziglio <freddyz77 AT tin.it> wrote:
> > IOW, setup.rc -- along with the configure
> > script and some others -- are all outputs of autoconf.
>
> I would suggest to split setup.rc (just use an include) so to edit with
> a resource editor.

I don't understand. Can you show me how to use an include file in a .rc?


> > One question: Do the ProductVersion and FileVersion have to be four
> > integers? Can they be strings? Can they be something like
> > '0.63.dev.20040430'? I assume No, and am preparing for 0, 63, 0,
> > 20040430. If the last number must be <32K, then I'll trim the day.
> >
>
> They are 4 16-bit values. major.minor.subversion.build_number
> We can't use day cause it's too long for a 16-bit.. perhaps
> 0.62.9999.days_from_start. 0.62.9999 for 0.63 develping, I don't know an
> easy and portable way to do a diff of days...

Or, why not:

0.62.3 ==> 62.3.0.0
0.63.dev.20040430 ==> 63.0.2004.430
0.64 ==> 64.0.0.0
1.00 => 100.0.0.0

etc.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page