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.

31 lines
799 B

  1. #############################################################################
  2. #
  3. # Makefile for AtiShare library
  4. #
  5. # $Date: 04 Aug 1998 17:22:40 $
  6. # $Revision: 1.0 $
  7. # $Author: Tashjian $
  8. #
  9. # $Copyright: (c) 1997 - 1999 ATI Technologies Inc. All Rights Reserved. $
  10. #
  11. #############################################################################
  12. TARGETNAME=atishare
  13. TARGETPATH=obj
  14. TARGETTYPE=LIBRARY
  15. C_DEFINES=-DPNP_POWER -DMSC
  16. # to compile all as .CPP (including .C)
  17. USER_C_FLAGS= -TP
  18. INCLUDES=$(DDK_INC_PATH);$(WDM_INC_PATH)
  19. LINKLIBS= $(DDK_LIB_PATH)\stream.lib \
  20. $(DDK_LIB_PATH)\ksguid.lib \
  21. SOURCES=aticonfg.cpp \
  22. i2script.cpp \
  23. pinmedia.cpp \
  24. mmconfig.cpp \
  25. registry.cpp