Implement the run helper as a script
commit1d5d4e278ab5a9e4f364f4534e39048f613748b4
authorColomban Wendling <ban@herbesfolles.org>
Sat, 12 Nov 2016 10:59:46 +0000 (12 11:59 +0100)
committerEnrico Tröger <enrico.troeger@uvena.de>
Sun, 13 Nov 2016 13:55:42 +0000 (13 14:55 +0100)
tree9968914b03353de5e33718da0002188c4d59ba5e
parent265e27a7f31b470f5845d8831def9b6a34776025
Implement the run helper as a script

Apparently using arguments instead of putting paths directly in the
script is enough for it to work on Windows, so use a simple script
instead of a program, so it's both shorter and easier to tune.
src/Makefile.am
src/build.c
src/geany-run-helper [new file with mode: 0644]
src/geany-run-helper.bat [new file with mode: 0644]
src/geany-run-helper.c [deleted file]
src/win32.c
src/win32.h