Skip to content

Commit

Permalink
fna3d: Move FNA3D.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 b8267b8 commit 537fdad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FNA
Submodule FNA updated 1 files
+2 −2 app.config
2 changes: 1 addition & 1 deletion fna3d.make
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ IMAGEDIR_BUILD_TARGETS += $$(BUILDDIR)/FNA3D-$(1)/.built

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

Expand Down

0 comments on commit 537fdad

Please sign in to comment.