~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to packages/extra/gtk/examples/Makefile.fpc

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2004-08-12 16:29:37 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040812162937-moo8ulvysp1ln771
Tags: 1.9.4-5
fp-compiler: needs ld, adding dependency on binutils.  (Closes: #265265)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#   Makefile.fpc for Free Pascal GTK 1.2.x Examples
 
3
#
 
4
 
 
5
[target]
 
6
dirs=tutorial
 
7
programs=entry notebook scribble clist ttt_test pixmap list progressbar filesel \
 
8
         statusbar toolbar rulers spinbutton
 
9
 
 
10
[require]
 
11
packages=gtk
 
12
 
 
13
[clean]
 
14
units=tictactoe
 
15
 
 
16
[install]
 
17
fpcpackage=y
 
18
 
 
19
[default]
 
20
fpcdir=../../../..