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.

66 lines
1.8 KiB

  1. #
  2. # The TARGETNAME variable is defined by the developer. It is the name of
  3. # the target (component) that is being built by this makefile. It
  4. # should NOT include any path or file extension information.
  5. #
  6. TARGETNAME = SAAppleTalk
  7. TARGETPATH = $(SASS_BINDIR)
  8. TARGETTYPE = DYNLINK
  9. DLLENTRY=_DllMainCRTStartup
  10. DLLDEF=SAAppletalk.def
  11. TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
  12. $(SDK_LIB_PATH)\user32.lib \
  13. $(SDK_LIB_PATH)\gdi32.lib \
  14. $(SDK_LIB_PATH)\winspool.lib \
  15. $(SDK_LIB_PATH)\comdlg32.lib \
  16. $(SDK_LIB_PATH)\advapi32.lib \
  17. $(SDK_LIB_PATH)\shell32.lib \
  18. $(SDK_LIB_PATH)\ole32.lib \
  19. $(SDK_LIB_PATH)\oleaut32.lib \
  20. $(SDK_LIB_PATH)\uuid.lib \
  21. $(SDK_LIB_PATH)\odbc32.lib \
  22. $(SDK_LIB_PATH)\odbccp32.lib \
  23. $(SDK_LIB_PATH)\ws2_32.lib \
  24. $(BASEDIR)\public\internal\net\lib\*\ndispnp.lib \
  25. #
  26. # The INCLUDES variable specifies any include paths that are specific to
  27. # this source directory. Separate multiple directory paths with single
  28. # semicolons. Relative path specifications are okay.
  29. #
  30. INCLUDES = \
  31. $(SASS_INC); \
  32. $(BASEDIR)\public\sdk\inc\atl21; \
  33. PRECOMPILED_INCLUDE = stdafx.h
  34. PRECOMPILED_SOURCEFILE = stdafx.cpp
  35. PRECOMPILED_CXX=1
  36. MIDL_OPTIMIZATION=-Oicf -robust -no_format_opt -error all
  37. USE_STATIC_ATL=1
  38. ATL_VER=21
  39. USE_STL=1
  40. USE_RTTI=1
  41. USE_VCCOM=1
  42. USE_MSVCRT=1
  43. USER_C_FLAGS=-EHsc
  44. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DUSE_POLARITY
  45. C_DEFINES=$(C_DEFINES) -DSHOWCALLS
  46. SOURCES = SAAppleTalk.cpp \
  47. SAAppleTalk.idl \
  48. SAAppleTalk.rc \
  49. AppleTalk.cpp \
  50. AtlkAdapter.cpp \
  51. ndispnpevent.cpp \
  52. #
  53. # Misc files to be binplaced by the build.
  54. #
  55. MISCFILES = SAAppleTalk.reg