Added IDE hints for MSVC
This commit is contained in:
parent
b5356120d8
commit
ab48236710
@ -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
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user