Changeset 9105
- Timestamp:
 - Aug 23, 2002, 9:29:14 PM (23 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/tools/fastdep/makefile (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/tools/fastdep/makefile
r9068 r9105 1 # $Id: makefile,v 1.1 2 2002-08-20 21:30:17bird Exp $1 # $Id: makefile,v 1.13 2002-08-23 19:29:14 bird Exp $ 2 2 3 3 # … … 27 27 TARGET_PUBLIC = 1 28 28 TARGET_PUBNAME = $(PATH_TOOLS)\fastdep.$(EXT_EXE) 29 29 30 TARGET_OBJS =\ 30 31 $(PATH_TARGET)\fastdep.$(EXT_OBJ)\ 31 32 $(PATH_TARGET)\avl.$(EXT_OBJ)\ 33 34 TARGET_LIBS =\ 35 $(LIB_OS)\ 36 $(LIB_C_OBJ) 32 37 33 38 # … … 100 105 !include $(ODIN32_POST_INC) 101 106 102 !endif103 107 104 108 # … … 106 110 # 107 111 needed: all 112 !endif 108 113 109 114  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  