Changeset 9105 for trunk/tools


Ignore:
Timestamp:
Aug 23, 2002, 9:29:14 PM (23 years ago)
Author:
bird
Message:

Standalone apps need to setup their own TARGET_LIBS.. I forgot :-/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/fastdep/makefile

    r9068 r9105  
    1 # $Id: makefile,v 1.12 2002-08-20 21:30:17 bird Exp $
     1# $Id: makefile,v 1.13 2002-08-23 19:29:14 bird Exp $
    22
    33#
     
    2727TARGET_PUBLIC = 1
    2828TARGET_PUBNAME = $(PATH_TOOLS)\fastdep.$(EXT_EXE)
     29
    2930TARGET_OBJS =\
    3031$(PATH_TARGET)\fastdep.$(EXT_OBJ)\
    3132$(PATH_TARGET)\avl.$(EXT_OBJ)\
     33
     34TARGET_LIBS =\
     35$(LIB_OS)\
     36$(LIB_C_OBJ)
    3237
    3338#
     
    100105!include $(ODIN32_POST_INC)
    101106
    102 !endif
    103107
    104108#
     
    106110#
    107111needed: all
     112!endif
    108113
    109114
Note: See TracChangeset for help on using the changeset viewer.