Skip to content

Commit

Permalink
faudio: Move FAudio.dll to architecture directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esme Povirk committed Dec 4, 2023
1 parent 2943bec commit b8267b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FNA
Submodule FNA updated 1 files
+2 −2 app.config
4 changes: 2 additions & 2 deletions faudio.make
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ $$(BUILDDIR)/FAudio-$(1)/.built: $$(BUILDDIR)/FAudio-$(1)/Makefile $$(FAUDIO_SRC
IMAGEDIR_BUILD_TARGETS += $$(BUILDDIR)/FAudio-$(1)/.built

FAudio-$(1).dll: $$(BUILDDIR)/FAudio-$(1)/.built
mkdir -p "$$(IMAGEDIR)/lib"
$$(INSTALL_PE_$(1)) "$$(BUILDDIR)/FAudio-$(1)/FAudio.dll" "$$(IMAGEDIR)/lib/FAudio-$(1).dll"
mkdir -p "$$(IMAGEDIR)/lib/$(1)"
$$(INSTALL_PE_$(1)) "$$(BUILDDIR)/FAudio-$(1)/FAudio.dll" "$$(IMAGEDIR)/lib/$(1)/FAudio.dll"
.PHONY: FAudio-$(1).dll
imagedir-targets: FAudio-$(1).dll

Expand Down

0 comments on commit b8267b8

Please sign in to comment.