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,5 @@
|
|||
## TODO
|
||||
#
|
||||
# * VPatch GenPat & distribution
|
||||
# * Write SConscript for NSIS Menu
|
||||
# - Use inheritance instead of current wxWidgets patches
|
||||
# - Compile for POSIX too? wxWidgets is cross platform after all...
|
||||
|
@ -41,13 +40,15 @@ utils = [
|
|||
'Makensisw',
|
||||
'NSIS Menu',
|
||||
'UIs',
|
||||
'VPatch/Source/GenPat',
|
||||
'zip2exe'
|
||||
]
|
||||
|
||||
misc = [
|
||||
'Graphics',
|
||||
'Language files',
|
||||
'Modern UI'
|
||||
'Modern UI',
|
||||
'VPatch'
|
||||
]
|
||||
|
||||
defenv = Environment()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue