added tasks

This commit is contained in:
2018-04-03 15:13:25 +03:00
parent 2bc3cd4d5f
commit f5cfd50537
9 changed files with 940 additions and 0 deletions

7
index.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
Sdk: require('./haxetool/sdk'),
Haxe: require('./haxetool/haxe'),
FlashPlayer: require('./haxetool/flashplayer'),
Neko: require('./haxetool/neko'),
AdobeAir: require('./haxetool/adobe_air'),
};