diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-02 11:49:46 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-02 11:57:10 +0300 |
commit | 6eb586506d14f7e51b4f97297430ceabf276785b (patch) | |
tree | f9251039d390613df4fe6424a7a61ebca5302279 /basebmp/CppunitTest_basebmp.mk | |
parent | 1d32ee9a536cfff0f93974726f23bff24cea83fb (diff) |
Add a foodllapi.h file here too and use it
Factor out the DLLPUBLIC dance from bitmapdevice.hxx to a separate
headers as is the normal convention.
Decorate the new debugDump() with BASEBMP_DLLPUBLIC in the header.
Otherwise the definition (which uses SAL_DLLPUBLIC_EXPORT) doesn't
match the declaration.
Diffstat (limited to 'basebmp/CppunitTest_basebmp.mk')
-rw-r--r-- | basebmp/CppunitTest_basebmp.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/basebmp/CppunitTest_basebmp.mk b/basebmp/CppunitTest_basebmp.mk index 90d7de57e445..1f16fc16c60f 100644 --- a/basebmp/CppunitTest_basebmp.mk +++ b/basebmp/CppunitTest_basebmp.mk @@ -28,6 +28,11 @@ $(eval $(call gb_CppunitTest_CppunitTest,basebmp_test)) +$(eval $(call gb_CppunitTest_set_include,basebmp_test,\ + -I$(realpath $(SRCDIR)/basebmp/inc/) \ + $$(INCLUDE) \ +)) + $(eval $(call gb_CppunitTest_add_exception_objects,basebmp_test, \ basebmp/test/basictest \ basebmp/test/bmpmasktest \ |