mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
* updated comment how to build fpccfg.inc
git-svn-id: trunk@4034 -
This commit is contained in:
parent
572decf48c
commit
3ca1caa1ec
@ -19,9 +19,9 @@ program fpcmkcfg;
|
||||
uses usubst,SysUtils,Classes;
|
||||
|
||||
{
|
||||
The fpccfg.inc file must be built from a template with the bin2obj
|
||||
The fpccfg.inc file must be built from a template with the data2inc
|
||||
command. it needs options:
|
||||
bin2obj -a -o fpccfg.inc -c DefaultConfig fpc.cft
|
||||
data2inc -b -s fpc.cft fpccfg.inc DefaultConfig
|
||||
where fpc.cft is the template file.
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user