mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-08-06 18:42:36 -05:00
Boils down to: - Include headers - Reduce boiler plate with helpers - Swap out explicit usages with core API layer and ensure the right API is configured beforehand
32 lines
461 B
Makefile
32 lines
461 B
Makefile
exes += config
|
|
rc_config := config.rc
|
|
cppflags_config := -DUNICODE
|
|
|
|
libs_config := \
|
|
core \
|
|
eamio \
|
|
geninput \
|
|
util \
|
|
|
|
ldflags_config := \
|
|
-lcomctl32 \
|
|
-lcomdlg32 \
|
|
-lgdi32 \
|
|
-mwindows \
|
|
|
|
src_config := \
|
|
analogs.c \
|
|
bind-adv.c \
|
|
bind.c \
|
|
bind-light.c \
|
|
buttons.c \
|
|
eam.c \
|
|
gametype.c \
|
|
lights.c \
|
|
main.c \
|
|
schema.c \
|
|
snap.c \
|
|
spinner.c \
|
|
usages.c \
|
|
|