summaryrefslogtreecommitdiff
path: root/config/lzo1.mpb
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-05-07 15:44:53 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-05-07 15:44:53 +0000
commit27d14dd78fd850e1edf88289d5be521333db2fc3 (patch)
tree84a26ca2281bb3c01a9bf662f17154cc4a49e54f /config/lzo1.mpb
parentf385d046c86cfd46a2a13937acaaa863e6c2df38 (diff)
downloadMPC-27d14dd78fd850e1edf88289d5be521333db2fc3.tar.gz
ChangeLogTag: Thu May 7 15:39:17 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config/lzo1.mpb')
-rw-r--r--config/lzo1.mpb8
1 files changed, 2 insertions, 6 deletions
diff --git a/config/lzo1.mpb b/config/lzo1.mpb
index 13b620e0..dd145771 100644
--- a/config/lzo1.mpb
+++ b/config/lzo1.mpb
@@ -4,13 +4,9 @@
feature(lzo1) {
includes += $(LZO1_ROOT)/include
libpaths += $(LZO1_ROOT)/lib
- specific (em3, vc6, vc7, vc71, vc8, vc9, vc10, nmake) {
+ specific (prop:microsoft) {
lit_libs += liblzo
- }
- specific(bmake, bds4) {
- lit_libs += lzo
- }
- specific (gnuace, make, sle, automake, ghs) {
+ } else {
lit_libs += lzo
}
}