Fix Windows build

This commit is contained in:
Nick Treleaven 2012-06-06 15:21:00 +01:00
parent 6f0d015ed2
commit 18cec1fb81
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ GTK_INCLUDES= \
INCLUDEDIRS= -I.. \ INCLUDEDIRS= -I.. \
-I../src \ -I../src \
-I../scintilla/include \ -I../scintilla/include \
-I../tagmanager/include \ -I../tagmanager/src \
$(GTK_INCLUDES) $(GTK_INCLUDES)
ALL_GTK_LIBS= \ ALL_GTK_LIBS= \

View File

@ -34,7 +34,7 @@ GTK_INCLUDES= \
INCLUDEDIRS= -I.. \ INCLUDEDIRS= -I.. \
-I../scintilla/include \ -I../scintilla/include \
-I../tagmanager/mio \ -I../tagmanager/mio \
-I../tagmanager/include \ -I../tagmanager/src \
$(GTK_INCLUDES) $(GTK_INCLUDES)
ALL_GTK_LIBS= \ ALL_GTK_LIBS= \

View File

@ -23,7 +23,7 @@ GTK_INCLUDES= \
-I$(PREFIX)/include \ -I$(PREFIX)/include \
-I$(PREFIX)/include/gettext -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) CBASEFLAGS=-Wall -pipe -mms-bitfields -DPACKAGE=\"geany\" -DG_OS_WIN32 -Wno-missing-braces -Wno-char-subscripts $(INCLUDEDIRS)
ifdef DEBUG ifdef DEBUG