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.

58 lines
1.1 KiB

  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=smbmrxnp
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. !IFDEF IFSKIT
  15. TARGETLIBS=$(DDK_LIB_PATH)\user32.lib \
  16. $(DDK_LIB_PATH)\kernel32.lib\
  17. $(DDK_LIB_PATH)\netapi32.lib
  18. !ELSE
  19. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  20. $(SDK_LIB_PATH)\kernel32.lib\
  21. $(SDK_LIB_PATH)\netapi32.lib
  22. !ENDIF
  23. !IFNDEF DISABLE_NET_UNICODE
  24. UNICODE=1
  25. NET_C_DEFINES=-DUNICODE
  26. !ENDIF
  27. DLLBASE=0x1010000
  28. USE_NTDLL=0
  29. !IF $(FREEBUILD)
  30. C_DEFINES=$(C_DEFINES)
  31. !endif
  32. INCLUDES=$(INCLUDES);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\..\inc;..\sys;$(BASEDIR)\src\network\inc
  33. SOURCES= dllmain.c \
  34. smbmrxnp.c \
  35. smbmrxnp.rc
  36. UMTYPE=console
  37. OPTIONAL_NTTEST=
  38. DLLDEF=$(_OBJ_DIR)\*\smbmrxnp.def
  39.