Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:docs:bld:index [2013/03/09 12:27] – [Minimal build level information] valerius | en:docs:bld:index [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Build level information ==== | ||
- | Any osFree executibles contains build level information string. Usually | ||
- | build level placed into resources, but also can be in code or data | ||
- | sections. | ||
- | |||
- | Usual place of build level information is Description string of DEF-file: | ||
- | |||
- | Description ' | ||
- | |||
- | ==== Minimal build level information ==== | ||
- | |||
- | Commonly used following build level information syntax: | ||
- | |||
- | < | ||
- | |||
- | where < | ||
- | corresponding information. In EDM/2 [[http:// | ||
- | |||
- | Example: | ||
- | |||
- | < | ||
- | |||
- | ==== Extended build level information Type I ==== | ||
- | |||
- | MPTN and TCP/IP services of osFree uses extended build level information. | ||
- | In most cases such information not stored as Description, | ||
- | constant string in code. This is why standard OS/2 bldlevel tool does not | ||
- | work for such files. Syntax is following: | ||
- | |||
- | < | ||
- | < | ||
- | |||
- | where | ||
- | |||
- | * < | ||
- | * < | ||
- | * < | ||
- | |||
- | Example: | ||
- | |||
- | < | ||
- | |||
- | ==== Extended build level information Type II ==== | ||
- | |||
- | Another most known, and most complex, type of build level information is | ||
- | following: | ||
- | |||
- | < | ||
- | |||
- | where | ||
- | |||
- | * DD.MM.YY is the build date in day/ | ||
- | * hh:mm:ss is the build time in hour/ | ||
- | * < | ||
- | * < | ||
- | * < | ||
- | * < | ||
- | * < | ||
- | * < | ||
- | * < | ||
- | |||
- | Note: If you leave build date and/or build time empty you still have to provide the same amount of spaces to replace build date/build time. | ||
- | |||
- | Example: | ||
- | |||
- | < | ||
- | |||
- | Nowdays many project uses this BLDLEVEL format string | ||
- | |||
- | ==== Related links ==== | ||
- | |||
- | * [[http:// | ||
- | |||
- | === Discussion === |