From bebe7d4ef14e4e843f2fc007c536d5dcfec56a7c Mon Sep 17 00:00:00 2001 From: starkos Date: Fri, 8 May 2009 20:18:47 +0000 Subject: Added PS3-specific target naming --- tests/test_gmake_cpp.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/test_gmake_cpp.lua') 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 += -- cgit v1.2.3