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.

51 lines
859 B

  1. !IF 0
  2. Copyright (c) 1989 - 1999 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. !ENDIF
  11. TARGETNAME=nulmrxnp
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  15. $(SDK_LIB_PATH)\kernel32.lib
  16. !IFNDEF DISABLE_NET_UNICODE
  17. UNICODE=1
  18. NET_C_DEFINES=-DUNICODE
  19. !ENDIF
  20. DLLBASE=0x1010000
  21. USE_NTDLL=0
  22. !IF $(FREEBUILD)
  23. C_DEFINES=$(C_DEFINES)
  24. !endif
  25. INCLUDES=$(IFSKIT_INC_PATH); \
  26. $(DDK_INC_PATH); \
  27. ..\sys
  28. SOURCES= dllmain.c \
  29. nulmrxnp.c
  30. UMTYPE=console
  31. OPTIONAL_NTTEST=
  32. DLLDEF=$(_OBJ_DIR)\*\nulmrxnp.def
  33.