diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:02:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:12:12 +0300 |
commit | 704bc46ae43d0386e5762b6a6158c7cef831dd1d (patch) | |
tree | 05e6e4e72883d7a1908cf5d89002f5afae1a3551 /vcl/Package_osx.mk | |
parent | 959d24419838fe2515dcdafb68896664a909e93c (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'vcl/Package_osx.mk')
-rw-r--r-- | vcl/Package_osx.mk | 3 |
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: |