Modules are static by default

This commit is contained in:
2025-04-04 16:02:55 -05:00
parent c58e26b04c
commit ac0892e163
12 changed files with 25 additions and 24 deletions

View File

@@ -16,6 +16,7 @@
-fpic -shared \
-I src \
-Wall \
-DTESTMENU_DYNAMIC \
-o $name
'';
@@ -42,6 +43,7 @@
-fpic -shared \
-I src -I include \
-Wall \
-DPRINT_DYNAMIC \
-o $name
'';
@@ -68,6 +70,7 @@
-fpic -shared \
-I src -I include \
-Wall \
-DDEPENDSONPRINT_DYNAMIC \
-o $name
'';
@@ -94,7 +97,7 @@
modules/examples/Modules/Print/src/*.cpp \
-fpic -shared \
-I src -I include -I . \
-DPRINT_STATIC \
-DDEPENDSONPRINTSTATIC_DYNAMIC \
-Wall \
-o $name
'';
@@ -133,7 +136,7 @@
-DRENDERER_OPENGL \
-DWINDOW_GLFW \
-DGUIMODULE \
-DWINDOWMODULE_STATIC \
-DTESTIMGUI_DYNAMIC \
-fpic -shared \
-I src -I include -I $imgui -I . \
-lGL -lglfw -lGLEW \
@@ -167,6 +170,7 @@
-I src -I include \
-DRENDERER_OPENGL \
-DWINDOW_GLFW \
-DTESTCLAY_DYNAMIC \
-Wall \
-o $name
'';