Ignore:
Timestamp:
Apr 8, 2002, 12:43:27 AM (24 years ago)
Author:
bird
Message:

Added some libs. Moved extensions. Configured new modes. Splitted clean command. Moved ALP config into separate files. Made it kind of work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/setup.tools.mk

    r8197 r8213  
    1 # $Id: setup.tools.mk,v 1.1 2002-04-06 20:25:06 bird Exp $
     1# $Id: setup.tools.mk,v 1.2 2002-04-07 22:43:27 bird Exp $
    22
    33#
     
    4545
    4646#
     47# Default Extensions.
     48#
     49EXT_OBJ = obj
     50EXT_LIB = lib
     51EXT_ILIB= lib
     52EXT_EXE = exe
     53EXT_DLL = dll
     54EXT_RES = res
     55EXT_SYS = sys
     56EXT_IFS = ifs
     57EXT_RES = res
     58
     59
     60#
    4761# Depreciated (kso don't like these)
    4862#
     
    5367CD_LEAVE=cd ..
    5468
     69
Note: See TracChangeset for help on using the changeset viewer.