mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
fix missing dependency when built with i586-mingw32msvc-gcc 4.8.2
This commit is contained in:
parent
745889b612
commit
64bdd4c943
@ -9,7 +9,7 @@ export WINDRES=i586-mingw32msvc-windres
|
|||||||
.PHONY: libvgmstream.a libvorbis.a libmpg123-0.a libg7221_decode.a
|
.PHONY: libvgmstream.a libvorbis.a libmpg123-0.a libg7221_decode.a
|
||||||
|
|
||||||
in_vgmstream.dll: libvgmstream.a libvorbis.a libmpg123-0.a libg7221_decode.a in_vgmstream.c resource.o
|
in_vgmstream.dll: libvgmstream.a libvorbis.a libmpg123-0.a libg7221_decode.a in_vgmstream.c resource.o
|
||||||
$(CC) -shared $(CFLAGS) "-DVERSION=\"`../version.sh`\"" in_vgmstream.c resource.o $(LDFLAGS) -o in_vgmstream.dll
|
$(CC) -shared -static-libgcc $(CFLAGS) "-DVERSION=\"`../version.sh`\"" in_vgmstream.c resource.o $(LDFLAGS) -o in_vgmstream.dll
|
||||||
$(STRIP) in_vgmstream.dll
|
$(STRIP) in_vgmstream.dll
|
||||||
|
|
||||||
resource.o: resource.rc resource.h
|
resource.o: resource.rc resource.h
|
||||||
|
Loading…
Reference in New Issue
Block a user