Ignore:
Timestamp:
Apr 27, 2014, 1:49:43 PM (10 years ago)
Author:
chronos
Message:
  • Added: Some new concept forms and actions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • platform/trunk/LDPlatform.dpk

    r10 r11  
    2626{$DEFINE DEBUG}
    2727{$ENDIF IMPLICITBUILDING}
     28{$DESIGNONLY}
    2829{$IMPLICITBUILD ON}
    2930
     
    3132  rtl,
    3233  vcl,
    33   vclactnband;
     34  vclactnband,
     35  xmlrtl;
    3436
    3537contains
     
    3739  LDPlatform.FormOptions in 'LDPlatform.FormOptions.pas' {FormOptions},
    3840  ULDPlatform in 'ULDPlatform.pas',
    39   LDPlatform.Core in 'LDPlatform.Core.pas' {Core: TDataModule};
     41  LDPlatform.Core in 'LDPlatform.Core.pas' {Core: TDataModule},
     42  LDPlatform.FormNew in 'LDPlatform.FormNew.pas' {FormNew},
     43  UProject in 'UProject.pas',
     44  LDPlatform.FormSource in 'LDPlatform.FormSource.pas' {FormSource};
    4045
    4146end.
Note: See TracChangeset for help on using the changeset viewer.