summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-05-01 16:56:16 -0500
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:33:46 +0200
commit6456d3d20c961dbbcc7224912bd83092ee832fe5 (patch)
treec8ef217a1d42bf2278e32f5d6ff72358f742fb7a /shell
parentd4efa8b0cf48f092d8984f3f085909cd1a6a39af (diff)
macbacked.cxx is really and objective c++ source -> rename .mm
Change-Id: I0e0ed02f08358b2caeddbaad7d511c7ec70e68b4
Diffstat (limited to 'shell')
-rw-r--r--shell/Library_macbe.mk5
-rw-r--r--shell/source/backends/macbe/macbackend.mm (renamed from shell/source/backends/macbe/macbackend.cxx)0
2 files changed, 4 insertions, 1 deletions
diff --git a/shell/Library_macbe.mk b/shell/Library_macbe.mk
index f248842cbd9d..bf4eb8d0008c 100644
--- a/shell/Library_macbe.mk
+++ b/shell/Library_macbe.mk
@@ -45,8 +45,11 @@ $(eval $(call gb_Library_use_libraries,macbe1,\
$(eval $(call gb_Library_set_componentfile,macbe1,shell/source/backends/macbe/macbe1))
-$(eval $(call gb_Library_add_exception_objects,macbe1,\
+$(eval $(call gb_Library_add_objcxxobjects,macbe1,\
shell/source/backends/macbe/macbackend \
+))
+
+$(eval $(call gb_Library_add_exception_objects,macbe1,\
shell/source/backends/macbe/macbecdef \
))
diff --git a/shell/source/backends/macbe/macbackend.cxx b/shell/source/backends/macbe/macbackend.mm
index aaf7ebfb2e52..aaf7ebfb2e52 100644
--- a/shell/source/backends/macbe/macbackend.cxx
+++ b/shell/source/backends/macbe/macbackend.mm