Changeset 367 for trunk/make/link_dll.in


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

Update DEF files

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.