diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2017-10-01 17:07:02 +0100 |
---|---|---|
committer | Andy Williams <andy@andywilliams.me> | 2017-10-01 18:09:46 +0100 |
commit | 10ba064b65e02befec19cfb89657ebf86a0a95f1 (patch) | |
tree | 6bda091cc7cdaedd18f8a2c59505eff1e7bc5d4e /src/Makefile_Edje.am | |
parent | 3462390b5cda12ca0b37cf00a2a20a5d3636d4b5 (diff) |
Windows: remove XP support and forbid compilation and run on this platform
Test Plan: run on XP
Reviewers: jpeg, cedric, ajwillia.ms
Reviewed By: ajwillia.ms
Subscribers: ajwillia.ms
Differential Revision: https://phab.enlightenment.org/D5245
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Edje.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_Edje.am b/src/Makefile_Edje.am index 5b87413..e1afdc7 100644 --- a/src/Makefile_Edje.am +++ b/src/Makefile_Edje.am | |||
@@ -262,6 +262,7 @@ $(CWARNFLAGS) \ | |||
262 | -DTARGET_VT=11 | 262 | -DTARGET_VT=11 |
263 | if HAVE_WIN32 | 263 | if HAVE_WIN32 |
264 | bin_edje_epp_epp_CPPFLAGS += \ | 264 | bin_edje_epp_epp_CPPFLAGS += \ |
265 | @EFL_WINDOWS_VERSION_CFLAGS@ \ | ||
265 | -I$(top_srcdir)/src/lib/evil \ | 266 | -I$(top_srcdir)/src/lib/evil \ |
266 | -I$(top_builddir)/src/lib/evil | 267 | -I$(top_builddir)/src/lib/evil |
267 | bin_edje_epp_epp_LDADD = lib/evil/libevil.la | 268 | bin_edje_epp_epp_LDADD = lib/evil/libevil.la |