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
443 B

  1. TARGETNAME=isnext
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. C_DEFINES=$(C_DEFINES) -D_PNP_POWER=1 -DBACK_FILL=1
  5. PRECOMPILED_INCLUDE=precomp.h
  6. USE_NTDLL=1
  7. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
  8. INCLUDES=\
  9. ..\inc;\
  10. ..\ipx;\
  11. ..\nb;\
  12. ..\spx;\
  13. ..\spx;\
  14. $(BASE_INC_PATH);$(DDK_INC_PATH)
  15. SOURCES=\
  16. cteext.c \
  17. ipxext.c \
  18. spxext.c \
  19. traverse.c \
  20. isnext.c \
  21. isnext.rc \
  22. nbext.c