search for: 95e4a7f

Displaying 2 results from an estimated 2 matches for "95e4a7f".

2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
...T_LIBS) -lm +else + LIBS = -lFLAC -lreplaygain_analysis $(OGG_LIBS) -lm +endif LIB_NAME = libgrabbag INCLUDES = -I$(topdir)/include SRCS_C = \ + alloc.c \ cuesheet.c \ file.c \ picture.c \ diff --git a/src/share/utf8/Makefile.lite b/src/share/utf8/Makefile.lite index 95e4a7f..f090278 100644 --- a/src/share/utf8/Makefile.lite +++ b/src/share/utf8/Makefile.lite @@ -3,8 +3,16 @@ # topdir = ../../.. +libdir = $(topdir)/obj/$(BUILD)/lib LIB_NAME = libutf8 + +ifeq ($(OS),Darwin) + EXPLICIT_LIBS = $(libdir)/libgrabbag.a $(ICONV_LIBS) +else + LIBS = -lgrabbag $(I...
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
...T_LIBS) -lm +else + LIBS = -lFLAC -lreplaygain_analysis $(OGG_LIBS) -lm +endif LIB_NAME = libgrabbag INCLUDES = -I$(topdir)/include SRCS_C = \ + alloc.c \ cuesheet.c \ file.c \ picture.c \ diff --git a/src/share/utf8/Makefile.lite b/src/share/utf8/Makefile.lite index 95e4a7f..f090278 100644 --- a/src/share/utf8/Makefile.lite +++ b/src/share/utf8/Makefile.lite @@ -3,8 +3,16 @@ # topdir = ../../.. +libdir = $(topdir)/obj/$(BUILD)/lib LIB_NAME = libutf8 + +ifeq ($(OS),Darwin) + EXPLICIT_LIBS = $(libdir)/libgrabbag.a $(ICONV_LIBS) +else + LIBS = -lgrabbag $(I...