Differences From Artifact [14e0172bf2]:
- File make.py — part of check-in [5e5db6e7b6] at 2018-05-14 14:48:51 on branch trunk — [build] small code clarification (user: olr, size: 23486) [annotate] [blame] [check-ins using]
To Artifact [6b14360ed5]:
- File make.py — part of check-in [cb88d3d2dc] at 2018-06-13 05:37:08 on branch rg — [build] merge graph rules building and regex rules building (user: olr, size: 23513) [annotate] [blame] [check-ins using]
| ︙ | |||
226 227 228 229 230 231 232 233 234 235 236 237 238 239 | 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 | + |
print(sf, end=", ")
print()
# TEST FILES
with open("grammalecte/"+sLang+"/gc_test.txt", "w", encoding="utf-8", newline="\n") as hDstPy:
hDstPy.write("# TESTS FOR LANG [" + sLang + "]\n\n")
hDstPy.write(dVars['gctests'])
hDstPy.write("\n")
createOXT(spLang, dVars, xConfig._sections['oxt'], spLangPack, bInstallOXT)
createServerOptions(sLang, dVars)
createPackageZip(sLang, dVars, spLangPack)
#### JAVASCRIPT
|
| ︙ |