diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-07-10 14:03:42 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-07-10 14:03:42 +0200 |
commit | 4b45e95af3f851ca68ef5acaeaa7d8231798baa6 (patch) | |
tree | 00681421340f0023b36210aacfc093260415dc39 /reportbuilder/template | |
parent | 8531f4aa14ee68db0dfdbc6b0584322a73fd4ca9 (diff) |
#i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible
Diffstat (limited to 'reportbuilder/template')
-rw-r--r-- | reportbuilder/template/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportbuilder/template/makefile.mk b/reportbuilder/template/makefile.mk index a9ee2cf544d9..2db1c2b5a38f 100644 --- a/reportbuilder/template/makefile.mk +++ b/reportbuilder/template/makefile.mk @@ -37,7 +37,7 @@ TARGET=rpt_templates no_common_build_zip=true EXTENSION_VERSION_BASE=1.0.0 -.IF "$(PRODUCT)" != "" +.IF "$(DBG_LEVEL)" == "0" EXTENSION_VERSION=$(EXTENSION_VERSION_BASE) .ELSE EXTENSION_VERSION=$(EXTENSION_VERSION_BASE).$(BUILD) |