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.

24 lines
365 B

  1. TARGETNAME=ipsec_NS
  2. TARGETPATH=$(PROJECT_PRIVATE_LIB_DEST)
  3. TARGETTYPE=DRIVER_LIBRARY
  4. C_DEFINES=$(C_DEFINES) \
  5. -D_NTDRIVER_ -DNT
  6. PRECOMPILED_INCLUDE=precomp.h
  7. TARGETLIBS= \
  8. INCLUDES= \
  9. ..\..\inc; \
  10. $(BASE_INC_PATH); \
  11. SOURCES= \
  12. NsConn.c \
  13. NsIcmp.c \
  14. NsInit.c \
  15. NsPacket.c \
  16. NsTimer.c