Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ru:docs:bld:index [2014/06/24 20:08] – created valerius2k | ru:docs:bld:index [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Информация о номере сборки бинарника ===== | ||
- | |||
- | Каждый исполняемый файл osFree сщдержит строку с информацией о номере сборки (buildlevel). Обычно эта информация размещается в ресурсах, | ||
- | |||
- | Обычное место для информации о build level это строка DESCRIPTION в DEF-файле: | ||
- | |||
- | < | ||
- | Description ' | ||
- | </ | ||
- | |||
- | ==== Минимальная | ||
- | |||
- | Часто используется следующий синтаксис информации о build level: | ||
- | |||
- | < | ||
- | |||
- | где < | ||
- | |||
- | Пример: | ||
- | |||
- | < | ||
- | |||
- | ==== 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 projects use this BLDLEVEL format string. | ||
- | |||
- | ==== Related links ==== | ||
- | |||
- | * [[http:// | ||
- | |||
- | ~~DISCUSSION~~ | ||