#!/bin/sh

##
# build
#
# Copyright (c) 2001-2022 Daniel Horn, pyramid3d, Stephen G. Tuggy, 
# and other Vega Strike Contributors
#
# https://github.com/vegastrike/Vega-Strike-Engine-Source
#
# This file is part of Vega Strike.
#
# Vega Strike is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Vega Strike 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Vega Strike. If not, see <https://www.gnu.org/licenses/>.
#

#thank you Thunderbird@#nvidia
g++ -I/usr/lib/glib/include/ -I/usr/include/gtk-1.2 -I/usr/include/gtk-2.0 -I/usr/include/glib-1.2 -I/usr/include/glib-2.0 -olauncher saveinterface.cpp -lgtk -lglib -lgdk -g
