Jelajahi Sumber

* Created lazarus project file for easier editing

git-svn-id: trunk@11647 -
michael 17 tahun lalu
induk
melakukan
ca43ca9c5d
2 mengubah file dengan 97 tambahan dan 0 penghapusan
  1. 1 0
      .gitattributes
  2. 96 0
      utils/fpdoc/fpdoc.lpi

+ 1 - 0
.gitattributes

@@ -9634,6 +9634,7 @@ utils/fpdoc/fpde/frmtable.pp svneol=native#text/plain
 utils/fpdoc/fpde/pgeditor.pp svneol=native#text/plain
 utils/fpdoc/fpde/xpms.pp svneol=native#text/plain
 utils/fpdoc/fpdoc.css -text
+utils/fpdoc/fpdoc.lpi svneol=native#text/plain
 utils/fpdoc/fpdoc.pp svneol=native#text/plain
 utils/fpdoc/intl/Makefile svneol=native#text/plain
 utils/fpdoc/intl/dglobals.de.po svneol=native#text/plain

+ 96 - 0
utils/fpdoc/fpdoc.lpi

@@ -0,0 +1,96 @@
+<?xml version="1.0"?>
+<CONFIG>
+  <ProjectOptions>
+    <PathDelim Value="/"/>
+    <Version Value="6"/>
+    <General>
+      <Flags>
+        <SaveOnlyProjectUnits Value="True"/>
+        <MainUnitHasUsesSectionForAllUnits Value="False"/>
+        <MainUnitHasCreateFormStatements Value="False"/>
+        <MainUnitHasTitleStatement Value="False"/>
+      </Flags>
+      <SessionStorage Value="InProjectDir"/>
+      <MainUnit Value="0"/>
+      <TargetFileExt Value=""/>
+    </General>
+    <VersionInfo>
+      <ProjectVersion Value=""/>
+    </VersionInfo>
+    <PublishOptions>
+      <Version Value="2"/>
+      <IgnoreBinaries Value="False"/>
+      <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
+      <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
+    </PublishOptions>
+    <RunParams>
+      <local>
+        <FormatVersion Value="1"/>
+        <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
+      </local>
+    </RunParams>
+    <Units Count="11">
+      <Unit0>
+        <Filename Value="fpdoc.pp"/>
+        <IsPartOfProject Value="True"/>
+        <UnitName Value="FPDoc"/>
+      </Unit0>
+      <Unit1>
+        <Filename Value="dwriter.pp"/>
+        <IsPartOfProject Value="True"/>
+        <UnitName Value="dWriter"/>
+      </Unit1>
+      <Unit2>
+        <Filename Value="dwlinear.pp"/>
+        <IsPartOfProject Value="True"/>
+        <UnitName Value="dwlinear"/>
+      </Unit2>
+      <Unit3>
+        <Filename Value="dw_latex.pp"/>
+        <IsPartOfProject Value="True"/>
+        <UnitName Value="dw_LaTeX"/>
+      </Unit3>
+      <Unit4>
+        <Filename Value="dw_xml.pp"/>
+        <IsPartOfProject Value="True"/>
+        <UnitName Value="dw_XML"/>
+      </Unit4>
+      <Unit5>
+        <Filename Value="dw_html.pp"/>
+        <IsPartOfProject Value="True"/>
+        <UnitName Value="dw_HTML"/>
+      </Unit5>
+      <Unit6>
+        <Filename Value="dw_ipf.pp"/>
+        <IsPartOfProject Value="True"/>
+        <UnitName Value="dw_IPF"/>
+      </Unit6>
+      <Unit7>
+        <Filename Value="dw_man.pp"/>
+        <IsPartOfProject Value="True"/>
+        <UnitName Value="dw_man"/>
+      </Unit7>
+      <Unit8>
+        <Filename Value="dw_linrtf.pp"/>
+        <IsPartOfProject Value="True"/>
+        <UnitName Value="dw_LinRTF"/>
+      </Unit8>
+      <Unit9>
+        <Filename Value="dw_txt.pp"/>
+        <IsPartOfProject Value="True"/>
+        <UnitName Value="dw_txt"/>
+      </Unit9>
+      <Unit10>
+        <Filename Value="dglobals.pp"/>
+        <IsPartOfProject Value="True"/>
+        <UnitName Value="dGlobals"/>
+      </Unit10>
+    </Units>
+  </ProjectOptions>
+  <CompilerOptions>
+    <Version Value="8"/>
+    <Other>
+      <CompilerPath Value="$(CompPath)"/>
+    </Other>
+  </CompilerOptions>
+</CONFIG>