Made sure GPL notice was included in all other source files.
This commit is contained in:
parent
2af7785454
commit
27c35cdf23
14 changed files with 238 additions and 17 deletions
|
|
@ -1,9 +1,25 @@
|
|||
## makefile generated by makemake ##
|
||||
## BeOS Generic Makefile v2.2 ##
|
||||
|
||||
## Fill in this file to specify the project being created, and the referenced
|
||||
## makefile-engine will do all of the hard work for you. This handles both
|
||||
## Intel and PowerPC builds of the BeOS.
|
||||
# For Tux Paint
|
||||
# Marcin 'Shard' Konicki <shard at beosjournal.org>
|
||||
#
|
||||
# This program 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 program 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 program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
# (See COPYING.txt)
|
||||
#
|
||||
# Last modified: 2006.Feb.17
|
||||
|
||||
## Application Specific Settings ---------------------------------------------
|
||||
|
||||
|
|
@ -34,6 +50,7 @@ TYPE= APP
|
|||
# in folder names do not work well with this makefile.
|
||||
SRCS= \
|
||||
src/tuxpaint.c \
|
||||
src/i18n.c \
|
||||
src/BeOS_print.cpp
|
||||
|
||||
# specify the resource files to use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue