Kaydet (Commit) b6a37967 authored tarafından Enrico Tröger's avatar Enrico Tröger

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

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5446 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 2c39e4d8
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:
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment