source: CMT/v1r19/mgr/fragments/nmake/dependencies @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 368 bytes
Line 
1#-- start of dependency ------------------
2
3!if defined (QUICK)
4!else
5!if exist ("$(CMTROOT)/$(CMTBIN)/cmt.exe")
6!if [$(build_dependencies) ${CONSTITUENT} -all_sources] == 0
7!endif
8!else
9!if [echo no cmt $(CMTROOT)/$(CMTBIN)/cmt.exe] == 0
10!endif
11!endif
12!endif
13
14!include $(bin)${CONSTITUENT}_dependencies.nmake
15
16#-- end of dependency ------------------
Note: See TracBrowser for help on using the repository browser.