target = 'nsExec'
files = Split("""
nsexec.c
""")
libs = Split("""
kernel32
user32
advapi32
Import('BuildPlugin')
BuildPlugin(target, files, libs)