Makefile.fpc 864 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # Makefile.fpc for WinCE Units
  3. #
  4. [package]
  5. name=winceunits
  6. version=2.2.2
  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 onnmgr devload devmgmt mmreg mmsystem msacm wininet ras raserror \
  13. activex ole2 comconst
  14. units_win32=rapi cesync
  15. rsts=comconst
  16. [install]
  17. buildunit=buildwinceunits
  18. fpcpackage=y
  19. [default]
  20. fpcdir=../..
  21. [compiler]
  22. options=-Ur
  23. sourcedir=src
  24. [prerules]
  25. WINDIR=../winunits-base/src
  26. [rules]
  27. .NOTPARALLEL:
  28. comobj$(PPUEXT) : $(WINDIR)/comobj.pp $(WINDIR)/activex.pp
  29. $(COMPILER) $(WINDIR)/comobj.pp