summaryrefslogtreecommitdiff
path: root/src/test_grabbag/picture/Makefile.lite
diff options
context:
space:
mode:
authorlvqcl <lvqcl.mail@gmail.com>2018-08-25 16:59:21 +0300
committerErik de Castro Lopo <erikd@mega-nerd.com>2018-08-26 07:58:50 +1000
commit0897458f59cd894f9bf1103e3a038deda44174b7 (patch)
treedab5ede99587b2394ff992d15c857140c4d9474c /src/test_grabbag/picture/Makefile.lite
parentedfbe3cf194768af2f4c3cfd5cb5a6a273f63964 (diff)
downloadflac-0897458f59cd894f9bf1103e3a038deda44174b7.tar.gz
Update MinGW build files
Diffstat (limited to 'src/test_grabbag/picture/Makefile.lite')
-rw-r--r--src/test_grabbag/picture/Makefile.lite4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test_grabbag/picture/Makefile.lite b/src/test_grabbag/picture/Makefile.lite
index 91c03dae..2844923e 100644
--- a/src/test_grabbag/picture/Makefile.lite
+++ b/src/test_grabbag/picture/Makefile.lite
@@ -32,8 +32,12 @@ INCLUDES = -I./include -I$(topdir)/include
ifeq ($(OS),Darwin)
EXPLICIT_LIBS = $(libdir)/libgrabbag.a $(libdir)/libreplaygain_analysis.a $(libdir)/libFLAC.a $(OGG_EXPLICIT_LIBS) -lm
else
+ifeq ($(findstring Windows,$(OS)),Windows)
+ LIBS = -lgrabbag -lreplaygain_analysis -lFLAC -lwin_utf8_io $(OGG_LIBS) -lm
+else
LIBS = -lgrabbag -lreplaygain_analysis -lFLAC $(OGG_LIBS) -lm
endif
+endif
SRCS_C = \
main.c