added fileform.cpp and writer.cpp
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4568 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ed7c1241a3
commit
25f9b32d14
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ makensis_files = Split("""
|
||||||
crc32.c
|
crc32.c
|
||||||
DialogTemplate.cpp
|
DialogTemplate.cpp
|
||||||
dirreader.cpp
|
dirreader.cpp
|
||||||
|
fileform.cpp
|
||||||
growbuf.cpp
|
growbuf.cpp
|
||||||
lang.cpp
|
lang.cpp
|
||||||
lineparse.cpp
|
lineparse.cpp
|
||||||
|
@ -21,6 +22,7 @@ makensis_files = Split("""
|
||||||
strlist.cpp
|
strlist.cpp
|
||||||
tokens.cpp
|
tokens.cpp
|
||||||
util.cpp
|
util.cpp
|
||||||
|
writer.cpp
|
||||||
""")
|
""")
|
||||||
|
|
||||||
bzip2_files = Split("""
|
bzip2_files = Split("""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue