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.

52 lines
936 B

  1. !IF 0
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  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. Jim Cavalaris (jamesca) 27-February-2001
  12. Revision History:
  13. !ENDIF
  14. MAJORCOMP=base
  15. MINORCOMP=umpnplib
  16. TARGETNAME=umpnplib
  17. TARGETPATH=obj
  18. TARGETTYPE=LIBRARY
  19. PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}
  20. UMTYPE=windows
  21. USE_MSVCRT=1
  22. C_DEFINES=-DINCL_32= -DNT -DRPC_NO_WINDOWS_H -DUNICODE
  23. MSC_WARNING_LEVEL=/W4 /WX
  24. PRECOMPILED_INCLUDE=precomp.h
  25. INCLUDES=\
  26. ..\inc; \
  27. ..\idl\$(O); \
  28. ..\idl; \
  29. $(COM_INC_PATH);
  30. SOURCES=\
  31. cutil.c \
  32. locks.c