makefile
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  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)wincoreshellcommon.mk
  24. !ifdef VERDIR
  25. $(PRIVINC).pch pch.obj:  $(ROOT)devinc16shell.h
  26. $(NAME).res:    $(SRCDIR)$(NAME).ico $(SRCDIR)welcome.bmp $(SRCDIR)rcids.h
  27. !endif
  28. !endif # NTMAKEENV