Преглед на файлове

* updated comment how to build fpccfg.inc

git-svn-id: trunk@4034 -
yury преди 19 години
родител
ревизия
3ca1caa1ec
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      compiler/utils/fpcmkcfg.pp

+ 2 - 2
compiler/utils/fpcmkcfg.pp

@@ -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.
 }