diff options
| author | ruki <[email protected]> | 2015-06-07 17:32:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-07 17:32:29 +0800 |
| commit | c5d9384572032383e2c3dcdb65b313aeab11c767 (patch) | |
| tree | 14897ef65bf0aa724854d1f0d6f25072c997227b /xmake/scripts/tools | |
| parent | d6275f9e3ae8989dbdca641bfeb077773df1c217 (diff) | |
add g++ and support linux
Diffstat (limited to 'xmake/scripts/tools')
| -rw-r--r-- | xmake/scripts/tools/g++.lua | 23 |
1 files changed, 23 insertions, 0 deletions
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 <a href="http://www.gnu.org/licenses/"> http://www.gnu.org/licenses/</a> +-- +-- Copyright (C) 2009 - 2015, ruki All rights reserved. +-- +-- @author ruki +-- @file g++.lua +-- + +return require("tools/gcc") |
