cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8f97de91a346af8692d9e292a5ff73b75f820992

commit 8f97de91a346af8692d9e292a5ff73b75f820992
Author: Cedric Bail <cedric.b...@samsung.com>
Date:   Thu Oct 31 16:05:38 2013 +0900

    evil: let's try if we only use that macro.
---
 pc/evil.pc.in        | 2 +-
 src/Makefile_Evil.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pc/evil.pc.in b/pc/evil.pc.in
index cf4b855..2331c27 100644
--- a/pc/evil.pc.in
+++ b/pc/evil.pc.in
@@ -10,4 +10,4 @@ Description: Library that ports on Windows some specific Unix 
functions.
 Version: @VERSION@
 Libs: -L${libdir} -levil
 Libs.private:
-Cflags: -I${includedir}/evil-@VMAJ@ @EFL_WINDOWS_VERSION_CFLAGS@ 
-mms-bitfields -D__MINGW_PRINTF_FORMAT
+Cflags: -I${includedir}/evil-@VMAJ@ @EFL_WINDOWS_VERSION_CFLAGS@ 
-mms-bitfields -D__USE_MINGW_ANSI_STDIO
diff --git a/src/Makefile_Evil.am b/src/Makefile_Evil.am
index 9e68b6e..b6b4e0a 100644
--- a/src/Makefile_Evil.am
+++ b/src/Makefile_Evil.am
@@ -58,7 +58,7 @@ else
 lib_evil_libevil_la_SOURCES += lib/evil/evil_link_xp.cpp
 endif
 
-lib_evil_libevil_la_CFLAGS = @EVIL_CFLAGS@ @EVIL_CFLAGS_WRN@ 
-D__MINGW_PRINTF_FORMAT
+lib_evil_libevil_la_CFLAGS = @EVIL_CFLAGS@ @EVIL_CFLAGS_WRN@ 
-D__USE_MINGW_ANSI_STDIO
 lib_evil_libevil_la_CXXFLAGS = @EVIL_CXXFLAGS@ @EVIL_CFLAGS@
 lib_evil_libevil_la_LIBADD = @EVIL_LIBS@
 lib_evil_libevil_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@

-- 


Reply via email to