Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.3 KiB

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\as\cpi32=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include ..\ascom.inc
  8. TARGETNAME=cpi32
  9. TARGETPATH=obj
  10. TARGETTYPE=LIBRARY
  11. C_DEFINES=$(C_DEFINES) -DDLL_CORE -D"_WINDOWS" \
  12. -DMULTI_LEVEL_ZONES
  13. WIN32_WINNT_VERSION=0x0403
  14. SYNCHRONIZE_BLOCK=1
  15. 386_STDCALL=1
  16. SOURCES=\
  17. asmaster.cpp \
  18. awc.cpp \
  19. ba.cpp \
  20. bcd.cpp \
  21. control.cpp \
  22. ch.cpp \
  23. cm.cpp \
  24. cmg.cpp \
  25. cpc.cpp \
  26. dcs.cpp \
  27. fh.cpp \
  28. gdc.cpp \
  29. globals.cpp \
  30. host.cpp \
  31. im.cpp \
  32. mgc.cpp \
  33. oa.cpp \
  34. od.cpp \
  35. od2.cpp \
  36. oe.cpp \
  37. oe2.cpp \
  38. pm.cpp \
  39. rbc.cpp \
  40. s20.cpp \
  41. sbc.cpp \
  42. sc.cpp \
  43. sch.cpp \
  44. sdg.cpp \
  45. sdp.cpp \
  46. shm.cpp \
  47. ssi.cpp \
  48. swl.cpp \
  49. up.cpp \
  50. usr.cpp \
  51. ut.cpp \
  52. view.cpp
  53. PRECOMPILED_INCLUDE = precomp.h
  54. PRECOMPILED_PCH = precomp.pch
  55. PRECOMPILED_OBJ = precomp.obj
  56. PRECOMPILED_CXX = 1