diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2013-10-29 16:15:21 +0100 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-10-31 14:33:00 +0900 |
commit | 6e043dfb44006b7b48d1f54f907c00417fcf6baf (patch) | |
tree | ee2508db2ad0a7ef5eaa26704b1778ceaab389c6 /pc | |
parent | 3038d41ba1070b3b5c4e682429fbfad4ea4fbea9 (diff) | |
download | efl-6e043dfb44006b7b48d1f54f907c00417fcf6baf.tar.gz |
evil: remove libgen and the GNU *printf code (both in mingw-w64).
This should reduce the code size of evil and reduce maintainance as
mingw does now take care of it.
Signed-off-by: Cedric Bail <cedric.bail@samsung.com>
Diffstat (limited to 'pc')
-rw-r--r-- | pc/evil.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/evil.pc.in b/pc/evil.pc.in index 6f5f08572e..cf4b855af8 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 +Cflags: -I${includedir}/evil-@VMAJ@ @EFL_WINDOWS_VERSION_CFLAGS@ -mms-bitfields -D__MINGW_PRINTF_FORMAT |