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.

45 lines
1.0 KiB

  1. MAJORCOMP=admin
  2. MINORCOMP=dsweb
  3. # before changing the DLL name, resolve the references in applib\domthred.cxx
  4. TARGETEXT=dll
  5. TARGETNAME=dsctl
  6. TARGETPATH=obj
  7. TARGETTYPE=DYNLINK
  8. DLLENTRY=_DllMainCRTStartup
  9. UMTYPE=windows
  10. USE_MFC=1
  11. USE_ATL=1
  12. C_DEFINES = -DUNICODE -D_UNICODE
  13. MIDL_FLAGS=-DMIDL_PASS
  14. PASS0_HEADERDIR=$(O)
  15. PASS0_SOURCEDIR=$(O)
  16. MIDL_TLBDIR=$(O)
  17. TARGETLIBS=\
  18. $(SDK_LIB_PATH)\kernel32.lib \
  19. $(SDK_LIB_PATH)\user32.lib \
  20. $(SDK_LIB_PATH)\oleaut32.lib \
  21. $(SDK_LIB_PATH)\ole32.lib \
  22. $(SDK_LIB_PATH)\advapi32.lib \
  23. $(SDK_LIB_PATH)\uuid.lib \
  24. $(SDK_LIB_PATH)\wininet.lib \
  25. $(SDK_LIB_PATH)\comctl32.lib \
  26. $(SDK_LIB_PATH)\gdi32.lib \
  27. $(SDK_LIB_PATH)\activeds.lib \
  28. $(SDK_LIB_PATH)\adsiid.lib
  29. LINKLIBS=
  30. INCLUDES=..;
  31. #PRECOMPILED_INCLUDE = stdafx.h
  32. #PRECOMPILED_CXX=1
  33. SOURCES= dsctl.idl \
  34. stdafx.cpp \
  35. dlldatax.c \
  36. dsctlobj.cpp \
  37. dsctl.cpp \
  38. dsctl.rc