mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 16:27:57 +02:00
41 lines
948 B
Makefile
41 lines
948 B
Makefile
#
|
|
# Makefile.fpc for WinCE Units
|
|
#
|
|
|
|
[package]
|
|
name=winceunits
|
|
version=3.3.1
|
|
|
|
[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 \
|
|
activex ole2 comconst rapitypes tlhelp32
|
|
|
|
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
|
|
$(COMPILER) $(WINDIR)/comobj.pp
|