mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
proj.mk: Including platform.mk before platform condition
This commit is contained in:
parent
eca885834f
commit
e193f1960d
1 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue