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: 383de377699916cc1e584a4f7a1b9ff65db04852 (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"