[vlc-commits] nsis: compile the nsProcess plugin

Ludovic Fauvet git at videolan.org
Thu Dec 5 13:03:33 CET 2013


vlc/vlc-2.1 | branch: master | Ludovic Fauvet <etix at videolan.org> | Thu Nov 28 13:45:02 2013 +0100| [8eb52019f5519e7e9b0f29fdbdecdf402b810b9e] | committer: Ludovic Fauvet

nsis: compile the nsProcess plugin

The plugin is a NSIS helper used to find and kill a running process. It
is licensed under the same terms as NSIS (zlib/libpng).

Signed-off-by: Ludovic Fauvet <etix at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=8eb52019f5519e7e9b0f29fdbdecdf402b810b9e
---

 extras/package/win32/NSIS/nsProcess.nsh          |   28 ++
 extras/package/win32/NSIS/nsProcess/api.h        |   83 +++++
 extras/package/win32/NSIS/nsProcess/nsProcess.c  |  422 ++++++++++++++++++++++
 extras/package/win32/NSIS/nsProcess/nsis_tchar.h |  214 +++++++++++
 extras/package/win32/NSIS/nsProcess/pluginapi.c  |  290 +++++++++++++++
 extras/package/win32/NSIS/nsProcess/pluginapi.h  |  101 ++++++
 extras/package/win32/package.mak                 |   12 +-
 7 files changed, 1149 insertions(+), 1 deletion(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commitdiff;h=8eb52019f5519e7e9b0f29fdbdecdf402b810b9e


More information about the vlc-commits mailing list