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.

46 lines
930 B

  1. !IF 0
  2. Copyright (c) 1989, 1996 Microsoft Corporation
  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. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=spooler
  15. MINORCOMP=perf
  16. TARGETNAME=perf
  17. TARGETPATH=obj
  18. TARGETTYPE=LIBRARY
  19. TARGETLIBS=
  20. INCLUDES=.;..\idl;..\idl\$(O);..;..\..\inc;$(WINDOWS_INC_PATH)
  21. C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
  22. BUFFER_OVERFLOW_CHECKS=1
  23. SOURCES=perf.cxx \
  24. perfutil.cxx \
  25. lspldata.cxx \
  26. localspl.cxx
  27. PRECOMPILED_CXX=1
  28. PRECOMPILED_INCLUDE=precomp.hxx
  29. PRECOMPILED_PCH=precomp.pch
  30. PRECOMPILED_OBJ=precomp.obj