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.

30 lines
580 B

  1. #****************************** File Header ******************************\
  2. # File Name: Sources
  3. #
  4. # Copyright (c) 1985-96, Microsoft Corporation
  5. #
  6. #
  7. # 04-08-96 GerardoB Created
  8. #***************************************************************************/
  9. MAJORCOMP=sdktools
  10. MINORCOMP=qtcp
  11. TARGETNAME=qtcp
  12. TARGETPATH=obj
  13. TARGETTYPE=PROGRAM
  14. USE_MSVCRT=1
  15. TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\wmip.lib \
  16. $(BASEDIR)\public\sdk\lib\*\uuid.lib
  17. INCLUDES=..; \
  18. $(BASEDIR)\public\sdk\inc; \
  19. $(BASEDIR)\public\ddk\inc;
  20. SOURCES= zaw.c
  21. UMTYPE=console