mirror of
				https://github.com/kkos/oniguruma
				synced 2025-10-30 08:05:50 +08:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			158 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			158 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
|   | SET ONIG_DIR=%~dp0\src | ||
|  | set THIS_DIR=%~dp0 | ||
|  | set BUILD_DIR=%cd% | ||
|  | copy %ONIG_DIR%\config.h.windows.in %BUILD_DIR%\config.h | ||
|  | nmake -f %ONIG_DIR%\Makefile.windows %1 |