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.

67 lines
1.0 KiB

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\av\intelcc\isrdbg32=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include $(DEVROOT)\common.inc
  8. MAJORCOMP=av
  9. MINORCOMP=isrdbg32
  10. TARGETNAME=isrdbg32
  11. TARGETPATH=$(_OBJ_DIR)
  12. TARGETTYPE=DYNLINK
  13. DLLDEF=isrdbg32.def
  14. DLLENTRY=DllMain
  15. !UNDEF USE_MSVCRT
  16. !UNDEF USE_LIBC
  17. !UNDEF USE_MSVCRT
  18. !UNDEF USE_LIBCMT
  19. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  20. $(SDK_LIB_PATH)\advapi32.lib \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\wsock32.lib \
  23. $(SDK_LIB_PATH)\rpcrt4.lib
  24. C_DEFINES=$(C_DEFINES)
  25. INCLUDES=..\include;$(INCLUDES)
  26. #
  27. # List of sources
  28. #
  29. SOURCES= isrdbg32.c \
  30. ver.rc
  31. #
  32. # Precompiled specs
  33. #
  34. #PRECOMPILED_INCLUDE = precomp.h
  35. #PRECOMPILED_PCH = precomp.pch
  36. #PRECOMPILED_cpp = precomp.obj
  37. #PRECOMPILED_CXX = 1
  38. CONDITIONAL_INCLUDES = \
  39. macocidl.h \
  40. macwin32.h \
  41. rpcerr.h \
  42. rpcmac.h \
  43. winwlm.h \
  44. macname1.h \
  45. macname2.h \
  46. macpub.h \
  47. macapi.h