Heading to a working windows build.

Copy fixes into Skeleton file too so that it creates libraries that work in the same way
This commit is contained in:
Andy Williams 2014-11-25 23:07:50 +00:00
parent fc6cd2e209
commit 933b54ebd3
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -7,7 +7,7 @@ AM_CPPFLAGS = \
-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
-DEFL_BETA_API_SUPPORT \
@EFL_CFLAGS@ \
-DEFL_EFL_BUILD
-DEFL_ELM_CODE_BUILD
lib_LTLIBRARIES = libelm_code.la
@ -26,4 +26,4 @@ elm_code_widget.c \
elm_code_diff_widget.c \
elm_code.c
libelm_code_la_LIBADD = @EFL_LIBS@ -lm
libelm_code_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
libelm_code_la_LDFLAGS = -no-undefined @EFL_LTLIBRARY_FLAGS@

View File

@ -6,7 +6,7 @@ AM_CPPFLAGS = \
-DPACKAGE_LIB_DIR=\"$(libdir)\" \
-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
@EFL_CFLAGS@ \
-DEFL_EFL_BUILD
-DEFL_EDI_BUILD
lib_LTLIBRARIES = libedi.la
@ -21,4 +21,4 @@ edi_path.c \
edi_builder.c \
edi.c
libedi_la_LIBADD = @EFL_LIBS@ -lm
libedi_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
libedi_la_LDFLAGS = -no-undefined @EFL_LTLIBRARY_FLAGS@