Changeset 130 for trunk/kBuild/tools/MINGW32.kmk
- Timestamp:
- Jun 29, 2004, 7:30:14 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/MINGW32.kmk
r129 r130 171 171 # @param $(dirdep) Directory creation dependency. 172 172 # @param $(deps) Other dependencies. 173 # @param $( deffile) Definition file. (optional, PC only)173 # @param $(othersrc) Unhandled sources. 174 174 # @param $(custom_pre) Custom step invoked before linking. 175 175 # @param $(custom_post) Custom step invoked after linking. … … 189 189 $(eval $(custom_post)) 190 190 endif 191 $(MKDIR) -p $(PATH_BIN)192 $(CP) $$@ $(PATH_BIN)/193 191 194 192 endef
Note:
See TracChangeset
for help on using the changeset viewer.