Changeset 9211 for trunk/tools


Ignore:
Timestamp:
Sep 5, 2002, 4:53:36 AM (23 years ago)
Author:
bird
Message:

Updated to new standards.

Location:
trunk/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/CmdQd/makefile

    r9108 r9211  
    1 # $Id: makefile,v 1.10 2002-08-24 04:22:30 bird Exp $
     1# $Id: makefile,v 1.11 2002-09-05 02:53:25 bird Exp $
    22
    33#
    44# Odin32 API
    55#
    6 #   Makefile for the Quick-and-Dirty dependency utility. (FastDep)
     6#   Makefile for the command queue utility. (CmdQd)
    77#
    88#
     
    2121TARGET_NAME = CmdQd
    2222TARGET_MODE = EXE
    23 TARGET_PUBLIC = 1
    24 TARGET_PUBNAME = $(PATH_TOOLS)\$(TARGET_NAME).$(EXT_EXE)
     23TARGET_NEEDED = 1
     24TARGET_PUB_DIR = $(PATH_TOOLS)
    2525
    2626#
     
    111111!endif
    112112
    113 !endif # new/old makefile
    114113
    115114#
     
    117116#
    118117needed: all
     118
     119!endif # new/old makefile
    119120
    120121#
  • trunk/tools/fastdep/makefile

    r9108 r9211  
    1 # $Id: makefile,v 1.14 2002-08-24 04:22:18 bird Exp $
     1# $Id: makefile,v 1.15 2002-09-05 02:53:36 bird Exp $
    22
    33#
     
    2626TARGET_NAME = fastdep
    2727TARGET_MODE = EXE
    28 TARGET_PUBLIC = 1
    29 TARGET_PUBNAME = $(PATH_TOOLS)\fastdep.$(EXT_EXE)
     28TARGET_NEEDED = 1
     29TARGET_PUB_BASE = $(PATH_TOOLS)
    3030
    3131TARGET_OBJS =\
Note: See TracChangeset for help on using the changeset viewer.