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