Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sat, 25 Apr 2015 10:19:28 UTC Commit: 9fd566e0407281ded5a1475c1bfad45e165741eb https://github.com/geany/geany/commit/9fd566e0407281ded5a1475c1bfad45e165741...
Log Message: ----------- Windows: don't link geany_private.rc to libgeany as it is not necessary
Modified Paths: -------------- wscript
Modified: wscript 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -457,7 +457,6 @@ def build(bld): geany_sources.add('src/vte.c') if is_win32: geany_sources.add('src/win32.c') - geany_sources.add('geany_private.rc') geany_bin_sources.add('geany_private.rc')
def gen_signallist(task):
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).