Initial Commit, project structure and build system.
This commit is contained in:
9
make/runtime.mk
Normal file
9
make/runtime.mk
Normal file
@@ -0,0 +1,9 @@
|
||||
include make/include/defaults.mk
|
||||
|
||||
CFLAGS +=
|
||||
LDFLAGS += -shared
|
||||
TARGET = $(BUILD_DIR)/runtime.dll
|
||||
OBJECTS = $(OBJECTS_COMMON) $(OBJECTS_RUNTIME)
|
||||
DEPS = $(DEPS_COMMON) $(DEPS_RUNTIME)
|
||||
|
||||
include make/include/shared.mk
|
||||
Reference in New Issue
Block a user