Added /LAUNCH compiler switch

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7292 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2021-08-17 15:08:24 +00:00
parent 67f14f9b0b
commit 0be4164270
5 changed files with 22 additions and 2 deletions

View file

@ -57,6 +57,7 @@ libs = Split("""
iconv
shlwapi
oleaut32
shell32
""")
Import('env AddAvailableLibs AddZLib')