Ignore:
Timestamp:
Oct 31, 2010, 9:30:56 PM (14 years ago)
Author:
george
Message:
  • Modified: In all files include directive changed to shorter form {$I 'file.inc'}.
  • Fixed: Export directory Generic as include dir.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Generics/TemplateGenerics/Specialized/SpecializedDictionary.pas

    r84 r86  
    2121{$DEFINE TGDictionaryStringConverter := TDictionaryStringConverterInteger}
    2222{$DEFINE INTERFACE}
    23 {$INCLUDE '..\Generic\GenericDictionary.inc'}
     23{$I 'GenericDictionary.inc'}
    2424
    2525implementation
     
    3535{$DEFINE TGDictionaryStringConverter := TDictionaryStringConverterInteger}
    3636{$DEFINE IMPLEMENTATION}
    37 {$INCLUDE '..\Generic\GenericDictionary.inc'}
     37{$I 'GenericDictionary.inc'}
    3838
    3939end.
Note: See TracChangeset for help on using the changeset viewer.