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.

45 lines
1.1 KiB

  1. TARGETNAME=ntlanman
  2. TARGETTYPE=DYNLINK
  3. TARGETPATH=obj
  4. DLLDEF= ntlanman.def
  5. DLLENTRY= _DllMainCRTStartup
  6. LINKLIBS= \
  7. $(O)\enum.lib \
  8. $(O)\shell.lib \
  9. $(O)\util.lib
  10. TARGETLIBS=\
  11. $(NETUI0_LIB) \
  12. $(NETUI1_LIB) \
  13. $(SDK_LIB_PATH)\kernel32.lib \
  14. $(DS_LIB_PATH)\netapi32p.lib \
  15. $(SDK_LIB_PATH)\netlib.lib \
  16. $(SDK_LIB_PATH)\user32.lib \
  17. $(SDK_LIB_PATH)\credui.lib
  18. INCLUDES=\
  19. ..\H; \
  20. ..\..\COMMON\HACK; \
  21. ..\..\COMMON\H; \
  22. ..\XLATE; \
  23. ..\..\COMMON\XLATE; \
  24. $(NET_INC_PATH);\
  25. ..\..\shellui\h
  26. # I had to do this otherwise the thing just wouldn't link...
  27. SOURCES= dummy.cxx ntlanman.rc
  28. SYNCHRONIZE_DRAIN=1
  29. # C_DEFINES is controlled by uiglobal.mk
  30. UMTYPE=windows
  31. DELAYLOAD=user32.dll;credui.dll
  32. DLOAD_ERROR_HANDLER=kernel32
  33. PASS1_PUBLISH= \
  34. {$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}