Changeset 4712 for trunk/tools/fastdep
- Timestamp:
- Dec 3, 2000, 12:27:03 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/fastdep/makefile
r4653 r4712 1 # $Id: makefile,v 1. 7 2000-11-21 04:35:37bird Exp $1 # $Id: makefile,v 1.8 2000-12-02 23:27:00 bird Exp $ 2 2 3 3 # 4 # PD-Win32 API4 # Odin32 API 5 5 # 6 # Makefile for the Quick-and-Dirty dependency utility. (FastDep)6 # Makefile for the Quick-and-Dirty dependency utility. (FastDep) 7 7 # 8 8 # … … 12 12 # Directory macro. 13 13 # 14 PDWIN32_BIN = ..\bin 14 ODIN32_BIN = $(ODIN32_TOOLS) 15 15 16 16 … … 29 29 # include common definitions 30 30 # 31 !include ../../ include/pdwin32.mk31 !include ../../makefile.inc 32 32 33 33 … … 68 68 # Includes the common rules. 69 69 # 70 !include $( PDWIN32_INCLUDE)/pdwin32.post70 !include $(ODIN32_POST_INC) 71 71 72 72
Note:
See TracChangeset
for help on using the changeset viewer.