Leaked source code of windows server 2003
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.

66 lines
1.5 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_DIR)
  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. al.cpp \
  18. asmaster.cpp \
  19. awc.cpp \
  20. ba.cpp \
  21. bcd.cpp \
  22. control.cpp \
  23. ch.cpp \
  24. cm.cpp \
  25. cmg.cpp \
  26. cpc.cpp \
  27. dcs.cpp \
  28. fh.cpp \
  29. gdc.cpp \
  30. globals.cpp \
  31. host.cpp \
  32. im.cpp \
  33. mgc.cpp \
  34. oa.cpp \
  35. od.cpp \
  36. od2.cpp \
  37. oe.cpp \
  38. oe2.cpp \
  39. om.cpp \
  40. pm.cpp \
  41. rbc.cpp \
  42. s20.cpp \
  43. sbc.cpp \
  44. sc.cpp \
  45. sch.cpp \
  46. sdg.cpp \
  47. sdp.cpp \
  48. shm.cpp \
  49. ssi.cpp \
  50. swl.cpp \
  51. up.cpp \
  52. usr.cpp \
  53. ut.cpp \
  54. view.cpp \
  55. wb.cpp
  56. PRECOMPILED_INCLUDE = precomp.h
  57. PRECOMPILED_PCH = precomp.pch
  58. PRECOMPILED_OBJ = precomp.obj
  59. PRECOMPILED_CXX = 1