Branch: refs/heads/document-messages Author: Nick Treleaven nick.treleaven@btinternet.com Committer: Nick Treleaven nick.treleaven@btinternet.com Date: Wed, 06 Jun 2012 14:21:00 Commit: 18cec1fb81b5a4d186a352e0264a2f1d065bbe3a https://github.com/geany/geany/commit/18cec1fb81b5a4d186a352e0264a2f1d065bbe...
Log Message: ----------- Fix Windows build
Modified Paths: -------------- plugins/makefile.win32 src/makefile.win32 tagmanager/src/makefile.win32
Modified: plugins/makefile.win32 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -23,7 +23,7 @@ GTK_INCLUDES= \ INCLUDEDIRS= -I.. \ -I../src \ -I../scintilla/include \ - -I../tagmanager/include \ + -I../tagmanager/src \ $(GTK_INCLUDES)
ALL_GTK_LIBS= \
Modified: src/makefile.win32 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -34,7 +34,7 @@ GTK_INCLUDES= \ INCLUDEDIRS= -I.. \ -I../scintilla/include \ -I../tagmanager/mio \ - -I../tagmanager/include \ + -I../tagmanager/src \ $(GTK_INCLUDES)
ALL_GTK_LIBS= \
Modified: tagmanager/src/makefile.win32 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -23,7 +23,7 @@ GTK_INCLUDES= \ -I$(PREFIX)/include \ -I$(PREFIX)/include/gettext
-INCLUDEDIRS=-I ../ -I ../mio -I . $(GTK_INCLUDES) +INCLUDEDIRS=-I ../ctags -I ../ -I . $(GTK_INCLUDES)
CBASEFLAGS=-Wall -pipe -mms-bitfields -DPACKAGE="geany" -DG_OS_WIN32 -Wno-missing-braces -Wno-char-subscripts $(INCLUDEDIRS) ifdef DEBUG
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).