From 97492d5628f603856df9a3dd2abd55d33918dc4f Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 10 Jan 2005 04:58:42 +0000 Subject: better templates, some minor changes build system: added profiler mode, more fixes svn path=/trunk/; revision=2486 --- externals/grill/flext/buildsys/targets-ext.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'externals/grill/flext/buildsys/targets-ext.inc') diff --git a/externals/grill/flext/buildsys/targets-ext.inc b/externals/grill/flext/buildsys/targets-ext.inc index afab3086..bd9d733e 100644 --- a/externals/grill/flext/buildsys/targets-ext.inc +++ b/externals/grill/flext/buildsys/targets-ext.inc @@ -6,6 +6,8 @@ build-release-default: build-release-$(BUILDTYPE) build-debug-default: build-debug-$(BUILDTYPE) +build-profile-default: build-profile-$(BUILDTYPE) + build-default-all: build-$(BUILDMODE)-all build-default-single: build-$(BUILDMODE)-single -- cgit v1.2.1