Alt make target to build vgmstream123

This commit is contained in:
bnnm 2020-04-12 20:38:21 +02:00
parent 530a04eca4
commit e84b51a30e

View File

@ -5,7 +5,9 @@
### defs
# currently aimed to WIN32 builds but vgmstream_cli should work for others (or use autotools instead)
export TARGET_OS = $(OS)
#for Win builds with vgmstream123
LIBAO_DLL_PATH = ../libao/bin
### tools
RMF = rm -f
@ -49,6 +51,8 @@ export RMF SHELL CC AR STRIP WINDRES DLLTOOL
buildrelease: clean bin
buildrelease-ex: clean bin-ex
buildfullrelease: clean sourceball bin
sourceball:
@ -63,6 +67,10 @@ sourceball:
bin mingwbin: vgmstream_cli winamp xmplay
zip -FS -j "vgmstream-`./version.sh`-test.zip" COPYING README.md cli/test.exe winamp/in_vgmstream.dll xmplay/xmp-vgmstream.dll ext_libs/*.dll
#separate since vgmstream123 is kinda untested
bin-ex mingwbin-ex: vgmstream_cli winamp xmplay vgmstream123
zip -FS -j "vgmstream-`./version.sh`-test.zip" COPYING README.md cli/test.exe cli/vgmstream123.exe winamp/in_vgmstream.dll xmplay/xmp-vgmstream.dll ext_libs/*.dll $(LIBAO_DLL_PATH)/*.dll
vgmstream_cli mingw_test:
$(MAKE) -C cli vgmstream_cli