Changeset 60 for trunk/include
- Timestamp:
- Feb 18, 2016, 5:18:51 PM (10 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/makefile.mif
r57 r60 1 1 ############################################################################### 2 # MAKEFILE.MIF:: Make Include File -- Defines Cross Platform Stuff. [wmake] #2 # makefile.mif :: Make Include File -- Defines Cross Platform Stuff. [wmake] # 3 3 ############################################################################### 4 4 -
trunk/include/makefrwd.mif
r57 r60 1 1 ############################################################################### 2 # MAKEFRWD.MIF:: Make Include -- Forwards GNU Make to other Make Utilities. #2 # makefrwd.mif :: Make Include -- Forwards GNU Make to other Make Utilities. # 3 3 ############################################################################### 4 4 … … 76 76 %: 77 77 @echo $(HEADER) with target: $(LQ)$@$(RQ) 78 @$(OTHER_MAKE) $@78 @$(OTHER_MAKE) -h $@
Note:
See TracChangeset
for help on using the changeset viewer.