Changeset 34 for trunk/IDE/Transpascal.lpr
- Timestamp:
- Feb 13, 2012, 1:47:33 PM (13 years ago)
- Location:
- trunk/IDE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE
- Property svn:ignore
-
old new 1 1 lib 2 2 backup 3 Transpascal.dbg 4 Transpascal.lps 5 Transpascal.exe
-
- Property svn:ignore
-
trunk/IDE/Transpascal.lpr
r30 r34 7 7 cthreads, 8 8 {$ENDIF}{$ENDIF} 9 Forms, CoolDocking,Interfaces, SysUtils,9 Forms, Interfaces, SysUtils, 10 10 UMainForm in 'UMainForm.pas' {MainForm}, 11 UTextSource in 'UTextSource.pas', UProject, UApplicationInfo, URegistry,12 U LastOpenedList, UDebugLog, TranspascalCompiler, UProjectManager, UCodeForm,13 U MessagesForm, UCompiledForm, UCodeTreeForm, TemplateGenerics;11 UTextSource, UProject, UApplicationInfo, URegistry, ULastOpenedList, 12 UDebugLog, TranspascalCompiler, UProjectManager, UCodeForm, UMessagesForm, 13 UCompiledForm, UCodeTreeForm, TemplateGenerics, Common, UAboutForm; 14 14 15 15 {$R *.res} … … 31 31 Application.CreateForm(TCompiledForm, CompiledForm); 32 32 Application.CreateForm(TCodeTreeForm, CodeTreeForm); 33 Application.CreateForm(TAboutForm, AboutForm); 33 34 Application.Run; 34 35 end.
Note:
See TracChangeset
for help on using the changeset viewer.