Changeset 9081 for trunk/tools


Ignore:
Timestamp:
Aug 22, 2002, 2:13:04 AM (23 years ago)
Author:
bird
Message:

Converted to new build system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/CmdQd/makefile

    r8237 r9081  
    1 # $Id: makefile,v 1.8 2002-04-11 21:28:27 bird Exp $
     1# $Id: makefile,v 1.9 2002-08-22 00:13:04 bird Exp $
    22
    33#
     
    88#
    99
     10!ifdef BUILD_SETUP_MAK                  # If defined use the new build system.
     11
     12#
     13# Setup config
     14#
     15PATH_ROOT = ..\..
     16!include $(PATH_ROOT)\$(BUILD_SETUP_MAK)
     17
     18#
     19# Target config
     20#
     21TARGET_NAME = CmdQd
     22TARGET_PUBLIC = 1
     23TARGET_PUBNAME = $(PATH_TOOLS)\$(TARGET_NAME).$(EXT_EXE)
     24
     25#
     26# Rules config
     27#
     28RULES_FORWARD =
     29!include $(MAKE_INCLUDE_PROCESS)
     30
     31
     32!else                                   # else use the ole make system.
    1033
    1134#
     
    7699
    77100#
    78 # We need all.
    79 #
    80 needed: all
    81 
    82 
    83 #
    84101# Extra clean rule to which removes the cmdqd.exe file from /tools/bin
    85102# if it's not currently used.
     
    93110!endif
    94111
     112!endif # new/old makefile
     113
     114#
     115# We need all.
     116#
     117needed: all
    95118
    96119#
Note: See TracChangeset for help on using the changeset viewer.