SF.net SVN: geany:[5446] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Nov 28 17:41:37 UTC 2010


Revision: 5446
          http://geany.svn.sourceforge.net/geany/?rev=5446&view=rev
Author:   eht16
Date:     2010-11-28 17:41:37 +0000 (Sun, 28 Nov 2010)

Log Message:
-----------
Enable GIO and built-in regex support on Windows when compiling without Waf.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/win32-config.h

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-11-28 15:37:13 UTC (rev 5445)
+++ trunk/ChangeLog	2010-11-28 17:41:37 UTC (rev 5446)
@@ -1,3 +1,10 @@
+2010-11-28  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * win32-config.h:
+   Enable GIO and built-in regex support on Windows
+   when compiling without Waf.
+
+
 2010-11-25  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * geany_private.rc:

Modified: trunk/win32-config.h
===================================================================
--- trunk/win32-config.h	2010-11-28 15:37:13 UTC (rev 5445)
+++ trunk/win32-config.h	2010-11-28 17:41:37 UTC (rev 5446)
@@ -321,6 +321,9 @@
 /* Define if you want to detect a running instance */
 #define HAVE_SOCKET 1
 
-/* Define if GIO should be used, we don't use GIO on Windows */
-/* #define HAVE_GIO 1 */
+/* Define if GIO should be used */
+#define HAVE_GIO 1
 
+/* Define if include regex library should be used */
+#define USE_INCLUDED_REGEX 1
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list