repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #193 from jwillemsen/jwi-nddstsflags
[MPC.git]
/
config
/
redisxx.mpb
blob
c11c253e449de6c84fd6b1b759ac992f36e1bf1e
1
// -*- MPC -*-
2
project {
3
includes += $(REDIS_ROOT)/include
4
libpaths += $(REDIS_ROOT)/lib
5
lit_libs += redis++
6
libs += hiredis
7
8
specific(prop:microsoft) {
9
LanguageStandard = stdcpp17
10
DisableSpecificWarnings += 4200
11
}
12
}