Changeset 367
- Timestamp:
- Sep 20, 2008, 12:47:33 AM (17 years ago)
- Location:
- trunk/make
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/make/link_dll.in
r243 r367 37 37 !endif 38 38 39 # update DEF file if buildlevel has changed 40 $(MODULEDEF): $(BLDLEVEL_H) 41 @echo ### Updating $(@F) from "$(BLDLEVEL_H)" 42 $(RUN_BLDLEVEL) $@ $(BLDLEVEL_H) $(BLDLEVELNAME) 39 # update DEF file 40 !if [@echo +++ Updating $(@F) from "$(BLDLEVEL_H)"] 41 !endif 42 !if [@$(RUN_BLDLEVEL) $(MODULEDEF) $(BLDLEVEL_H) $(BLDLEVELNAME)] 43 !endif 44 43 45 !endif 44 46 … … 65 67 $(LINK) @<< 66 68 /OUT:$@ $(MODULEDEF) $(LINKOBJS) $(PMPRINTF_LIB) 67 << KEEP69 <<NOKEEP 68 70 !ifdef DEPEND_RES 69 71 @echo ### [$@]: Appending $(@B).res -
trunk/make/link_exe.in
r249 r367 39 39 !endif 40 40 41 # update DEF file if buildlevel has changed 42 $(MODULEDEF): $(BLDLEVEL_H) 43 @echo ### Updating $(@F) from "$(BLDLEVEL_H)" 44 $(RUN_BLDLEVEL) $@ $(BLDLEVEL_H) $(BLDLEVELNAME) 41 # update DEF file 42 !if [@echo +++ Updating $(@F) from "$(BLDLEVEL_H)"] 43 !endif 44 !if [@$(RUN_BLDLEVEL) $(MODULEDEF) $(BLDLEVEL_H) $(BLDLEVELNAME)] 45 !endif 46 45 47 !endif 46 48 … … 71 73 $(LINKCMD) @<< 72 74 /OUT:$@ $(MODULEDEF) $(LINKOBJS) $(PMPRINTF_LIB) 73 << KEEP75 <<NOKEEP 74 76 !ifdef DEPEND_RES 75 77 @echo ### [$@]: Appending $(@B).res
Note:
See TracChangeset
for help on using the changeset viewer.