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.

32 lines
553 B

  1. MAJORCOMP=ntos
  2. MINORCOMP=lpc
  3. TARGETNAME=lpc
  4. TARGETTYPE=LIBRARY
  5. TARGETPATH=obj
  6. INCLUDES=..;..\..\inc
  7. SOURCES=..\lpcinit.c \
  8. ..\lpccreat.c \
  9. ..\lpclistn.c \
  10. ..\lpcconn.c \
  11. ..\lpccompl.c \
  12. ..\lpcsend.c \
  13. ..\lpcrecv.c \
  14. ..\lpcreply.c \
  15. ..\lpcquery.c \
  16. ..\lpcqueue.c \
  17. ..\lpcclose.c \
  18. ..\lpcpriv.c
  19. PRECOMPILED_INCLUDE=..\lpcp.h
  20. PRECOMPILED_PCH=lpcp.pch
  21. PRECOMPILED_OBJ=lpcp.obj
  22. UMTYPE=console
  23. UMTEST=userver*uclient
  24. NTTARGETFILES=
  25. SOURCES_USED=..\sources.inc