Parcourir la source

* cleaned up

git-svn-id: trunk@3749 -
florian il y a 19 ans
Parent
commit
73ff7479df
2 fichiers modifiés avec 8 ajouts et 17 suppressions
  1. 4 10
      compiler/utils/fpcfg.inc
  2. 4 7
      compiler/utils/fpini.inc

+ 4 - 10
compiler/utils/fpcfg.inc

@@ -13,12 +13,10 @@ const fpcfg : array[0..3,1..240] of char=(
   ' -Fu%basepath%\units\%fpctarget%-%fpctargetos%'#013#010+
   ' -Fu%basepath%\units\%fpctarget%-%fpctargetos%\*'#013#010+
   ' -Fu%basepath%\units\%fpctarget%-%fpctargetos%\rtl'#013#010+
-  ' -Cs131072'#013#010+
-  ' -Ch2097152'#013,#010+
   ' -g-'#013#010+
   ' -p-'#013#010+
   ' -b-'#013#010+
-  '#ENDIF'#013#010+
+  '#ENDIF',#013#010+
   #013#010+
   '#IFDEF DEBUG'#013#010+
   ' -T%fpctargetos%'#013#010+
@@ -31,11 +29,9 @@ const fpcfg : array[0..3,1..240] of char=(
   ' -Ratt'#013#010+
   ' -Fu%basepath%\units\%fpctarget%-%fpctargetos%'#013#010+
   ' -Fu%basepath%\units\%fpctarget%-%fpctargetos%\*'#013#010+
-  ' -Fu%basepath%\units\%fpctarget%-%fp','ctargetos%\rtl'#013#010+
-  ' -Cs131072'#013#010+
-  ' -Ch2097152'#013#010+
+  ' -Fu%basepath%\units\%fpctarget%-%fpctargetos%\rtl'#013#010+
   ' -g'#013#010+
-  ' -p-'#013#010+
+  ' -p-',#013#010+
   ' -b-'#013#010+
   '#ENDIF'#013#010+
   #013#010+
@@ -49,9 +45,7 @@ const fpcfg : array[0..3,1..240] of char=(
   ' -Ratt'#013#010+
   ' -Fu%basepath%\units\%fpctarget%-%fpctargetos%'#013#010+
   ' -Fu%basepath%\units\%fpctarget%-%fpctargetos%\*'#013#010+
-  ' ','-Fu%basepath%\units\%fpctarget%-%fpctargetos%\rtl'#013#010+
-  ' -Cs131072'#013#010+
-  ' -Ch2097152'#013#010+
+  ' -Fu%basepath%\units\%fpctarget%-%fpctargetos%\rtl'#013,#010+
   ' -g-'#013#010+
   ' -p-'#013#010+
   ' -b-'#013#010+

+ 4 - 7
compiler/utils/fpini.inc

@@ -6,9 +6,6 @@ const fpini : array[0..2,1..240] of char=(
   '[Compile]'#013#010+
   'CompileMode=DEBUG'#013#010+
   #013#010+
-  '[Help]'#013#010+
-  'Files="%basepath%\doc\fpctoc.htx"'#013#010+
-  #013#010+
   '[Editor]'#013#010+
   'DefaultTabSize=8'#013#010+
   'DefaultFlags=20599'#013#010+
@@ -19,11 +16,11 @@ const fpini : array[0..2,1..240] of char=(
   'Exts="*.pas;*.pp;*.inc"'#013#010+
   'NeedsTabs="make*;make*.*"'#013#010+
   #013#010+
-  '[Sou','rcePath]'#013#010+
+  '[SourcePath]'#013#010+
   'SourceList=""'#013#010+
   #013#010+
   '[Mouse]'#013#010+
-  'DoubleDelay=8'#013#010+
+  'DoubleDel','ay=8'#013#010+
   'ReverseButtons=0'#013#010+
   'AltClickAction=6'#013#010+
   'CtrlClickAction=1'#013#010+
@@ -39,9 +36,9 @@ const fpini : array[0..2,1..240] of char=(
   #013#010+
   '[Preferences]'#013#010+
   'DesktopFileFlags=209'#013#010+
-  'CenterCurrentLineWhile','Debugging=1'#013#010+
+  'CenterCurrentLineWhileDebugging=1'#013#010+
   'AutoSaveFlags=7'#013#010+
-  'MiscOptions=6'#013#010+
+  'MiscOptions=6'#013#010,
   'DesktopLocation=1'#013#010+
   #013#010+
   '[Misc]'#013#010+