Changeset 4712 for trunk/tools/common/kDump.mak
- Timestamp:
- Dec 3, 2000, 12:27:03 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/kDump.mak
r4654 r4712 1 # $Id: kDump.mak,v 1. 1 2000-11-21 04:37:23bird Exp $1 # $Id: kDump.mak,v 1.2 2000-12-02 23:26:58 bird Exp $ 2 2 3 3 # … … 11 11 # Macro which defines the tools common directory. 12 12 # 13 PDWIN32_TCOMMON = .14 PDWIN32_BIN = ..\bin 13 ODIN32_TCOMMON = . 14 ODIN32_BIN = $(ODIN32_TOOLS) 15 15 16 16 … … 31 31 # Compiler, tools, and interference rules. 32 32 # 33 !include ../../ include/pdwin32.mk34 !include $( PDWIN32_TCOMMON)/common.mk33 !include ../../makefile.inc 34 !include $(ODIN32_TCOMMON)/common.mk 35 35 36 36 … … 60 60 # Includes the common rules. 61 61 # 62 !include $( PDWIN32_INCLUDE)/pdwin32.post63 !include $( PDWIN32_TCOMMON)/common.mk.post62 !include $(ODIN32_POST_INC) 63 !include $(ODIN32_TCOMMON_POST_INC) 64 64
Note:
See TracChangeset
for help on using the changeset viewer.