summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/winceunits/Makefile.fpc
blob: 4bc52b711ca044f303db1af537940a7c3ad6e65e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
#   Makefile.fpc for WinCE Units
#

[package]
name=winceunits
version=2.6.2

[target]
units_wince=comobj buildwinceunits
implicitunits_wince=aygshell commctrl commdlg iphlpapi notify oleauto power shellapi simmgr tapi \
                    gpsapi todaycmn windbase cesync gx winioctl msgqueue pm service htmlctrl \
                    sipapi cpl bt_api bt_sdp bthapi bthutil pimstore ril sms ws2bth keybd nled \
                    phone connmgr devload devmgmt mmreg mmsystem msacm wininet ras raserror \
                    sip projects wap tsp extapi imm pnp storemgr \
                    activex ole2 comconst rapitypes tlhelp32 oleserver eventsink stdole2

units_win32=rapi cesync rapitypes

rsts=comconst

[install]
buildunit=buildwinceunits
fpcpackage=y

[default]
fpcdir=../..

[compiler]
options=-Ur
sourcedir=src

[prerules]
WINDIR=../winunits-base/src

[rules]
.NOTPARALLEL:

comobj$(PPUEXT) : $(WINDIR)/comobj.pp $(WINDIR)/activex.pp $(WINDIR)/eventsink.pp $(WINDIR)/stdole2.pas $(WINDIR)/oleserver.pp
        $(COMPILER) $(WINDIR)/comobj.pp
        $(COMPILER) $(WINDIR)/eventsink.pp
        $(COMPILER) $(WINDIR)/stdole2.pas
        $(COMPILER) $(WINDIR)/oleserver.pp