Added IDE hints for MSVC

This commit is contained in:
Daniel Collin 2014-09-14 08:44:10 +02:00
parent b5356120d8
commit ab48236710

View File

@ -45,4 +45,22 @@ Build {
Config { Name = "win32-msvc", DefaultOnHost = { "windows" }, Inherit = win32, Tools = { "msvc" } },
Config { Name = "linux-gcc", DefaultOnHost = { "linux" }, Inherit = linux, Tools = { "gcc" } },
},
IdeGenerationHints = {
Msvc = {
PlatformMappings = {
['win32-msvc'] = 'Win32',
},
VariantMappings = {
['production'] = 'Production',
['release'] = 'Release',
['debug'] = 'Debug',
},
},
MsvcSolutions = {
['RocketEditor.sln'] = { } -- will get everything
},
},
}