~ubuntu-branches/ubuntu/lucid/fpc/lucid-proposed

« back to all changes in this revision

Viewing changes to fpcsrc/packages/winceunits/Makefile.fpc

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-10-09 23:29:00 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20081009232900-553f61m37jkp6upv
Tags: 2.2.2-4
[ Torsten Werner ]
* Update ABI version in fpc-depends automatically.
* Remove empty directories from binary package fpc-source.

[ Mazen Neifer ]
* Removed leading path when calling update-alternatives to remove a Linitian
  error.
* Fixed clean target.
* Improved description of packages. (Closes: #498882)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#   Makefile.fpc for WinCE Units
 
3
#
 
4
 
 
5
[package]
 
6
name=winceunits
 
7
version=2.2.2
 
8
 
 
9
[target]
 
10
units_wince=buildwinceunits
 
11
implicitunits_wince=aygshell commctrl commdlg iphlpapi notify oleauto power shellapi simmgr tapi \
 
12
                    gpsapi todaycmn windbase cesync gx winioctl msgqueue pm service htmlctrl \
 
13
                    sipapi cpl
 
14
units_win32=rapi cesync
 
15
 
 
16
[install]
 
17
buildunit=buildwinceunits
 
18
fpcpackage=y
 
19
 
 
20
[default]
 
21
fpcdir=../..
 
22
 
 
23
[compiler]
 
24
options=-Ur
 
25
sourcedir=src
 
26
 
 
27
[rules]
 
28
.NOTPARALLEL: