Leaked source code of windows server 2003
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.

68 lines
1.0 KiB

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\setup\pgmgrp=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include $(DEVROOT)\common.inc
  8. MAJORCOMP=setup
  9. MINORCOMP=nmpgmgrp
  10. TARGETNAME=nmpgmgrp
  11. TARGETPATH=$(_OBJ_DIR)
  12. TARGETTYPE=PROGRAM
  13. 386_STDCALL = 1
  14. !if "$(FREEBUILD)" == "1" && $(386)
  15. # Don't use the C run-time library
  16. !undef USE_MSVCRT
  17. !undef USE_LIBCMT
  18. USE_SYSDLL = 1
  19. !endif
  20. # Build Unicode version
  21. #C_DEFINES = /DUNICODE
  22. LINKLIBS=\
  23. $(ROOT)\nmutil\nmutila\$(_OBJ_DIR)\*\nmutila.lib
  24. TARGETLIBS=\
  25. $(SDK_LIB_PATH)\shell32.lib \
  26. $(SDK_LIB_PATH)\ole32.lib \
  27. $(SDK_LIB_PATH)\uuid.lib
  28. SOURCES=\
  29. pgmgrp.cpp \
  30. pgmgrp.rc
  31. UMENTRYABS=main
  32. #
  33. # Precompiled specs
  34. #
  35. PRECOMPILED_INCLUDE = precomp.h
  36. PRECOMPILED_PCH = precomp.pch
  37. PRECOMPILED_OBJ = precomp.obj
  38. PRECOMPILED_CXX = 1
  39. CONDITIONAL_INCLUDES = \
  40. macocidl.h \
  41. macwin32.h \
  42. rpcerr.h \
  43. rpcmac.h \
  44. winwlm.h \
  45. macname1.h \
  46. macname2.h \
  47. macpub.h \
  48. macapi.h