Changeset 18 for trunk/StudioModules/LDModuleBasic
- Timestamp:
- Sep 5, 2012, 8:53:56 PM (12 years ago)
- Location:
- trunk/StudioModules/LDModuleBasic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/StudioModules/LDModuleBasic/LDModuleBasic.lpk
r16 r18 8 8 <PathDelim Value="\"/> 9 9 <SearchPaths> 10 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS) \"/>10 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 11 11 </SearchPaths> 12 12 <Other> … … 34 34 <Item2> 35 35 <PackageName Value="LDStudioCommon"/> 36 <DefaultFilename Value="..\..\StudioCommon\LDStudioCommon.lpk" Prefer="True"/> 36 37 </Item2> 37 38 <Item3> -
trunk/StudioModules/LDModuleBasic/ULDModuleBasic.pas
r17 r18 45 45 TextFileType: TSourceType; 46 46 TextFileTemplate: TTemplateText; 47 constructor Create ; override;47 constructor Create(Owner: TComponent); override; 48 48 procedure Install; override; 49 49 procedure Uninstall; override; … … 107 107 { TLDModuleBasic } 108 108 109 constructor TLDModuleBasic.Create ;109 constructor TLDModuleBasic.Create(Owner: TComponent); 110 110 begin 111 inherited Create;111 inherited; 112 112 Identification := 'Basic'; 113 113 Title := SBasic;
Note:
See TracChangeset
for help on using the changeset viewer.