home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / makedefs.tcl < prev    next >
Text File  |  1996-12-19  |  1KB  |  31 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. # Copyright (c) 1995 by Cadre Technologies Inc.
  4. #
  5. # This software is furnished under a license and may be used only in
  6. # accordance with the terms of such license and with the inclusion of
  7. # the above copyright notice. This software or any other copies thereof
  8. # may not be provided or otherwise made available to any other person.
  9. # No title to and ownership of the software is hereby transferred.
  10. #
  11. # The information in this software is subject to change without notice
  12. # and should not be construed as a commitment by Cadre Technologies Inc.
  13. #
  14. #---------------------------------------------------------------------------
  15. #
  16. #    File        : @(#)makedefs.tcl    /main/titanic/1
  17. #    Author        : topr
  18. #    Original date    : November 1995
  19. #    Description    : Platform dependent stuff for makemake
  20. #
  21. #---------------------------------------------------------------------------
  22. #
  23.  
  24. global LIB_EXT; set LIB_EXT lib
  25. global OBJ_EXT; set OBJ_EXT obj
  26. global CP_CMND; set CP_CMND copy
  27. global MV_CMND; set MV_CMND ren
  28. global RM_CMND; set RM_CMND rmf
  29. global RMF_CMND; set RMF_CMND rmf
  30.  
  31.