Branch: refs/heads/document-messages Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Thu, 26 Jan 2012 21:52:22 Commit: cc3c2684fb969b2bdfc8fec30831eb0c9aee1677 https://github.com/geany/geany/commit/cc3c2684fb969b2bdfc8fec30831eb0c9aee16...
Log Message: ----------- Fix makefile.win32 for included regex removal
Modified Paths: -------------- tagmanager/makefile.win32
Modified: tagmanager/makefile.win32 4 files changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -9,7 +9,7 @@ RM = del
COMPLIB=tagmanager.a
-REGEX_DEFINES = -DHAVE_REGCOMP -DREGEX_MALLOC -DSTDC_HEADERS=1 +REGEX_DEFINES = -DHAVE_REGCOMP -DSTDC_HEADERS=1
GTK_INCLUDES= \ -I$(PREFIX)/include/gtk-2.0 \ @@ -45,7 +45,7 @@ actionscript.o nsis.o objc.o \ haskell.o haxe.o html.o python.o lregex.o rest.o sh.o ctags.o entry.o get.o keyword.o nestlevel.o \ options.o \ parse.o basic.o read.o sort.o strlist.o latex.o markdown.o matlab.o docbook.o tcl.o ruby.o asm.o sql.o txt2tags.o css.o \ -vstring.o regex.o tm_workspace.o tm_work_object.o tm_source_file.o tm_project.o tm_tag.o \ +vstring.o tm_workspace.o tm_work_object.o tm_source_file.o tm_project.o tm_tag.o \ tm_symbol.o tm_file_entry.o tm_tagmanager.o r.o $(AR) rc $@ $^ $(RANLIB) $@
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).