Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <none@none>2009-06-02 23:44:46 +0400
committerstarkos <none@none>2009-06-02 23:44:46 +0400
commitd8627452d5bdf3b81a60a0d43178207e8155419c (patch)
tree01b8ba2bd428df2369577d24db996cfceb400341 /src/base/globals.lua
parent9d9944e069685618a77fe66757599a0cd6d85153 (diff)
PS3 target fix
Diffstat (limited to 'src/base/globals.lua')
-rw-r--r--src/base/globals.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/globals.lua b/src/base/globals.lua
index 04a6c38..a362bdc 100644
--- a/src/base/globals.lua
+++ b/src/base/globals.lua
@@ -59,13 +59,13 @@
cfgsuffix = "ps3",
iscrosscompiler = true,
nosharedlibs = true,
- targetstyle = "ps3",
+ namestyle = "PS3",
},
Xbox360 =
{
cfgsuffix = "xbox360",
iscrosscompiler = true,
- targetstyle = "windows",
+ namestyle = "windows",
},
}