summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkarroffel <therzog@mail.de>2018-05-16 02:05:41 +0200
committerkarroffel <therzog@mail.de>2018-05-16 02:11:41 +0200
commit684a06daf20253790c7eef59df7537dec7f41d1e (patch)
tree753c13573884fa611aab883cc3036d1b957e61b5 /Makefile
parentfe38da6cb3152e87832356c2600489ab25860e40 (diff)
downloadredot-cpp-684a06daf20253790c7eef59df7537dec7f41d1e.tar.gz
included godot_headers as submodule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f8f4d1f..3f3eb65 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,10 @@
-
-GODOT_BIN_PATH = ../godot_fork/bin/godot.x11.tools.64.llvm
-REGENERATE_BINDINGS = no
-HEADERS = ../godot_headers
+GENERATE_BINDINGS = no
+HEADERS = godot_headers
TARGET = debug
NAME = godot-cpp
USE_CLANG = no
-BASE = scons n=$(NAME) use_llvm=$(USE_CLANG) regenerate_bindings=$(REGENERATE_BINDINGS) target=$(TARGET) headers=$(HEADERS) godotbinpath=$(GODOT_BIN_PATH) -j4
+BASE = scons n=$(NAME) use_llvm=$(USE_CLANG) generate_bindings=$(GENERATE_BINDINGS) target=$(TARGET) headers=$(HEADERS) -j4
LINUX = $(BASE) p=linux
WINDOWS = $(BASE) p=windows
OSX = $(BASE) p=osx