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.

34 lines
866 B

  1. #############################################################################
  2. #
  3. # Sources for ATITuneP device
  4. #
  5. # $Date: 29 Jul 1999 12:26:40 $
  6. # $Revision: 1.1 $
  7. # $Author: tloveall $
  8. #
  9. # $Copyright: (c) 1997 - 1999 ATI Technologies Inc. All Rights Reserved.$
  10. #
  11. #############################################################################
  12. TARGETNAME=ATIXBar
  13. TARGETPATH=obj
  14. TARGETTYPE=DRIVER
  15. DRIVERTYPE=WDM
  16. C_DEFINES=-DPNP_POWER -DMSC
  17. # to compile all as .CPP (including .C)
  18. USER_C_FLAGS= -TP
  19. INCLUDES=..\..\atishare;$(DDK_INC_PATH)
  20. TARGETLIBS= $(DDK_LIB_PATH)\stream.lib \
  21. $(DDK_LIB_PATH)\ksguid.lib \
  22. ..\..\atishare\$(O)\atishare.lib \
  23. $(DDK_LIB_PATH)\dxapi.lib
  24. SOURCES=atixbar.cpp \
  25. wdmxbar.cpp \
  26. xbarprop.cpp \
  27. atixbar.rc