talign1.pp 390 B

1234567891011121314151617181920212223
  1. { This verifies if the resource string table
  2. is correctly aligned, normally the assembler
  3. should be verified manually.
  4. }
  5. unit talign1;
  6. {$mode objfpc}
  7. interface
  8. resourcestring
  9. First = 'This is is a small test of a unit for resource strings';
  10. Second = 'This is also a small test';
  11. implementation
  12. end.
  13. {
  14. $Log$
  15. Revision 1.2 2005-02-14 17:13:35 peter
  16. * truncate log
  17. }