Changeset 6909 for trunk/include
- Timestamp:
- Oct 1, 2001, 3:24:38 AM (24 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odin32.post.mk
r6896 r6909 1 # $Id: odin32.post.mk,v 1. 4 2001-09-30 09:46:16bird Exp $1 # $Id: odin32.post.mk,v 1.5 2001-10-01 01:24:38 bird Exp $ 2 2 3 3 # … … 36 36 # Include compiler spesific post rule file. 37 37 # 38 !include $(ODIN32_INCLUDE)/odin32.post.$( CCENV).mk38 !include $(ODIN32_INCLUDE)/odin32.post.$(MKFILE).mk 39 39 40 40 -
trunk/include/odin32.tools.mk
r6875 r6909 1 # $Id: odin32.tools.mk,v 1. 8 2001-09-30 00:41:38 bird Exp $1 # $Id: odin32.tools.mk,v 1.9 2001-10-01 01:24:38 bird Exp $ 2 2 3 3 # … … 77 77 # Include compiler dependent tools 78 78 # 79 !include $(ODIN32_INCLUDE)/odin32.tools.$( CCENV).mk79 !include $(ODIN32_INCLUDE)/odin32.tools.$(MKFILE).mk 80 80
Note:
See TracChangeset
for help on using the changeset viewer.