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.

38 lines
548 B

  1. !ifdef NTMAKEENV
  2. #
  3. # Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES)
  4. #
  5. !INCLUDE $(NTMAKEENV)\makefile.def
  6. !else # NTMAKEENV
  7. ROOT=..\..\..\..
  8. RES_DIR=..
  9. WIN32=TRUE
  10. BUILDDLL=TRUE
  11. !ifdef VERDIR
  12. ROOT=..\$(ROOT)
  13. !endif
  14. NAME=DiskCopy
  15. CFLAGS=$(CFLAGS) -Gy
  16. MISCOBJ0=debug.obj
  17. PCHOBJ0=shellext.obj diskcopy.obj
  18. LIB0=uuid.lib user32.lib gdi32.lib shell32.lib kernel32.lib comctl32.lib libcmt.lib
  19. !include $(ROOT)\win\core\shell\common.mk
  20. !ifdef VERDIR
  21. $(NAME).res: $(SRCDIR)\diskcopy.ico
  22. !endif
  23. !endif # NTMAKEENV