Recent

Author Topic: FPC and Lazarus BuildDateTime  (Read 1171 times)

rc.1990

  • Jr. Member
  • **
  • Posts: 54
FPC and Lazarus BuildDateTime
« on: July 27, 2018, 08:34:19 am »
Is there a way to get FPC BuildDateTime and Lazarus BuildDateTime (which I used to build my app) such as I can get my own application information?

Code: Pascal  [Select][+][-]
  1. message := {$INCLUDE %FPCTARGETOS%} + ' / ' +
  2. {$INCLUDE %FPCTARGETCPU%} + ' / ' +
  3. {$INCLUDE %DATE%} + ' ' +
  4. {$INCLUDE %TIME%} + ' / ' +
  5. lcl_version { from unit LCLVersion } + ' / ' +
  6. {$INCLUDE %FPCVERSION%};

 

TinyPortal © 2005-2018