Explorar o código

added makefile for osx/linux

Nicolas Cannasse %!s(int64=5) %!d(string=hai) anos
pai
achega
0ae36b4e1e
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      tools/mikktspace/Makefile

+ 14 - 0
tools/mikktspace/Makefile

@@ -0,0 +1,14 @@
+# these are the default paths where hashlink is installed with `make install`
+ifndef HASHLINK
+HASHLINK=/usr/local/include
+endif
+
+ifndef HASHLINK_BIN
+HASHLINK=/usr/local/lib
+endif
+
+all: codegen
+	gcc -I $HASHLINK -I out out/main.c -lhl -L${HASHLINK_BIN}/fmt.hdll -o mikktspace
+
+codegen:
+	haxe mikktspace.hxml -D no-compilation