7 lines
206 B
Makefile
7 lines
206 B
Makefile
# Makefile to augment Makefile.machine.msvc for Visual Studio 2012 for amd64 platform
|
|
|
|
include $(SRILM)/common/Makefile.common.msvc-vs2012
|
|
include $(SRILM)/common/Makefile.common.msvc64
|
|
|
|
MS_CODE_OPTION=/MD
|