Changeset 576 for CMT/HEAD/mgr/fragments/nmake/constituent
- Timestamp:
- May 10, 2011, 2:39:10 PM (15 years ago)
- File:
-
- 1 edited
-
CMT/HEAD/mgr/fragments/nmake/constituent (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CMT/HEAD/mgr/fragments/nmake/constituent
r547 r576 58 58 #!endif 59 59 60 !if defined (cmt_${CONSTITUENT}_has_target_tag) 61 60 62 !if "$(QUICK)" == "" || !exist ($(cmt_local_${CONSTITUENT}_makefile)) || !exist ($(cmt_local_tagfile_${CONSTITUENT})) || !exist ($(cmt_final_setup_${CONSTITUENT})) 61 63 $(cmt_local_${CONSTITUENT}_makefile) : $(${CONSTITUENT}_dependencies) … … 68 70 !else 69 71 $(cmt_local_${CONSTITUENT}_makefile) : $(${CONSTITUENT}_dependencies) ; 72 !endif 73 74 !else 75 76 !if "$(QUICK)" == "" || !exist ($(cmt_local_${CONSTITUENT}_makefile)) || !exist ($(cmt_local_tagfile_${CONSTITUENT})) || !exist ($(cmt_final_setup_${CONSTITUENT})) 77 $(cmt_local_${CONSTITUENT}_makefile) : $(${CONSTITUENT}_dependencies) 78 $(echo) (constituents.nmake) Building ${CONSTITUENT}.nmake 79 @set include=$(include) 80 @set lib=$(lib) 81 @$(cmtexe) -f=$(bin)${CONSTITUENT}.in -tag=$(tags) $(${CONSTITUENT}_extratags) build -nmake constituent_makefile -without_cmt -out=$@ ${CONSTITUENT} 82 !else 83 $(cmt_local_${CONSTITUENT}_makefile) : $(${CONSTITUENT}_dependencies) ; 84 !endif 85 70 86 !endif 71 87
Note:
See TracChangeset
for help on using the changeset viewer.
