Changeset 367 for trunk/make/link_dll.in
- Timestamp:
- Sep 20, 2008, 12:47:33 AM (17 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.