Added string lookup tool
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7251 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
79df77fa82
commit
60ab777e21
10 changed files with 426 additions and 43 deletions
|
@ -6,6 +6,7 @@ files = Split("""
|
|||
utils.cpp
|
||||
version.cpp
|
||||
update.cpp
|
||||
lookup.cpp
|
||||
wndspy.cpp
|
||||
""")
|
||||
|
||||
|
@ -42,6 +43,7 @@ libs = Split("""
|
|||
wininet
|
||||
winmm
|
||||
kernel32
|
||||
ole32
|
||||
""")
|
||||
|
||||
docs = Split("""
|
||||
|
@ -58,7 +60,7 @@ BuildUtil(
|
|||
res = res,
|
||||
resources = resources,
|
||||
entry = None,
|
||||
defines = ['RELEASE=2.3.7'],
|
||||
defines = ['RELEASE=2.4'],
|
||||
docs = docs,
|
||||
root_util = True
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue