VPatch 3.0
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4271 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9929eb7120
commit
4bf6509225
53 changed files with 3918 additions and 1782 deletions
|
@ -1,6 +1,9 @@
|
|||
target = 'VPatch'
|
||||
|
||||
files = Split("""
|
||||
apply_patch.c
|
||||
checksum.c
|
||||
md5.c
|
||||
vpatchdll.c
|
||||
""")
|
||||
|
||||
|
@ -8,19 +11,6 @@ libs = Split("""
|
|||
kernel32
|
||||
""")
|
||||
|
||||
examples = Split("""
|
||||
#Contrib/VPatch/example.nsi
|
||||
#Contrib/VPatch/newfile.txt
|
||||
#Contrib/VPatch/oldfile.txt
|
||||
#Contrib/VPatch/patch.pat
|
||||
""")
|
||||
|
||||
docs = Split("""
|
||||
#Contrib/VPatch/Readme.html
|
||||
""")
|
||||
|
||||
Import('BuildPlugin env')
|
||||
|
||||
BuildPlugin(target, files, libs, examples, docs)
|
||||
|
||||
env.Distribute('Bin', '#Contrib/VPatch/GenPat.exe')
|
||||
BuildPlugin(target, files, libs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue