mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 14:30:39 +01:00
proj.mk: Streamlined
This commit is contained in:
parent
c90e8d4261
commit
cbb526e508
1 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,8 @@ else
|
||||||
include $(TOPDIR)/make/cfg_dist.mk
|
include $(TOPDIR)/make/cfg_dist.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LDFLAGS += -lytools
|
USE_YTOOLS = true
|
||||||
|
USE_GLIB = true
|
||||||
|
|
||||||
CFLAGS += -D_USRDLL -DYTOOLS_EXPORTS
|
CFLAGS += -D_USRDLL -DYTOOLS_EXPORTS
|
||||||
CPPFLAGS += -D_USRDLL -DYTOOLS_EXPORTS
|
CPPFLAGS += -D_USRDLL -DYTOOLS_EXPORTS
|
||||||
|
|
@ -56,5 +57,4 @@ CPPFLAGS += -D_USRDLL -DYTOOLS_EXPORTS
|
||||||
PROJECT_CFLAGS += -gstabs+
|
PROJECT_CFLAGS += -gstabs+
|
||||||
PROJECT_CPPFLAGS += -gstabs+
|
PROJECT_CPPFLAGS += -gstabs+
|
||||||
|
|
||||||
USE_GLIB = true
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue