mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	Build script improvements
Made sure devshell only loads up the msvc env once.
This commit is contained in:
		@@ -1,3 +1,7 @@
 | 
			
		||||
if ($env:VCINSTALLDIR) {
 | 
			
		||||
    return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
$ErrorActionPreference = "Stop"
 | 
			
		||||
 | 
			
		||||
# Use vswhere to find the latest Visual Studio installation
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user