7 lines
		
	
	
		
			203 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			203 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Makefile to augment Makefile.machine.msvc for Visual Studio 2012 for x86 platform
 | |
| 
 | |
| include $(SRILM)/common/Makefile.common.msvc-vs2012
 | |
| include $(SRILM)/common/Makefile.machine.msvc
 | |
| 
 | |
| MS_CODE_OPTION=/MT
 | 
