add DLLEXPORT to all functions in mojibake.h

This commit is contained in:
Tony Kelman
2014-09-19 20:24:42 -07:00
parent bc357b276f
commit a840e5dae1
3 changed files with 41 additions and 31 deletions

View File

@@ -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