proj.mk: Including platform.mk before platform condition

This commit is contained in:
Jan Lindemann 2009-07-09 11:56:08 +00:00 committed by Jan Lindemann
commit e193f1960d

View file

@ -58,6 +58,8 @@ CPPFLAGS += -D_USRDLL -DYTOOLS_EXPORTS
PROJECT_CFLAGS += -gstabs+
PROJECT_CPPFLAGS += -gstabs+
# need to do this before
include $(MODDIR)/make/platform.mk
ifeq ($(TARGET),mingw)
CONTRIB_DLL = \
iconv \