/packages/winceunits/Makefile.fpc.fpcmake
Unknown | 40 lines | 30 code | 10 blank | 0 comment | 0 complexity | c297bca9a7f72414b157e67dcfdc98fb MD5 | raw file
Possible License(s): LGPL-2.0, LGPL-2.1, LGPL-3.0
1# 2# Makefile.fpc for WinCE Units 3# 4 5[package] 6name=winceunits 7version=2.7.1 8 9[target] 10units_wince=comobj buildwinceunits 11implicitunits_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 bt_api bt_sdp bthapi bthutil pimstore ril sms ws2bth keybd nled \ 14 phone connmgr devload devmgmt mmreg mmsystem msacm wininet ras raserror \ 15 sip projects wap tsp extapi imm \ 16 activex ole2 comconst rapitypes tlhelp32 17 18units_win32=rapi cesync rapitypes 19 20rsts=comconst 21 22[install] 23buildunit=buildwinceunits 24fpcpackage=y 25 26[default] 27fpcdir=../.. 28 29[compiler] 30options=-Ur 31sourcedir=src 32 33[prerules] 34WINDIR=../winunits-base/src 35 36[rules] 37.NOTPARALLEL: 38 39comobj$(PPUEXT) : $(WINDIR)/comobj.pp $(WINDIR)/activex.pp 40 $(COMPILER) $(WINDIR)/comobj.pp