Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrel committed Jun 6, 2012
1 parent 6f0d015 commit 18cec1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/makefile.win32
Expand Up @@ -23,7 +23,7 @@ GTK_INCLUDES= \
INCLUDEDIRS= -I.. \
-I../src \
-I../scintilla/include \
-I../tagmanager/include \
-I../tagmanager/src \
$(GTK_INCLUDES)

ALL_GTK_LIBS= \
Expand Down
2 changes: 1 addition & 1 deletion src/makefile.win32
Expand Up @@ -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= \
Expand Down
2 changes: 1 addition & 1 deletion tagmanager/src/makefile.win32
Expand Up @@ -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
Expand Down

0 comments on commit 18cec1f

Please sign in to comment.