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.

67 lines
1.9 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= app
  8. TARGETPATH= obj
  9. #
  10. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  11. # etc.
  12. #
  13. TARGETTYPE= PROGRAM
  14. #DLLDEF= ..\proxy\prxydll.def
  15. LINKER_FLAGS=-DEF:prxydll.def
  16. INCLUDES= ..\idl;$(BASEDIR)\private\dcomidl\daytona;$(BASEDIR)\private\dcomidl\obj
  17. C_DEFINES= \
  18. $(C_DEFINES) \
  19. -DFLAT \
  20. -DWIN32=100 \
  21. -D_NT1X_=100 \
  22. -DUNICODE \
  23. -D_UNICODE \
  24. -DNOEXCEPTIONS \
  25. -DCAIROLE_DOWNLEVEL
  26. SOURCES= \
  27. app.cxx \
  28. async_p.c \
  29. async_i.c \
  30. dog_c.c \
  31. dog_s.c \
  32. itest_p.c \
  33. itest_i.c \
  34. dlldata.c
  35. UMTYPE= console
  36. UMLIBS= \
  37. $(SDK_LIB_PATH)\uuid.lib \
  38. $(SDK_LIB_PATH)\ole32.lib \
  39. $(SDK_LIB_PATH)\rpcrt4.lib \
  40. $(SDK_LIB_PATH)\rpcns4.lib \
  41. $(SDK_LIB_PATH)\mpr.lib \
  42. $(SDK_LIB_PATH)\netapi32.lib \
  43. $(SDK_LIB_PATH)\kernel32.lib \
  44. $(SDK_LIB_PATH)\user32.lib \
  45. $(SDK_LIB_PATH)\advapi32.lib \
  46. $(SDK_LIB_PATH)\libcmt.lib \
  47. $(SDK_LIB_PATH)\wsock32.lib \
  48. $(SDK_LIB_PATH)\security.lib \
  49. $(SDK_LIB_PATH)\crypt32.lib \
  50. $(SDK_LIB_PATH)\secur32.lib \
  51. $(SDK_LIB_PATH)\urlmon.lib \
  52. $(SDK_LIB_PATH)\userenv.lib \
  53. $(SDK_LIB_PATH)\version.lib