mirror of
				https://github.com/facebook/zstd.git
				synced 2025-11-04 00:02:59 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			155 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			155 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
@echo off
 | 
						|
 | 
						|
rem build 32-bit
 | 
						|
call "%~p0%build.generic.cmd" VS2015 Win32 Release v140
 | 
						|
 | 
						|
rem build 64-bit
 | 
						|
call "%~p0%build.generic.cmd" VS2015 x64 Release v140 |