mirror of
https://github.com/znc/znc.git
synced 2026-05-04 12:32:33 +02:00
Add vim modelines to some files.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2222 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# vim: filetype=make
|
||||
|
||||
ifeq "$(PERL_ON)" "yes"
|
||||
# We execute this now so that we see the 'beauty' of these flags in make's output
|
||||
PERLCOMMON := $(shell $(PERL) -MExtUtils::Embed -e perl_inc -e ldopts)
|
||||
|
||||
@@ -204,3 +204,4 @@ typedef vector<pair<CString, CString> > VPair;
|
||||
*UNLOAD = *ZNC::CModule::UNLOAD;
|
||||
%}
|
||||
|
||||
/* vim: set filetype=cpp noexpandtab: */
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# vim: filetype=make
|
||||
|
||||
ifneq "$(PYCFG)" ""
|
||||
PYTHONCOMMON := $(shell $(PYCFG) --includes) $(shell $(PYCFG) --ldflags)
|
||||
PYTHONCOMMON += -DSWIG_TYPE_TABLE=znc
|
||||
|
||||
@@ -174,3 +174,4 @@ typedef vector<pair<CString, CString> > VPair;
|
||||
}
|
||||
%}
|
||||
|
||||
/* vim: set filetype=cpp noexpandtab: */
|
||||
|
||||
Reference in New Issue
Block a user