standalone-exe.mk: Miscellaneous fixes

- Make it work with current ytools from CVS
  - Make defs-dev.mk work
  - Make all variables ?=
This commit is contained in:
Jan Lindemann 2010-07-29 10:56:22 +00:00 committed by Jan Lindemann
commit 1c37a6ab63

View file

@ -3,10 +3,12 @@
# contact@jannet.de
# $Id$
VERSION = 0.0.0.0-dev
DIST_VERSION = $(VERSION)
USE_CFG_XXX_MK = false
USE_PROJECT_LIB = false
VERSION ?= 0.0.0.0-dev
DIST_VERSION ?= $(VERSION)
#USE_CFG_XXX_MK ?= false
USE_PROJECT_LIB ?= false
DEVELOPMENT ?= true
CVS_PROJ_DIR := $(dir $(lastword $(MAKEFILE_LIST)))/../..
ifeq ($(PROJECT),)
PROJECT = $(notdir $(shell pwd))