[geany/geany] dbcf67: Define the GEANY_PRIVATE macro for tag manager in makefile.win32

Jiří Techet git-noreply at xxxxx
Sun Oct 12 21:37:00 UTC 2014


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 12 Oct 2014 21:37:00 UTC
Commit:      dbcf67d449542007b0a8e8ffe276c8bf7f3a11a0
             https://github.com/geany/geany/commit/dbcf67d449542007b0a8e8ffe276c8bf7f3a11a0

Log Message:
-----------
Define the GEANY_PRIVATE macro for tag manager in makefile.win32


Modified Paths:
--------------
    tagmanager/src/makefile.win32

Modified: tagmanager/src/makefile.win32
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -29,7 +29,7 @@ GTK_INCLUDES= \
 
 INCLUDEDIRS=-I ../ctags -I ../ -I . $(GTK_INCLUDES)
 
-CBASEFLAGS=-Wall -pipe -mms-bitfields -DPACKAGE=\"geany\" -Wno-missing-braces -Wno-char-subscripts $(INCLUDEDIRS)
+CBASEFLAGS=-Wall -pipe -mms-bitfields -DGEANY_PRIVATE -DPACKAGE=\"geany\" -Wno-missing-braces -Wno-char-subscripts $(INCLUDEDIRS)
 ifdef DEBUG
 CFLAGS= -O0 -g $(CBASEFLAGS)
 else



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list