From 124a66c69d7362a5b25d3f370a27a74a131c6030 Mon Sep 17 00:00:00 2001 From: Oleg Oshmyan Date: Sun, 27 Apr 2014 06:55:42 +0100 Subject: Fully fix compilation with MSVC/ICL As before, this does not add any build system support: a config.h file and a project must still be manually created (or the compiler can be run manually instead of using a project). Signed-off-by: Grigori Goronzy Signed-off-by: Oleg Oshmyan --- libass/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libass/Makefile.am') diff --git a/libass/Makefile.am b/libass/Makefile.am index cef1291..cf075bb 100644 --- a/libass/Makefile.am +++ b/libass/Makefile.am @@ -30,7 +30,7 @@ libass_la_SOURCES = ass.c ass_cache.c ass_font.c ass_fontselect.c ass_render.c \ ass_drawing.h ass_cache_template.h ass_render.h \ ass_parse.c ass_parse.h ass_render_api.c ass_shaper.c \ ass_shaper.h ass_strtod.c ass_fontconfig.c ass_fontconfig.h \ - ass_string.h ass_string.c + ass_string.h ass_string.c ass_compat.h libass_la_LDFLAGS = -no-undefined -version-info $(LIBASS_LT_CURRENT):$(LIBASS_LT_REVISION):$(LIBASS_LT_AGE) libass_la_LDFLAGS += -export-symbols $(srcdir)/libass.sym -- cgit v1.2.3