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.

58 lines
1.5 KiB

  1. MAJORCOMP = cairole
  2. MINORCOMP = com
  3. #
  4. # This is the name of the target built from the source files specified
  5. # below. The name should include neither the path nor the file extension.
  6. #
  7. TARGETNAME= async
  8. TARGETPATH= obj
  9. #
  10. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  11. # etc.
  12. #
  13. TARGETTYPE= DYNLINK
  14. DLLDEF= prxydll.def
  15. DLLBASE= 0x40000000
  16. DLLENTRY= DllMain
  17. #LINKER_FLAGS=-DEF:prxydll.def
  18. INCLUDES= ..\idl;..\app;$(BASEDIR)\private\dcomidl\daytona;$(BASEDIR)\private\dcomidl\obj
  19. C_DEFINES= \
  20. $(C_DEFINES) \
  21. -DFLAT \
  22. -DWIN32=100 \
  23. -D_NT1X_=100 \
  24. -DUNICODE \
  25. -D_UNICODE \
  26. -DNOEXCEPTIONS \
  27. -DCAIROLE_DOWNLEVEL
  28. #
  29. SOURCES= \
  30. async.cxx
  31. UMTYPE= console
  32. TARGETLIBS= \
  33. $(SDK_LIB_PATH)\uuid.lib \
  34. $(SDK_LIB_PATH)\ole32.lib \
  35. $(SDK_LIB_PATH)\rpcndr.lib \
  36. $(SDK_LIB_PATH)\rpcrt4.lib \
  37. $(SDK_LIB_PATH)\rpcns4.lib \
  38. $(SDK_LIB_PATH)\mpr.lib \
  39. $(SDK_LIB_PATH)\netapi32.lib \
  40. $(SDK_LIB_PATH)\kernel32.lib \
  41. $(SDK_LIB_PATH)\user32.lib \
  42. $(SDK_LIB_PATH)\advapi32.lib \
  43. $(SDK_LIB_PATH)\wsock32.lib \
  44. $(SDK_LIB_PATH)\security.lib