mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 22:15:26 +00:00
Re-add accidentally deleted file.
This commit is contained in:
parent
2bbb3ec3ce
commit
9da2b8159d
25
parser_native/makefile.config.example
Normal file
25
parser_native/makefile.config.example
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Copyright (c) 2008 Andrew Garrett.
|
||||
# Copyright (c) 2008 River Tarnell <river@wikimedia.org>
|
||||
# Derived from public domain code contributed by Victor Vasiliev.
|
||||
#
|
||||
# Permission is granted to anyone to use this software for any purpose,
|
||||
# including commercial applications, and to alter it and redistribute it
|
||||
# freely. This software is provided 'as-is', without any express or
|
||||
# implied warranty.
|
||||
|
||||
# The C++ compiler
|
||||
CXX = g++
|
||||
|
||||
# Flags for the compiler.
|
||||
CXXFLAGS = -O3 -W -Wall
|
||||
|
||||
# Set this to the 'tag' your Boost libraries were built with,
|
||||
# or the empty string if none.
|
||||
#BOOST_TAG = -gcc34-mt
|
||||
BOOST_TAG =
|
||||
|
||||
# Extra linker flags - if libraries are in strange places
|
||||
EXTRA_LDFLAGS = -L/opt/icu/lib -L/opt/boost/lib -R/opt/icu/lib:/opt/boost/lib
|
||||
|
||||
# Extra preprocessor flags
|
||||
EXTRA_CPPFLAGS = -I/opt/boost/include/boost-1_35 -I/opt/icu/include
|
Loading…
Reference in a new issue