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.

44 lines
1.1 KiB

  1. #+---------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (C) Microsoft Corporation, 1992 - 1993.
  5. #
  6. # File: sources
  7. #
  8. # History: 02-Aug-94 LyleC Created
  9. # 26-Jan-96 MikeHill Added "sifmt_i.c"
  10. #
  11. #----------------------------------------------------------------------------
  12. TARGETNAME=prvlib
  13. TARGETPATH=$(_OBJ_DIR)
  14. TARGETTYPE=LIBRARY
  15. TARGET_BOTH = 1
  16. NOT_UNICODE = 1
  17. PRECOMPILED_CXX = 1
  18. WIN32_WINNT_VERSION = 0x0501
  19. WINVER_VERSION = 0x0501
  20. PRECOMPILED_INCLUDE = private.h
  21. INCLUDES = $(INCLUDES); \
  22. $(CICERO_DIR)\cuilib;
  23. !include ..\common.inc
  24. SOURCES_USED = $(SOURCES_USED) ..\common.inc
  25. SOURCES = debug.c \
  26. isos.cpp \
  27. varcomp.cpp \
  28. varutil.cpp \
  29. thdutil.cpp \
  30. dllload.cpp \
  31. msctfp_i.c \
  32. msctfp_g.c \
  33. msaadptr_i.c \
  34. docwrap_i.c \
  35. cicmsaa_i.c
  36. PASS1_PUBLISH={$(O)\prvlib.lib=$(WINDOWS_LIB_PATH)\prvlib.lib}