2005-04-16 18:48:50 +00:00
|
|
|
target = 'VPatch'
|
|
|
|
|
|
|
|
files = Split("""
|
2005-09-17 09:25:44 +00:00
|
|
|
apply_patch.c
|
|
|
|
checksum.c
|
|
|
|
md5.c
|
2005-04-16 18:48:50 +00:00
|
|
|
vpatchdll.c
|
|
|
|
""")
|
|
|
|
|
|
|
|
libs = Split("""
|
|
|
|
kernel32
|
|
|
|
""")
|
|
|
|
|
2005-06-19 12:32:39 +00:00
|
|
|
Import('BuildPlugin env')
|
|
|
|
|
2005-09-17 09:25:44 +00:00
|
|
|
BuildPlugin(target, files, libs)
|