Enlightenment CVS committal Author : doursse Project : e17 Module : libs/edje
Dir : e17/libs/edje/src/lib Modified Files: Edje.h Makefile.am edje_private.h Log Message: make edje binaries compile and allow the creation of the edje shared lib on windows. Remove some trailing spaces =================================================================== RCS file: /cvs/e/e17/libs/edje/src/lib/Edje.h,v retrieving revision 1.51 retrieving revision 1.52 diff -u -3 -r1.51 -r1.52 --- Edje.h 16 Jul 2007 07:31:06 -0000 1.51 +++ Edje.h 26 Aug 2007 12:54:51 -0000 1.52 @@ -6,7 +6,7 @@ #ifdef EAPI #undef EAPI #endif -#ifdef WIN32 +#ifdef _MSC_VER # ifdef BUILDING_DLL # define EAPI __declspec(dllexport) # else =================================================================== RCS file: /cvs/e/e17/libs/edje/src/lib/Makefile.am,v retrieving revision 1.34 retrieving revision 1.35 diff -u -3 -r1.34 -r1.35 --- Makefile.am 21 Mar 2007 15:36:26 -0000 1.34 +++ Makefile.am 26 Aug 2007 12:54:51 -0000 1.35 @@ -39,5 +39,5 @@ libedje_la_LIBADD = -lm @EDJE_LIBS@ @fnmatch_libs@ libedje_la_CPPFLAGS = libedje_la_DEPENDENCIES = $(top_builddir)/config.h -libedje_la_LDFLAGS = -version-info 5:0:5 +libedje_la_LDFLAGS = @create_shared_lib@ -version-info 5:0:5 =================================================================== RCS file: /cvs/e/e17/libs/edje/src/lib/edje_private.h,v retrieving revision 1.131 retrieving revision 1.132 diff -u -3 -r1.131 -r1.132 --- edje_private.h 2 Aug 2007 22:48:14 -0000 1.131 +++ edje_private.h 26 Aug 2007 12:54:51 -0000 1.132 @@ -35,7 +35,7 @@ #ifdef EAPI #undef EAPI #endif -#ifdef WIN32 +#ifdef _MSC_VER # ifdef BUILDING_DLL # define EAPI __declspec(dllexport) # else ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs