Ignore:
Timestamp:
Jun 29, 2004, 7:30:14 PM (21 years ago)
Author:
bird
Message:

DLL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/MINGW32.kmk

    r129 r130  
    171171# @param        $(dirdep)   Directory creation dependency.
    172172# @param        $(deps)         Other dependencies.
    173 # @param        $(deffile)  Definition file. (optional, PC only)
     173# @param        $(othersrc) Unhandled sources.
    174174# @param        $(custom_pre)   Custom step invoked before linking.
    175175# @param        $(custom_post)  Custom step invoked after linking.
     
    189189        $(eval $(custom_post))
    190190endif   
    191         $(MKDIR) -p $(PATH_BIN)
    192         $(CP) $$@ $(PATH_BIN)/
    193191       
    194192endef
Note: See TracChangeset for help on using the changeset viewer.