mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 01:52:56 +01:00
Rename variable PROJECTS_DIR to DEV_PROJECTS_DIR in proj.mk
PROJECTS_DIR is a final version of where the projects to be compiled against are. DEV_PROJECTS_DIR is merely a candidate, used in proj.mk, currently only there. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e6e64d09fd
commit
9a78398202
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
# to be included from inside the project directory
|
# to be included from inside the project directory
|
||||||
|
|
||||||
PROJECTS_DIR ?= $(TOPDIR)/..
|
DEV_PROJECTS_DIR ?= $(TOPDIR)/..
|
||||||
|
|
||||||
ifeq ($(TARGET),mingw)
|
ifeq ($(TARGET),mingw)
|
||||||
FLAVOUR_PATH_PREFIX = win32/
|
FLAVOUR_PATH_PREFIX = win32/
|
||||||
endif
|
endif
|
||||||
MODDIR ?= $(firstword $(wildcard $(PROJECTS_DIR)/jw-build $(BUILD_TOOLS_PREFIX)/opt/$(FLAVOUR_PATH_PREFIX)jw-build))
|
MODDIR ?= $(firstword $(wildcard $(DEV_PROJECTS_DIR)/jw-build $(BUILD_TOOLS_PREFIX)/opt/$(FLAVOUR_PATH_PREFIX)jw-build))
|
||||||
|
|
||||||
USE_PROJECT_LIB = false
|
USE_PROJECT_LIB = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue