diff --git a/lm/max_order.hh b/lm/max_order.hh index 0ad1379e0..4e28031a5 100644 --- a/lm/max_order.hh +++ b/lm/max_order.hh @@ -7,7 +7,7 @@ * sizeof(float*) + (kMaxOrder - 1) * sizeof(float) + malloc overhead */ #ifndef KENLM_ORDER_MESSAGE -#define KENLM_ORDER_MESSAGE "If your build system supports changing KENLM_MAX_ORDER, change it there and recompile. In the KenLM tarball or Moses, use e.g. `bjam --max-kenlm-order=6 -a'. Otherwise, edit lm/max_order.hh." +#define KENLM_ORDER_MESSAGE "If your build system supports changing KENLM_MAX_ORDER, change it there and recompile. With cmake:\n cmake -DKENLM_MAX_ORDER=10 ..\nWith Moses:\n bjam --max-kenlm-order=10 -a\nOtherwise, edit lm/max_order.hh." #endif #endif // LM_MAX_ORDER_H diff --git a/windows/kenlm.vcxproj b/windows/kenlm.vcxproj index 26eff0a67..3238129d3 100644 --- a/windows/kenlm.vcxproj +++ b/windows/kenlm.vcxproj @@ -161,15 +161,19 @@ + + - - + + + + @@ -177,21 +181,38 @@ + + + + + + - + + + + + + + + + + + + @@ -203,10 +224,6 @@ - - - - @@ -219,6 +236,7 @@ + @@ -226,9 +244,18 @@ - + + + + + + + + + + @@ -245,4 +272,4 @@ - \ No newline at end of file +