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

« back to all changes in this revision

Viewing changes to fpcsrc/packages/libndsfpc/src/dswifi/dswifi9.pp

  • 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
unit dswifi9;
 
2
{$mode objfpc} 
 
3
{$apptype arm9}
 
4
{$define arm9}
 
5
 
 
6
{$J+}
 
7
{$INLINE ON}
 
8
{$MACRO ON}
 
9
{$PACKRECORDS C}
 
10
 
 
11
interface
 
12
 
 
13
uses
 
14
  ctypes, nds9;
 
15
 
 
16
{$linklib nds9}
 
17
{$linklib dswifi9}
 
18
 
 
19
{$linklib c}
 
20
{$linklib gcc}
 
21
{$linklib sysbase}
 
22
 
 
23
{$define NDS_INTERFACE}
 
24
{$include dswifi9.inc}
 
25
{$undef NDS_INTERFACE}
 
26
 
 
27
implementation
 
28
{$define NDS_IMPLEMENTATION}
 
29
{$include dswifi9.inc}
 
30
{$undef NDS_IMPLEMENTATION}
 
31
 
 
32
end.