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.

23 lines
448 B

  1. TARGETNAME=refdrv
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. INCLUDES = ..;$(INCLUDES)
  5. SOURCES = \
  6. ..\refprov.cpp \
  7. ..\refif.cpp \
  8. ..\dprim2.cpp \
  9. ..\primfns.cpp \
  10. ..\drawprim.cpp \
  11. ..\rralloc.cpp \
  12. ..\init.c
  13. #
  14. # 04/11/2000 - allows for addition of BoundsChecker, etc
  15. # libs specified in the OS environment
  16. #
  17. TARGETLIBS=$(TARGETLIBS)
  18. PRECOMPILED_INCLUDE = ..\pch.cpp