7 lines
203 B
Makefile
Executable File
7 lines
203 B
Makefile
Executable File
# Makefile to augment Makefile.machine.msvc for Visual Studio 2013 for x86 platform
|
|
|
|
include $(SRILM)/common/Makefile.common.msvc-vs2013
|
|
include $(SRILM)/common/Makefile.machine.msvc
|
|
|
|
MS_CODE_OPTION=/MD
|