Dropped unused namestyle fields

This commit is contained in:
Jason Perkins 2013-10-31 10:58:10 -04:00
parent 91d003a82f
commit cd3c44bb46
2 changed files with 0 additions and 5 deletions

View File

@ -45,19 +45,16 @@
cfgsuffix = "ps3",
iscrosscompiler = true,
nosharedlibs = true,
namestyle = "PS3",
},
WiiDev =
{
cfgsuffix = "wii",
iscrosscompiler = true,
namestyle = "PS3",
},
Xbox360 =
{
cfgsuffix = "xbox360",
iscrosscompiler = true,
namestyle = "windows",
},
}

View File

@ -10,8 +10,6 @@
local project = premake.project
local config = premake.config
dotnet.namestyle = "windows"
--
-- Examine the file and project configurations to glean additional