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.

39 lines
889 B

  1. TARGETNAME=ntlanui
  2. TARGETTYPE=DYNLINK
  3. TARGETPATH=obj
  4. DLLDEF= ntlanui.def
  5. DLLENTRY= _DllMainCRTStartup
  6. LINKLIBS= \
  7. $(O)\share.lib \
  8. $(O)\file.lib \
  9. $(O)\misc.lib \
  10. ..\xlate\$(O)\winnet.res
  11. TARGETLIBS= \
  12. $(NETUIALL_LIB) \
  13. $(SDK_LIB_PATH)\netapi32.lib \
  14. $(SDK_LIB_PATH)\user32.lib \
  15. $(SDK_LIB_PATH)\gdi32.lib \
  16. $(SDK_LIB_PATH)\kernel32.lib
  17. INCLUDES=\
  18. ..\H; \
  19. ..\..\COMMON\HACK; \
  20. ..\..\COMMON\H; \
  21. ..\XLATE; \
  22. ..\..\COMMON\XLATE; \
  23. ..\..\..\INC; \
  24. ..\..\..\API
  25. # I had to do this otherwise the thing just wouldn't link...
  26. SOURCES= dummy.cxx
  27. SYNCHRONIZE_DRAIN=1
  28. # C_DEFINES is controlled by uiglobal.mk
  29. UMTYPE=windows
  30. PASS1_PUBLISH= \
  31. {$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}