target = 'Dialer' files = Split(""" dialer.c """) libs = Split(""" kernel32 wininet """) Import('BuildPlugin') BuildPlugin(target, files, libs)