Fix Windows build
This commit is contained in:
parent
6f0d015ed2
commit
18cec1fb81
@ -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= \
|
||||||
|
@ -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= \
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user