From a840e5dae1978f7b9aa3ce7876dd46b158088ce2 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Fri, 19 Sep 2014 20:24:42 -0700 Subject: add DLLEXPORT to all functions in mojibake.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9302f3f..c53a918 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ MAKE=make # settings -cflags = -O2 -std=c99 -pedantic -Wall -fpic $(CFLAGS) +cflags = -O2 -std=c99 -pedantic -Wall -fpic -DLIBRARY_EXPORTS $(CFLAGS) cc = $(CC) $(cflags) AR = ar -- cgit v1.2.3