----------------------------------------------------------------------- -- GtkAda - Ada95 binding for the Gimp Toolkit -- -- -- -- Copyright (C) 2007 -- -- AdaCore -- -- -- -- This library 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. -- -- -- -- This library 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 this library; if not, write to the -- -- Free Software Foundation, Inc., 59 Temple Place - Suite 330, -- -- Boston, MA 02111-1307, USA. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ----------------------------------------------------------------------- with "gtkada_install_static"; -- Project file used by the InstallShield to build the GtkAda GL shared -- library on Windows. project GtkAda_Install_Static_GL is for Source_Dirs use ("opengl"); for Library_Dir use "../../lib/gtkada/static/opengl"; for Library_Kind use "static"; for Library_Name use "gtkada_gl"; package Compiler is for Default_Switches ("Ada") use ("-O2"); end Compiler; end GtkAda_Install_Static_GL;