mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-11-04 04:40:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			187 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			187 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
call tools\setup-common.bat
 | 
						|
mkdir build-release
 | 
						|
cd build-release
 | 
						|
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CONFIGURATION_TYPES=Release -DCMAKE_PREFIX_PATH=C:/Qt/6.6.1/msvc2019_64 ..
 | 
						|
pause
 |