Adapt to unified Makefile with plugin support
This commit is contained in:
15
premake.make
Normal file
15
premake.make
Normal file
@ -0,0 +1,15 @@
|
||||
LDLIBS := -lm -lscgui -lcairo -lscerror -lscstring -lscscreensaver -lscnumerics
|
||||
|
||||
LDLIBS += $(shell pkg-config sdl2 --libs)
|
||||
CXXFLAGS += $(shell pkg-config sdl2 --cflags)
|
||||
|
||||
PRODUCT := tool
|
||||
|
||||
MAJOR := 1
|
||||
MINOR := 0
|
||||
PATCH := 0
|
||||
|
||||
PRECOMPILE := 0
|
||||
|
||||
MAKE += --no-print-directory
|
||||
PLUGINS := $(wildcard modules/*)
|
Reference in New Issue
Block a user