defs.mk: Add variable YTOOLS_DIR = $(MODDIR)

This commit is contained in:
Jan Lindemann 2007-06-23 18:41:25 +00:00 committed by Jan Lindemann
commit 79586ea79e

View file

@ -35,6 +35,7 @@ ifndef LIBNAME
LIBNAME := $(PROJECT) LIBNAME := $(PROJECT)
endif endif
YTOOLS_DIR = $(MODDIR)
WINVERSION = $(shell echo $(VERSION) | sed -e "s/\./_/g") WINVERSION = $(shell echo $(VERSION) | sed -e "s/\./_/g")
LOCAL_VERSION = $(shell echo $(VERSION)) LOCAL_VERSION = $(shell echo $(VERSION))
LOCAL_WINVERSION = $(shell echo $(VERSION) | sed -e "s/\./_/g") LOCAL_WINVERSION = $(shell echo $(VERSION) | sed -e "s/\./_/g")