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.3 KiB

  1. #/*++
  2. #
  3. #Copyright (c) 1991 - 2001 Microsoft Corporation
  4. #
  5. #Module Name:
  6. #
  7. # ### ##### ## ## ##### #### ##### ###
  8. # ## # ## ## ## ## ## ## ## # ## ## #
  9. # ### ## ## ## ## ## ## ## ## ###
  10. # ### ## ## ## ## ##### ## ##### ###
  11. # ### ## ## ## ## #### ## ## ###
  12. # # ## ## ## ## ## ## ## ## # ## # ##
  13. # ### ##### #### ## ## #### ##### ###
  14. #
  15. #Abstract:
  16. #
  17. # Makefile for building the server appliance
  18. # COM interface DLL.
  19. #
  20. #Author:
  21. #
  22. # Wesley Witt (wesw) 1-Oct-2001
  23. #
  24. #--*/
  25. #
  26. TARGETNAME=sacom
  27. TARGETPATH=obj
  28. TARGETTYPE=DYNLINK
  29. MISCFILES = \
  30. reg\sacom.reg \
  31. UMTYPE=windows
  32. DLLENTRY=_DllMainCRTStartup
  33. USE_STATIC_ATL=1
  34. ATL_VER=30
  35. MIDL_OPTIMIZATION=-Oicf -robust -no_format_opt -error all
  36. PASS0_HEADERDIR=$(SASS_INC)
  37. PASS0_SOURCEDIR=$(O)
  38. MIDL_TLBDIR=$(O)
  39. USER_INCLUDES=\
  40. $(USER_INCLUDES);\
  41. $(ATL_INCLUDES);\
  42. $(DDK_INC_PATH);
  43. TARGETLIBS= \
  44. $(TARGETLIBS) \
  45. $(SDK_LIB_PATH)\kernel32.lib \
  46. $(SDK_LIB_PATH)\user32.lib \
  47. $(SDK_LIB_PATH)\advapi32.lib \
  48. $(SDK_LIB_PATH)\ole32.lib \
  49. $(SDK_LIB_PATH)\oleaut32.lib \
  50. $(SDK_LIB_PATH)\rpcrt4.lib \
  51. $(SDK_LIB_PATH)\uuid.lib
  52. SOURCES=\
  53. sacom.idl\
  54. sacom.cpp\
  55. sadisplay.cpp\
  56. sakeypad.cpp\
  57. sanvram.cpp\
  58. sacom.rc