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-05-09 00:18:47 +0400
committerstarkos <none@none>2009-05-09 00:18:47 +0400
commitbebe7d4ef14e4e843f2fc007c536d5dcfec56a7c (patch)
treefc3b0798142a40e538ff8c8f4a609ca461b8e917 /tests/test_gmake_cpp.lua
parentdc8c3083e49ac115e842add91e23009b88c1d417 (diff)
Added PS3-specific target naming
Diffstat (limited to 'tests/test_gmake_cpp.lua')
-rw-r--r--tests/test_gmake_cpp.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/test_gmake_cpp.lua b/tests/test_gmake_cpp.lua
index 452c678..4765c5f 100644
--- a/tests/test_gmake_cpp.lua
+++ b/tests/test_gmake_cpp.lua
@@ -12,16 +12,16 @@
local sln, prj
function T.gmake_cpp.setup()
+ _ACTION = "gmake"
+ _OPTIONS.os = "linux"
+
sln = solution "MySolution"
configurations { "Debug", "Release" }
platforms { "native" }
prj = project "MyProject"
language "C++"
- kind "ConsoleApp"
-
- _ACTION = "gmake"
- _OPTIONS.os = "linux"
+ kind "ConsoleApp"
end
local function prepare()
@@ -108,7 +108,7 @@ ifeq ($(config),debugps3)
CXX = ppu-lv2-g++
AR = ppu-lv2-ar
TARGETDIR = .
- TARGET = $(TARGETDIR)/MyProject
+ TARGET = $(TARGETDIR)/MyProject.elf
OBJDIR = obj/PS3/Debug
DEFINES +=
INCLUDES +=