]> git.sesse.net Git - vlc/commit
nsis: compile the nsProcess plugin
authorLudovic Fauvet <etix@videolan.org>
Thu, 28 Nov 2013 12:45:02 +0000 (13:45 +0100)
committerLudovic Fauvet <etix@videolan.org>
Fri, 29 Nov 2013 12:26:16 +0000 (13:26 +0100)
commit719085f16c1a854410b058958416d36e3fd21e94
tree45163408ef09f11dacd1bd8e97b86a149b3cdbf6
parent537acc94690be49b2858ca90c46bc5fa1a7d2795
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).
extras/package/win32/NSIS/nsProcess.nsh [new file with mode: 0644]
extras/package/win32/NSIS/nsProcess/api.h [new file with mode: 0644]
extras/package/win32/NSIS/nsProcess/nsProcess.c [new file with mode: 0644]
extras/package/win32/NSIS/nsProcess/nsis_tchar.h [new file with mode: 0644]
extras/package/win32/NSIS/nsProcess/pluginapi.c [new file with mode: 0644]
extras/package/win32/NSIS/nsProcess/pluginapi.h [new file with mode: 0644]
extras/package/win32/package.mak