[vlc-commits] nsis: compile the nsProcess plugin

Ludovic Fauvet git at videolan.org
Fri Nov 29 13:28:44 CET 2013


vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Thu Nov 28 13:45:02 2013 +0100| [719085f16c1a854410b058958416d36e3fd21e94] | 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).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=719085f16c1a854410b058958416d36e3fd21e94
---

 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.git/?a=commitdiff;h=719085f16c1a854410b058958416d36e3fd21e94


More information about the vlc-commits mailing list