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.

26 lines
438 B

  1. !IF 0
  2. Copyright (c) 1994 Microsoft Corporation
  3. Copyright (c) 1993 Micro Computer Systems, Inc.
  4. !ENDIF
  5. TARGETNAME=nwsaplib
  6. TARGETPATH=obj
  7. TARGETTYPE=LIBRARY
  8. USE_MSVCRT = 1
  9. UNICODE=1
  10. NET_C_DEFINES=-DUNICODE
  11. SOURCES= \
  12. advapi.c \
  13. bindlib.c \
  14. init.c
  15. PRECOMPILED_INCLUDE=precomp.h
  16. PRECOMPILED_PCH=precomp.pch
  17. PRECOMPILED_OBJ=precomp.obj
  18. PASS1_PUBLISH= \
  19. {$(O)\nwsaplib.lib=$(SDK_LIB_PATH)\nwsaplib.lib}