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.

40 lines
845 B

  1. #----------------------------------------------------------------------------
  2. # Build the progman group converter
  3. #----------------------------------------------------------------------------
  4. !ifdef NTMAKEENV
  5. #
  6. # Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES)
  7. #
  8. !INCLUDE $(NTMAKEENV)\makefile.def
  9. !else # NTMAKEENV
  10. #
  11. # Build using NMAKE.EXE
  12. #
  13. NAME=grpconv
  14. ROOT=..\..\..\..
  15. RES_DIR=..
  16. WIN32=TRUE
  17. DEFENTRY = ModuleEntry@0
  18. !ifdef VERDIR
  19. ROOT=..\$(ROOT)
  20. !endif
  21. PCHOBJ0=init.obj util.obj group.obj gcinst.obj
  22. LIB0=user32.lib kernel32.lib gdi32.lib shell32.lib comctl32.lib advapi32.lib version.lib
  23. !include $(ROOT)\win\core\shell\common.mk
  24. !ifdef VERDIR
  25. $(PRIVINC).pch pch.obj: $(ROOT)\dev\inc16\shell.h
  26. $(NAME).res: $(SRCDIR)\$(NAME).ico $(SRCDIR)\welcome.bmp $(SRCDIR)\rcids.h
  27. !endif
  28. !endif # NTMAKEENV