Dropped unused namestyle fields
This commit is contained in:
parent
91d003a82f
commit
cd3c44bb46
@ -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",
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -10,8 +10,6 @@
|
||||
local project = premake.project
|
||||
local config = premake.config
|
||||
|
||||
dotnet.namestyle = "windows"
|
||||
|
||||
|
||||
--
|
||||
-- Examine the file and project configurations to glean additional
|
||||
|
Reference in New Issue
Block a user