- Timestamp:
- Feb 13, 2012, 10:31:51 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UMainForm.pas
r25 r27 160 160 uses 161 161 UInterpretterForm, UApplicationInfo, UCompiledForm, UOptionsForm, 162 UCompilerDelphi, UCompilerPHP, UCompiler sForm;162 UCompilerDelphi, UCompilerPHP, UCompilerC, UCompilersForm; 163 163 164 164 resourcestring … … 320 320 Compilers.Add(TBrainFuckCompilerDelphi.Create); 321 321 Compilers.Add(TBrainFuckCompilerPHP.Create); 322 Compilers.Add(TBrainFuckCompilerC.Create); 322 323 UpdateTargetList; 323 324 LastOpenedList := TLastOpenedList.Create; -
trunk/LazFuckIDE.lpi
r25 r27 85 85 </Item5> 86 86 </RequiredPackages> 87 <Units Count="1 3">87 <Units Count="14"> 88 88 <Unit0> 89 89 <Filename Value="LazFuckIDE.lpr"/> … … 163 163 <UnitName Value="UCompilersForm"/> 164 164 </Unit12> 165 <Unit13> 166 <Filename Value="Compiler\UCompilerC.pas"/> 167 <IsPartOfProject Value="True"/> 168 <UnitName Value="UCompilerC"/> 169 </Unit13> 165 170 </Units> 166 171 </ProjectOptions> -
trunk/LazFuckIDE.lpr
r25 r27 11 11 Forms, UBrainFuck, UApplicationInfo, UCompiledForm, UInterpretterForm, 12 12 UMainForm, UOptionsForm, ULastOpenedList, URegistry, CoolTranslator, Common, 13 TemplateGenerics, UCompiler, UCompilerDelphi, UCompilerPHP, UCompilersForm; 13 TemplateGenerics, UCompiler, UCompilerDelphi, UCompilerPHP, UCompilerC, 14 UCompilersForm; 14 15 15 16 {$R *.res}
Note:
See TracChangeset
for help on using the changeset viewer.