target = 'VPatch' files = Split(""" vpatchdll.c """) libs = Split(""" kernel32 """) Import('BuildPlugin') BuildPlugin(target, files, libs)