add Kiss.setup() to most projects

This commit is contained in:
2022-02-23 14:31:47 -07:00
parent 1433c78144
commit 4170c4fc64
18 changed files with 13 additions and 20 deletions

View File

@@ -1,4 +0,0 @@
-lib kiss
-cp src
--main kiss_tools.Main
--interp

View File

@@ -1,8 +0,0 @@
package kiss_tools;
import kiss.Kiss;
import kiss.Prelude;
import kiss_tools.KeyShortcutHandler;
@:build(kiss.Kiss.build())
class Main {}

View File

@@ -1 +0,0 @@
(print "Hello world!")

View File

@@ -1,3 +0,0 @@
#! /bin/bash
haxe build.hxml