From c5d9384572032383e2c3dcdb65b313aeab11c767 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 7 Jun 2015 17:32:29 +0800 Subject: add g++ and support linux --- xmake/scripts/tools/g++.lua | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 xmake/scripts/tools/g++.lua (limited to 'xmake/scripts/tools/g++.lua') diff --git a/xmake/scripts/tools/g++.lua b/xmake/scripts/tools/g++.lua new file mode 100644 index 000000000..f60a86ba5 --- /dev/null +++ b/xmake/scripts/tools/g++.lua @@ -0,0 +1,23 @@ +--!The Automatic Cross-platform Build Tool +-- +-- XMake is free software; you can redistribute it and/or modify +-- it under the terms of the GNU Lesser General Public License as published by +-- the Free Software Foundation; either version 2.1 of the License, or +-- (at your option) any later version. +-- +-- XMake is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public License +-- along with XMake; +-- If not, see http://www.gnu.org/licenses/ +-- +-- Copyright (C) 2009 - 2015, ruki All rights reserved. +-- +-- @author ruki +-- @file g++.lua +-- + +return require("tools/gcc") -- cgit v1.3.1