include_rules
ifeq ($(TARGET),win32)
CFLAGS += -Wno-missing-prototypes
CFLAGS += -DNDEBUG
: foreach *.c |> !cc |>
: foreach *.c |> !cc32 |>
endif
