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.

26 lines
488 B

  1. #----------------------------------------------------------------------------
  2. # Build the progman group converter
  3. #----------------------------------------------------------------------------
  4. NAME=pbrush
  5. ROOT=..\..\..\..\..
  6. RES_DIR=..
  7. WIN32=TRUE
  8. DEFENTRY = ModuleEntry@0
  9. !ifdef VERDIR
  10. ROOT=..\$(ROOT)
  11. !endif
  12. PCHOBJ0=pbrush.obj
  13. LIB0=kernel32.lib shell32.lib
  14. !include $(ROOT)\win\core\shell\common.mk
  15. !ifdef VERDIR
  16. $(PRIVINC).pch pch.obj:
  17. $(NAME).res: $(SRCDIR)\$(NAME).ico
  18. !endif