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.

55 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1989-92 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. Author:
  11. Steve Wood (stevewo) 12-Apr-1989
  12. Revision History:
  13. !ENDIF
  14. !include ..\..\place.inc
  15. TARGETNAME=nsepm
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. DLLENTRY=_DllMainCRTStartup
  19. TARGETLIBS= \
  20. $(SDK_LIB_PATH)\user32.lib \
  21. $(SDK_LIB_PATH)\advapi32.lib \
  22. $(SDK_LIB_PATH)\ole32.lib \
  23. $(SDK_LIB_PATH)\uuid.lib \
  24. $(SDK_LIB_PATH)\kernel32.lib \
  25. $(IISBASEDIR)\svcs\iismap\$(O)\iismap.lib \
  26. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  27. ..\lib\$(O)\inetmisc.lib
  28. INCLUDES=..\..\inc; \
  29. ..\..\inc\$(O); \
  30. ..\..\svcs\infocomm\metadata\inc; \
  31. ..\..\svcs\infocomm\metadata\inc\$(O);
  32. USE_MSVCRT=1
  33. C_DEFINES=-DLOCALSERVER
  34. SOURCES=\
  35. nsepm.cxx \
  36. map.cxx \
  37. refb.cxx \
  38. nsepm.rc