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

Add new GTK define also for Mingw cross compilation and makefile.win32 based…

Add new GTK define also for Mingw cross compilation and makefile.win32 based Windows builds (untested).

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4924 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 10ad3399
......@@ -14,6 +14,10 @@
* geany.pc.in, wscript, plugins/Makefile.am, src/Makefile.am,
src/plugindata.h, scintilla/*, scintilla/include/*:
Update Scintilla to version 2.11.
* plugins/Makefile.am, plugins/makefile.win32, src/Makefile.am,
src/makefile.win32:
Add new GTK define also for Mingw cross compilation and
makefile.win32 based Windows builds.
2010-05-15 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
......
......@@ -35,6 +35,7 @@ DLL_LD_FLAGS = -module -avoid-version
MINGW_CFLAGS = \
-DGEANY_DATADIR=\"data\" \
-DHAVE_CONFIG_H \
-DGTK \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/tagmanager/include \
......
......@@ -36,6 +36,7 @@ CFLAGS=-O0 -g $(CBASEFLAGS)
else
CFLAGS=-O2 $(CBASEFLAGS)
endif
CFLAGS += -DGTK
ifndef GTK210
ALL_GTK_LIBS += -liconv
......
......@@ -94,7 +94,8 @@ AM_CFLAGS = -DGEANY_DATADIR=\"data\" \
-DGEANY_LIBDIR=\"\" \
-DGEANY_LOCALEDIR=\"\" \
-DGEANY_PREFIX=\"\" \
-DGEANY_PRIVATE
-DGEANY_PRIVATE \
-DGTK
geany_LDFLAGS = -mwindows -mms-bitfields
......
......@@ -5,7 +5,8 @@ DEFINES = -DHAVE_CONFIG_H \
-DGEANY_DATADIR=\"data\" \
-DGEANY_LOCALEDIR=\"\" \
-DGEANY_LIBDIR=\"\" \
-DGEANY_PREFIX=\"\"
-DGEANY_PREFIX=\"\" \
-DGTK
.SUFFIXES: .c .o .h .a
WINDRES = windres.exe
......
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