Changeset 367


Ignore:
Timestamp:
Sep 20, 2008, 12:47:33 AM (17 years ago)
Author:
pr
Message:

Update DEF files

Location:
trunk/make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/link_dll.in

    r243 r367  
    3737!endif
    3838
    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
    4345!endif
    4446
     
    6567    $(LINK) @<<
    6668/OUT:$@ $(MODULEDEF) $(LINKOBJS) $(PMPRINTF_LIB)
    67 <<KEEP
     69<<NOKEEP
    6870!ifdef DEPEND_RES
    6971    @echo   ### [$@]: Appending $(@B).res
  • trunk/make/link_exe.in

    r249 r367  
    3939!endif
    4040
    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
    4547!endif
    4648
     
    7173    $(LINKCMD) @<<
    7274/OUT:$@ $(MODULEDEF) $(LINKOBJS) $(PMPRINTF_LIB)
    73 <<KEEP
     75<<NOKEEP
    7476!ifdef DEPEND_RES
    7577    @echo   ### [$@]: Appending $(@B).res
Note: See TracChangeset for help on using the changeset viewer.