Use a program run helper rather than a script
commit265e27a7f31b470f5845d8831def9b6a34776025
authorColomban Wendling <ban@herbesfolles.org>
Wed, 9 Nov 2016 18:38:28 +0000 (9 19:38 +0100)
committerEnrico Tröger <enrico.troeger@uvena.de>
Sun, 13 Nov 2016 13:55:41 +0000 (13 14:55 +0100)
tree0381c119baad1c4490e8699a8a2ac70145f03bd4
parenta45091413a0dae1bc72546281210674fa250db5c
Use a program run helper rather than a script

This removes all encoding issues from passing on a script to cmd.exe on
Windows, as it now uses proper wide character API there.

Not much changes on other OSes, but we don't create temporary scripts
anymore.
src/Makefile.am
src/build.c
src/geany-run-helper.c [new file with mode: 0644]
src/prefix.h
src/utils.c
src/utils.h