bemanitools/src/main/config/Module.mk
icex2 e8221631f9 refactor: Entire code base, thread and log usage
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
2024-02-25 09:07:54 +01:00

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 \