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.

60 lines
875 B

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