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.

51 lines
874 B

  1. !IF 0
  2. Copyright (c) 2000 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. Author:
  11. Fred Aaron (freda) 25-Jul-2000
  12. Jon Wiswall (jonwis) 27-Nov-2000
  13. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  14. !ENDIF
  15. MAJORCOMP=buildtool
  16. MINORCOMP=powercopy
  17. TARGETNAME=powercopy
  18. TARGETPATH=..\obj
  19. TARGETTYPE=PROGRAM
  20. UMTYPE=console
  21. UMENTRY=wmain
  22. INCLUDES= \
  23. $(INCLUDES); \
  24. $(COM_INC_PATH); \
  25. $(SDK_INC_PATH); \
  26. $(BASE_INC_PATH); \
  27. $(BASEDIR)\shell\osshell\inc; \
  28. $(O)
  29. USE_MSVCRT=1
  30. USE_CRTDLL=1
  31. USE_NATIVE_EH=1
  32. USE_STL=1
  33. SOURCES=\
  34. powercopy.cpp
  35. C_DEFINES=-DWIN32 -DNT -DUNICODE -D_UNICODE