repo.or.cz
/
QuestHelper.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automated update from: http://smariot.no-ip.org/translate
[QuestHelper.git]
/
Development
/
staticmerge.lua
blob
94ed17e3ad8c31ae4cd9094625573826799438e2
1
loadfile
(
"../upgrade.lua"
)()
2
loadfile
(
"dump.lua"
)()
3
loadfile
(
"compiler.lua"
)()
4
5
for
_
,
file
in
ipairs
(
arg
)
do
6
CompileInputFile
(
file
)
7
end
8
9
print
(
ScanAndDumpVariable
(
CompileFinish
(),
"QuestHelper_StaticData"
))