mirror of
				https://github.com/hedge-dev/XenonRecomp.git
				synced 2025-10-30 07:11:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			80 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			80 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
@echo off
 | 
						|
 | 
						|
pushd PowerAnalyse
 | 
						|
for %%f in (*.cpp) do call ..\compile.bat %%f
 | 
						|
popd |