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.

41 lines
971 B

  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)\gdi32.lib \
  14. $(SDK_LIB_PATH)\kernel32.lib \
  15. $(DS_LIB_PATH)\netapi32p.lib \
  16. $(SDK_LIB_PATH)\netlib.lib
  17. INCLUDES=\
  18. ..\H; \
  19. ..\..\COMMON\HACK; \
  20. ..\..\COMMON\H; \
  21. ..\XLATE; \
  22. ..\..\COMMON\XLATE; \
  23. $(NET_INC_PATH);\
  24. ..\..\shellui\h
  25. # I had to do this otherwise the thing just wouldn't link...
  26. SOURCES= dummy.cxx ntlanman.rc
  27. SYNCHRONIZE_DRAIN=1
  28. # C_DEFINES is controlled by uiglobal.mk
  29. UMTYPE=windows
  30. PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}