summaryrefslogtreecommitdiff
path: root/vcl/Package_osx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/Package_osx.mk')
-rw-r--r--vcl/Package_osx.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/Package_osx.mk b/vcl/Package_osx.mk
index 0d8c39503e0b..af4efd6a1271 100644
--- a/vcl/Package_osx.mk
+++ b/vcl/Package_osx.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -33,3 +34,5 @@ $(eval $(call gb_Package_add_file,vcl_zip,bin/osxres.zip,$(WORKDIR)/Misc/osxres.
cd $(SRCDIR)/vcl/aqua/source/res ; \
mkdir -p $(dir $@) ; \
zip $@ MainMenu.nib/*.nib cursors/*.png
+
+# vim: set noet sw=4 ts=4: