You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- Include-Template: /I<PATH>
 - Define-Template: /D<DEF>
 - Warning-Flags: /W4
 - 
 - Compile-C-Template: cl.exe /nologo <FLAGS> /c <IN> /Fo<out>
 - Compile-C++-Template: cl.exe /nologo <FLAGS> /c <IN> /std:c++latest /permissive- /experimental:preprocessor /EHsc /Fo<OUT>
 - Create-Archive-Template: lib /nologo /OUT:<OUT> <IN>
 - Link-Executable-Template: cl.exe /nologo /std:c++latest /EHsc <IN> /Fe<OUT>
 - 
 - Archive-Suffix: .lib
 - Object-Suffix: .obj
 - Executable-Suffix: .exe
 
 
  |