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.

46 lines
823 B

  1. !IF 0
  2. Copyright (c) 1989-1993 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  11. !ENDIF
  12. MAJORCOMP=pnputil
  13. MINORCOMP=devprop
  14. TARGETNAME=devprop
  15. TARGETPATH=obj
  16. TARGETTYPE=PROGRAM
  17. USE_MSVCRT=1
  18. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  19. #C_DEFINES=$(C_DEFINES) -DMBCS -D_MBCS
  20. PRECOMPILED_INCLUDE=precomp.h
  21. PRECOMPILED_PCH=precomp.pch
  22. PRECOMPILED_OBJ=precomp.obj
  23. SOURCES=\
  24. devprop.c \
  25. devprop.rc
  26. TARGETLIBS=\
  27. $(SDK_LIB_PATH)\setupapi.lib
  28. UMTYPE=console
  29. UMENTRY=wmain
  30. #UMENTRY=main