[geany/geany] 627c0a: Merge pull request #401 from techee/waf
Enrico Tröger
git-noreply at xxxxx
Sat Jan 10 11:07:18 UTC 2015
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Sat, 10 Jan 2015 11:07:18 UTC
Commit: 627c0aa10e9ea62b440c21040180086b56a01079
https://github.com/geany/geany/commit/627c0aa10e9ea62b440c21040180086b56a01079
Log Message:
-----------
Merge pull request #401 from techee/waf
waf: Don't relink scintilla and geany on every build
Modified Paths:
--------------
wscript
Modified: wscript
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -416,7 +416,7 @@ def build(bld):
# Scintilla
files = bld.srcnode.ant_glob('scintilla/**/*.cxx', src=True, dir=False)
- scintilla_sources.update(files)
+ scintilla_sources.update([file.path_from(bld.srcnode) for file in files])
bld(
features = ['c', 'cxx', 'cxxstlib'],
name = 'scintilla',
--------------
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