Changeset 19 for trunk/LazFuckIDE.lpi


Ignore:
Timestamp:
Feb 11, 2012, 10:18:19 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Compiler moved to separate unit file.
  • Added: Compiler to PHP.
  • Added: Loading list of available compilers and list them for selection in menu Program - Target.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LazFuckIDE.lpi

    r18 r19  
    8585      </Item5>
    8686    </RequiredPackages>
    87     <Units Count="7">
     87    <Units Count="10">
    8888      <Unit0>
    8989        <Filename Value="LazFuckIDE.lpr"/>
     
    129129        <UnitName Value="UOptionsForm"/>
    130130      </Unit6>
     131      <Unit7>
     132        <Filename Value="Compiler\UCompiler.pas"/>
     133        <IsPartOfProject Value="True"/>
     134        <UnitName Value="UCompiler"/>
     135      </Unit7>
     136      <Unit8>
     137        <Filename Value="Compiler\UCompilerDelphi.pas"/>
     138        <IsPartOfProject Value="True"/>
     139        <UnitName Value="UCompilerDelphi"/>
     140      </Unit8>
     141      <Unit9>
     142        <Filename Value="Compiler\UCompilerPHP.pas"/>
     143        <IsPartOfProject Value="True"/>
     144        <UnitName Value="UCompilerPHP"/>
     145      </Unit9>
    131146    </Units>
    132147  </ProjectOptions>
     
    139154    <SearchPaths>
    140155      <IncludeFiles Value="$(ProjOutDir)"/>
     156      <OtherUnitFiles Value="Compiler"/>
    141157      <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
    142158    </SearchPaths>
Note: See TracChangeset for help on using the changeset viewer.