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.

38 lines
731 B

  1. !IF 0
  2. Copyright (c) 1998 VIA Technologies, Inc.
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. NOTE: Commented description of this file is in $(BASEDIR)\bak\bin\sources.tpl
  11. !ENDIF
  12. MAJORCOMP=ntos
  13. MINORCOMP=agp
  14. TARGETNAME=viaagp
  15. TARGETTYPE=DRIVER
  16. TARGETPATH=obj
  17. DRIVERTYPE=NTPNP
  18. TARGETLIBS=..\agplib\$(O)\$(DDKBUILDENV)\agplib.lib
  19. INCLUDES=..\inc;..\..\..\inc
  20. MSC_WARNING_LEVEL=/W3 /WX
  21. SOURCES=viaagp.rc \
  22. init.c \
  23. gart.c