Changeset 4712 for trunk/tools/impdef
- Timestamp:
- Dec 3, 2000, 12:27:03 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/impdef/makefile
r4655 r4712 1 # $Id: makefile,v 1. 8 2000-11-21 04:37:53bird Exp $1 # $Id: makefile,v 1.9 2000-12-02 23:27:01 bird Exp $ 2 2 3 3 # 4 # PD-Win32 API4 # Odin32 API 5 5 # 6 # Makefile for the ImpDef utility.6 # Makefile for the ImpDef utility. 7 7 # 8 8 # … … 12 12 # Directory macros. 13 13 # 14 PDWIN32_BIN = ..\bin15 PDWIN32_TCOMMON = ..\common 14 ODIN32_TCOMMON = ..\common 15 ODIN32_BIN = $(ODIN32_TOOLS) 16 16 17 17 … … 30 30 # Compiler, tools, and interference rules. 31 31 # 32 !include ../../ include/pdwin32.mk33 !include $( PDWIN32_TCOMMON)\common.mk32 !include ../../makefile.inc 33 !include $(ODIN32_TCOMMON)\common.mk 34 34 35 35 … … 74 74 # Includes the common rules. 75 75 # 76 !include $( PDWIN32_INCLUDE)\pdwin32.post77 !include $( PDWIN32_TCOMMON)\common.mk.post76 !include $(ODIN32_POST_INC) 77 !include $(ODIN32_TCOMMON_POST_INC) 78 78
Note:
See TracChangeset
for help on using the changeset viewer.