Source code of Windows XP (NT5)
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.

45 lines
805 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 2000
  3. !ENDIF
  4. TARGETNAME=spcabtest
  5. TARGETPATH=obj
  6. TARGETTYPE=PROGRAM
  7. USE_MSVCRT=1
  8. USE_NTDLL=1
  9. UMTYPE=console
  10. #UMENTRY=wmain
  11. C_DEFINES=$(C_DEFINES) -DSETUP_CAB_TEST_USERMODE
  12. C_DEFINES=$(C_DEFINES) -DSETUP_TEST_USERMODE
  13. #C_DEFINES=$(C_DEFINES) -DNOWINBASEINTERLOCK
  14. INCLUDES=\
  15. ..; \
  16. ..\i386; \
  17. ..\..\inc; \
  18. ..\..\user\$(O); \
  19. ..\..\..\inc; \
  20. ..\..\user; \
  21. $(NET_INC_PATH); \
  22. $(BASE_INC_PATH); \
  23. $(DS_INC_PATH); \
  24. $(DDK_INC_PATH);
  25. SOURCES=\
  26. cabtest.c \
  27. spbasefile.c \
  28. spcab.c \
  29. spprintf.c \
  30. spstrings.c \
  31. spunicode.c \
  32. spwin.c \
  33. spcopy.c \
  34. sputil.c \
  35. #PRECOMPILED_INCLUDE=..\spprecmp.h
  36. TARGETLIBS= \
  37. $(SDK_LIB_PATH)\fci.lib \
  38. $(SDK_LIB_PATH)\fdi.lib \
  39. $(SDK_LIB_PATH)\dbghelp.lib \