screensaver/premake.make

16 lines
300 B
Plaintext
Raw Permalink Normal View History

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/*)