Kouhei Sutou
null+****@clear*****
Fri Sep 26 23:58:08 JST 2014
Kouhei Sutou 2014-09-26 23:58:08 +0900 (Fri, 26 Sep 2014) New Revision: 7922dfd56b490980e6277e9d5e2ab4e32291efd2 https://github.com/groonga/groonga/commit/7922dfd56b490980e6277e9d5e2ab4e32291efd2 Message: package windows mrb: build mruby as DLL Modified files: vendor/mruby/Makefile.am Modified: vendor/mruby/Makefile.am (+6 -1) =================================================================== --- vendor/mruby/Makefile.am 2014-09-26 23:50:55 +0900 (870f1d3) +++ vendor/mruby/Makefile.am 2014-09-26 23:58:08 +0900 (480d728) @@ -8,9 +8,14 @@ DEFAULT_INCLUDES = \ if WITH_MRUBY noinst_LTLIBRARIES = libmruby.la -AM_CFLAGS = \ +AM_CPPFLAGS = \ -I$(srcdir)/../onigmo-source +if PLATFORM_WIN32 +AM_CPPFLAGS += \ + -DMRB_BUILD_AS_DLL +endif + include sources.am BUILT_SOURCES = -------------- next part -------------- HTML����������������������������...Download