Makefile.fpc.fpcmake 948 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #
  2. # Makefile.fpc for WinCE Units
  3. #
  4. [package]
  5. name=winceunits
  6. version=3.3.1
  7. [target]
  8. units_wince=comobj buildwinceunits
  9. implicitunits_wince=aygshell commctrl commdlg iphlpapi notify oleauto power shellapi simmgr tapi \
  10. gpsapi todaycmn windbase cesync gx winioctl msgqueue pm service htmlctrl \
  11. sipapi cpl bt_api bt_sdp bthapi bthutil pimstore ril sms ws2bth keybd nled \
  12. phone connmgr devload devmgmt mmreg mmsystem msacm wininet ras raserror \
  13. sip projects wap tsp extapi imm \
  14. activex ole2 comconst rapitypes tlhelp32
  15. units_win32=rapi cesync rapitypes
  16. rsts=comconst
  17. [install]
  18. buildunit=buildwinceunits
  19. fpcpackage=y
  20. [default]
  21. fpcdir=../..
  22. [compiler]
  23. options=-Ur
  24. sourcedir=src
  25. [prerules]
  26. WINDIR=../winunits-base/src
  27. [rules]
  28. .NOTPARALLEL:
  29. comobj$(PPUEXT) : $(WINDIR)/comobj.pp $(WINDIR)/activex.pp
  30. $(COMPILER) $(WINDIR)/comobj.pp