include_rules

ifeq ($(TARGET),win32)
# Disable warnings - we don't care about the pointer conversion error.
CFLAGS = -w
: foreach *.c |> !cc32 |>
endif
