diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-01-03 15:36:20 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-03 16:02:13 +0100 |
commit | 3f27da0a672d0eac84b2a7b411228bc667c4a2cf (patch) | |
tree | 521b038bae6d83590465b049f26bf84307180ebc /extensions | |
parent | 1fa1c73f6801b3cea6cc01d4ea815929ef213103 (diff) |
gbuild: replace all use of PRODUCT with ENABLE_DBGUTIL
Also fix the wrong check in cppunit/ExternalProject_cppunit.mk
which caused cppunit to always be built without -D_GLIBCXX_DEBUG.
Change-Id: Ia247dcd84e2c6fa0e9384fd27643537984d980b5
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/WinResTarget_activex.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/WinResTarget_activex.mk b/extensions/WinResTarget_activex.mk index 2279607d7832..4e46d0e68164 100644 --- a/extensions/WinResTarget_activex.mk +++ b/extensions/WinResTarget_activex.mk @@ -34,7 +34,7 @@ $(eval $(call gb_WinResTarget_use_custom_headers,activex_res,\ extensions/source/activex/idl \ )) -ifneq ($(PRODUCT),) +ifneq ($(ENABLE_DBGUTIL),TRUE) $(eval $(call gb_WinResTarget_add_defs,activex_res,\ -DPRODUCT \ )) |