mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-31 03:58:38 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			164 B
		
	
	
	
		
			Batchfile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			164 B
		
	
	
	
		
			Batchfile
		
	
	
		
			Executable File
		
	
	
	
	
| @echo off
 | |
| 
 | |
| setlocal
 | |
| 
 | |
| set Configuration=Release
 | |
| if not X%1==X set Configuration=%1
 | |
| 
 | |
| call "%~dp0vcvarsall.bat" x64
 | |
| 
 | |
| cd %~dp0..\ext\test
 | |
| nmake /f Nmakefile
 |