home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # Copyright (c) 1995 by Cadre Technologies Inc.
- #
- # This software is furnished under a license and may be used only in
- # accordance with the terms of such license and with the inclusion of
- # the above copyright notice. This software or any other copies thereof
- # may not be provided or otherwise made available to any other person.
- # No title to and ownership of the software is hereby transferred.
- #
- # The information in this software is subject to change without notice
- # and should not be construed as a commitment by Cadre Technologies Inc.
- #
- #---------------------------------------------------------------------------
- #
- # File : @(#)makedefs.tcl /main/titanic/1
- # Author : topr
- # Original date : November 1995
- # Description : Platform dependent stuff for makemake
- #
- #---------------------------------------------------------------------------
- #
-
- global LIB_EXT; set LIB_EXT lib
- global OBJ_EXT; set OBJ_EXT obj
- global CP_CMND; set CP_CMND copy
- global MV_CMND; set MV_CMND ren
- global RM_CMND; set RM_CMND rmf
- global RMF_CMND; set RMF_CMND rmf
-
-