Skip to content

Commit

Permalink
MiniScript: Arrr, I managed to build script library as DLL/SO, yarr, …
Browse files Browse the repository at this point in the history
…lets try to load this thing
  • Loading branch information
andreasdr committed Dec 19, 2023
1 parent 98c445a commit 0098a03
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions resources/miniscript/templates/makefiles/Library-Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#
BIN = scriptlibrary-bin
LIB_DIR = scriptlibrary-lib
LIB_DIR = scriptlibrary
OBJ := scriptlibrary-obj

# determine platform
Expand All @@ -22,9 +21,9 @@ LIB := lib$(NAME)$(LIB_EXT)
CPPVERSION = -std=c++2a
OFLAGS = -O3
EXTRAFLAGS =
INCLUDES = -Isrc -Iext -I.
INCLUDES = -Isrc -Iext -I. -Iext/reactphysics3d/include/ -Iext/v-hacd/src/VHACD_Lib/inc/ -Iext/cpp-spline/src -Iext/miniscript/src -Isrc/tdme

LIBS_LDFLAGS := -Llib -lminiscript
LIBS_LDFLAGS := -Llib -ltdme2

# set platform specific flags
ifeq ($(OS), Darwin)
Expand Down

0 comments on commit 0098a03

Please sign in to comment.