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.

36 lines
909 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=cicsthkl
  13. TARGETPATH=$(_OBJ_DIR)
  14. TARGETTYPE=LIBRARY
  15. TARGET_BOTH = 1
  16. NOT_UNICODE = 1
  17. PRECOMPILED_CXX = 1
  18. WIN32_WINNT_VERSION = 0x0500
  19. PRECOMPILED_INCLUDE = private.h
  20. !include ..\..\common.inc
  21. SOURCES_USED = $(SOURCES_USED) ..\..\common.inc
  22. INCLUDES = $(INCLUDES); \
  23. $(CICERO_DIR)\SubstHKLForTS\inc;
  24. SOURCES = substhkl.cpp
  25. PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(WINDOWS_LIB_PATH)\$(TARGETNAME).lib}
  26. SYNCHRONIZE_BLOCK=1