Browse Source

added makefile for osx/linux

Nicolas Cannasse 5 năm trước cách đây
mục cha
commit
0ae36b4e1e
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  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