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.

51 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. MAJORCOMP = PrpSetup
  12. MINORCOMP = PrpSetup
  13. TARGETNAME= IProp
  14. TARGETPATH= obj
  15. TARGETTYPE= PROGRAM
  16. C_DEFINES= \
  17. $(C_DEFINES) \
  18. -DNOEXCEPTIONS \
  19. -DINC_OLE2 \
  20. -DFLAT \
  21. -DWIN32=100 \
  22. -D_NT1X_=100 \
  23. -DCAIROLE_DOWNLEVEL \
  24. -DDCOM \
  25. -DMSWMSG \
  26. -DDCOM_SECURITY \
  27. -DNEWPROPS \
  28. -D_TRACKLINK_=1 \
  29. $(TRACELOG)
  30. SOURCES= \
  31. prpsetup.cxx
  32. UMTYPE= console
  33. TARGETLIBS= \
  34. $(SDK_LIB_PATH)\kernel32.lib \
  35. $(SDK_LIB_PATH)\version.lib
  36. !IF "$(NOLINK)" == ""
  37. NTTARGETFILE0=iprop.dl_
  38. !ENDIF