Welcome to mirror list, hosted at ThFree Co, Russian Federation.

msc.lua « tools « src - github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 28e3d8b5cc89f65cfe790f1a2c397533cfd30615 (plain)
1
2
3
4
5
6
7
8
9
--
-- msc.lua
-- Interface for the MS C/C++ compiler.
-- Copyright (c) 2009 Jason Perkins and the Premake project
--

	
	premake.msc = { }
	premake.msc.namestyle = "windows"