cc-haxe/build.hxml

13 lines
197 B
Plaintext
Raw Normal View History

2021-12-20 00:55:30 +00:00
-p src
2022-12-15 13:19:57 +00:00
--main kernel.Entrypoint
2021-12-20 00:55:30 +00:00
2021-12-21 12:33:11 +00:00
--library cctweaked:git:https://git.kapelle.org/niklas/cctweaked-haxelib.git
2022-02-20 19:29:04 +00:00
--library tink_core
2021-12-20 00:55:30 +00:00
--dce full
-D lua-vanilla
2022-02-20 19:29:04 +00:00
-D lua-ver 5.1
2022-03-12 16:18:00 +00:00
--lua build/_haxe.lua