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.

27 lines
497 B

  1. # Copyright (c) 1998-1999 Microsoft Corporation
  2. MAJORCOMP=utils
  3. MINORCOMP=utilsub
  4. TARGETNAME=utilsub
  5. TARGETPATH=obj
  6. TARGETTYPE=LIBRARY
  7. USE_MSVCRT=1
  8. NTTARGETFILES=
  9. SOURCES=parse.c \
  10. parse_a.c \
  11. setargva.c \
  12. setargvw.c \
  13. expand.c \
  14. umatch.c \
  15. wstutil.c \
  16. procutil.c \
  17. printfoa.c \
  18. helpers.c \
  19. toolinit.c
  20. INCLUDES=.;..\inc;..\..\..\windows\inc;
  21. C_DEFINES=-DCONDITION_HANDLING=1 -D_AUTOCONV_ -DUNICODE=1