Browse Source

* pass --nofpccfg

git-svn-id: trunk@9233 -
peter 18 years ago
parent
commit
ae45cfefce
2 changed files with 302 additions and 298 deletions
  1. 301 297
      utils/fppkg/fpmkunitsrc.inc
  2. 1 1
      utils/fppkg/pkgfpmake.pp

File diff suppressed because it is too large
+ 301 - 297
utils/fppkg/fpmkunitsrc.inc


+ 1 - 1
utils/fppkg/pkgfpmake.pp

@@ -261,7 +261,7 @@ begin
   { Maybe compile fpmake executable? }
   ExecuteAction(CurrentPackage,'compilefpmake');
   { Create options }
-  OOptions:=' --nodefaults';
+  OOptions:=' --nofpccfg';
   if vInfo in Verbosity then
     OOptions:=OOptions+' --verbose';
   OOptions:=OOptions+' --compiler='+Options.Compiler;

Some files were not shown because too many files changed in this diff