Changeset 47423 in vbox
- Timestamp:
- Jul 26, 2013 12:30:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/Makefile.kmk
r45561 r47423 204 204 # addressing in the import libraries generated by microsoft link.exe. So, we 205 205 # have to regenerate these. 206 # Note! The chdir to the output directory is because dlltool writes temporary files to the current directory. 206 207 $$(VBoxRemPrimary_0_OUTDIR)/VBoxVMMImp.a \ 207 208 $$(VBoxRemPrimary_0_OUTDIR)/VBoxRTImp.a : $$(VBoxRemPrimary_0_OUTDIR)/$$(notdir $$(basename $$@)).def 208 $(TOOL_MINGWW64_DLLTOOL) --output-lib "$@" --input-def "$<" --dllname "$(patsubst %Imp.a,%.dll,$(notdir $@))" 209 $(REDIRECT) -C "$(dir $@)" -- $(TOOL_MINGWW64_DLLTOOL) \ 210 --output-lib "$@" \ 211 --input-def "$<" \ 212 --dllname "$(patsubst %Imp.a,%.dll,$(notdir $@))" 209 213 210 214 $$(VBoxRemPrimary_0_OUTDIR)/VBoxVMMImp.def \
Note:
See TracChangeset
for help on using the changeset viewer.