fruitjam-doom/pkg
Simon Howard 7dc588ee07 win32: Auto-determine DLL path from LDFLAGS.
Copying DLLs raises the problem of finding where the DLLs are to copy.
With autotools, DLLs are usually installed to ${prefix}/bin alongside the
libraries installed to ${prefix}/lib. So we can use the -L arguments in
LDFLAGS passed to the linker to figure out a likely set of directories to
search in. Hook this into the build, too.

This fixes #764 - we now reliably build Windows .zip packages automatically
bundled with any DLLs which may be required.
2017-01-22 21:38:54 +00:00
..
osx Merge remote-tracking branch 'origin/master' into sdl2-branch 2017-01-14 21:55:08 +00:00
win32 win32: Auto-determine DLL path from LDFLAGS. 2017-01-22 21:38:54 +00:00
.gitignore Move config.make up to pkg/ directory. Use static makefiles to generate 2010-01-05 15:52:12 +00:00
config.make.in win32: Auto-determine DLL path from LDFLAGS. 2017-01-22 21:38:54 +00:00
Makefile.am osx: Remove GNUstep stuff. 2016-06-12 19:33:13 -04:00