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.

53 lines
1.0 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. # port driver.
  19. #
  20. #Author:
  21. #
  22. # Wesley Witt (wesw) 1-Oct-2001
  23. #
  24. #--*/
  25. #
  26. TARGETNAME=saport
  27. TARGETPATH=obj
  28. TARGETTYPE=EXPORT_DRIVER
  29. LINKLIBS=\
  30. $(DDK_LIB_PATH)\hal.lib \
  31. $(DDK_LIB_PATH)\wdmsec.lib\
  32. $(DDK_LIB_PATH)\ntoskrnl.lib
  33. INCLUDES=$(BASEDIR)\public\internal\base\inc
  34. DLLDEF=$(O)\saport.def
  35. PASS1_PUBLISH={$(O)\saport.lib=$(DDK_LIB_PATH)\saport.lib}
  36. SOURCES=\
  37. display.cpp\
  38. exports.cpp\
  39. io.cpp\
  40. ioctl.cpp\
  41. keypad.cpp\
  42. main.cpp\
  43. nvram.cpp\
  44. pnp.cpp\
  45. power.cpp\
  46. util.cpp\
  47. watchdog.cpp\
  48. saport.rc