From bae82a240c1d8b33a4c3e5439a72805decb9bc86 Mon Sep 17 00:00:00 2001 From: "Andrew A. de Laix" Date: Tue, 18 Jan 2011 10:44:27 -0800 Subject: use platform specific build commands. --- autobuild.xml | 117 ++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 90 insertions(+), 27 deletions(-) diff --git a/autobuild.xml b/autobuild.xml index 45dba8381d..70803961a1 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1440,15 +1440,6 @@ build - command - cmake - options - - --build - . - --config - Debug - configure @@ -1472,15 +1463,6 @@ build - command - cmake - options - - --build - . - --config - RelWithDebInfo - configure @@ -1504,15 +1486,6 @@ build - command - cmake - options - - --build - . - --config - Release - configure @@ -1544,6 +1517,16 @@ Debug + build + + command + xcodebuild + options + + -configuration Debug + -project SecondLife.xcodeproj + + configure arguments @@ -1563,6 +1546,13 @@ build + command + xcodebuild + options + + -configuration RelWithDebInfo + -project SecondLife.xcodeproj + configure @@ -1583,6 +1573,16 @@ Release + build + + command + xcodebuild + options + + -configuration Release + -project SecondLife.xcodeproj + + configure arguments @@ -1610,6 +1610,15 @@ Debug + build + + command + make + options + + -j 12 + + configure arguments @@ -1629,6 +1638,12 @@ build + command + make + options + + -j 12 + configure @@ -1649,6 +1664,15 @@ Release + build + + command + make + options + + -j 12 + + configure arguments @@ -1676,6 +1700,20 @@ Debug + build + + arguments + + SecondLife.sln + + command + BuildConsole + options + + /build + "/cfg=Debug|Win32" + + configure arguments @@ -1695,6 +1733,17 @@ build + arguments + + SecondLife.sln + + command + BuildConsole + options + + /build + "/cfg=RelWithDebInfo|Win32" + configure @@ -1715,6 +1764,20 @@ Release + build + + arguments + + SecondLife.sln + + command + BuildConsole + options + + /build + "/cfg=Release|Win32" + + configure arguments -- cgit v1.2.3