branches ecore : Fix build on win32
authorcaptainigloo <captainigloo@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 12 Dec 2012 22:19:21 +0000 (22:19 +0000)
committercaptainigloo <captainigloo@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 12 Dec 2012 22:19:21 +0000 (22:19 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/branches/ecore-1.7@80779 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
src/lib/ecore_evas/Makefile.am

index 45f159e..b2d0a0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2012-12-12  Daniel Willmann
 
        * Fix possible memory corruption in xrandr EDID functions.
+
+2012-12-12  Nicolas Aguirre
+
+       * Fix build on win32
+
index cd7f37b..707ca0f 100644 (file)
@@ -26,7 +26,7 @@ endif
 
 if BUILD_ECORE_WIN32
 ECORE_WIN32_INC = -I$(top_srcdir)/src/lib/ecore_win32
-ECORE_WIN32_LIB = $(top_builddir)/src/lib/ecore_win32/libecore_win32.la
+ECORE_WIN32_LIB = $(top_builddir)/src/lib/ecore_win32/libecore_win32.la -lgdi32
 else
 ECORE_WIN32_INC =
 ECORE_WIN32_LIB =