mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
$(TOPDIR), make, scripts: Search-and-replace ytools -> jw-build
This project was copied from ytools, with anything not related to providing build-functionality left out. This commit replaces the occurences of ytools with jw-build, and removes some but most certainly not all legacy ytools references. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
79a7c7d424
commit
55fa0eaec5
22 changed files with 92 additions and 662 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
PROJECT = ytools
|
||||
PROJECT = jw-build
|
||||
MODDIR = $(TOPDIR)
|
||||
JANWARE_WIKI = priv
|
||||
|
||||
|
|
@ -38,11 +38,11 @@ else
|
|||
include $(TOPDIR)/make/cfg_dist.mk
|
||||
endif
|
||||
|
||||
PREREQ_BUILD += ytools
|
||||
PREREQ_BUILD += jw-build
|
||||
USE_GLIB = true
|
||||
|
||||
CFLAGS += -D_USRDLL -DYTOOLS_EXPORTS
|
||||
CPPFLAGS += -D_USRDLL -DYTOOLS_EXPORTS
|
||||
CFLAGS += -D_USRDLL -DJW_BUILD_EXPORTS
|
||||
CPPFLAGS += -D_USRDLL -DJW_BUILD_EXPORTS
|
||||
|
||||
#DEBUG_FORMAT_FLAG ?= -gstabs+
|
||||
PROJECT_CFLAGS += $(DEBUG_FORMAT_FLAG)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue