e415c3fe70
This makes it clearer which ones actually are real platforms (chosen automatically or explicitly via "make ARCH=foo") and which ones just are shared helpers.
6 lines
106 B
Makefile
6 lines
106 B
Makefile
include $(SRC_PATH)build/msvc-common.mk
|
|
LDFLAGS += user32.lib
|
|
CFLAGS_OPT += -MT
|
|
CFLAGS_DEBUG += -MTd -Gm
|
|
|