home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tlx501.zip / SRC / TIMESTMP.CPP < prev    next >
C/C++ Source or Header  |  1996-07-08  |  946b  |  29 lines

  1. /****************************************************************************
  2.     $Id: timestmp.cpp 501.0 1995/03/07 12:26:24 RON Exp $
  3.  
  4.     Copyright (c) 1991-95 Tarma Software Research. All rights reserved.
  5.  
  6.     Project:    Tarma Library for C++ V5.0
  7.     Author:    Ron van der Wal
  8.  
  9.     File containing only TLX::sTimeStamp. This file is touched before
  10.     every rebuild operation, in order to provide an accurate time/date
  11.     stamp for the library build.
  12.  
  13.     $Log: timestmp.cpp $
  14.     Revision 501.0  1995/03/07 12:26:24  RON
  15.     Updated for TLX 5.01
  16.     Revision 1.2  1995/02/28 13:56:00  RON
  17.     Update for release 012
  18.     Added partial support for SunPro C++ compiler
  19.     Revision 1.1  1994/10/05  18:44:23  ron
  20.     Initial revision
  21.  
  22. ****************************************************************************/
  23.  
  24. //-----    Library headers
  25.  
  26. #include <tlx\501\tlx.h>
  27.  
  28. const char *TLX::sTimeStamp = __DATE__ " " __TIME__;
  29.