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.

28 lines
673 B

  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=cicmem
  13. TARGETPATH=$(_OBJ_DIR)
  14. TARGETTYPE=LIBRARY
  15. TARGET_BOTH = 1
  16. NOT_UNICODE = 1
  17. PRECOMPILED_CXX = 1
  18. PRECOMPILED_INCLUDE = private.h
  19. !include ..\common.inc
  20. SOURCES_USED = $(SOURCES_USED) ..\common.inc
  21. SOURCES = mem.cpp
  22. SYNCHRONIZE_BLOCK=1