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