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 /shell | |
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 'shell')
-rw-r--r-- | shell/Library_ooofilt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Library_ooofilt.mk b/shell/Library_ooofilt.mk index b018f20ef32e..bde227fc3dfd 100644 --- a/shell/Library_ooofilt.mk +++ b/shell/Library_ooofilt.mk @@ -63,7 +63,7 @@ $(eval $(call gb_Library_use_system_win32_libs,ooofilt,\ uuid \ )) -ifneq ($(PRODUCT),full) +ifeq ($(ENABLE_DBGUTIL),TRUE) $(eval $(call gb_Library_use_system_win32_libs,ooofilt,\ msvcrt \ )) |