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.

41 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=cuilib
  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 = cuiwnd.cpp \
  22. cuiobj.cpp \
  23. cuimenu.cpp \
  24. cuitb.cpp \
  25. cuitip.cpp \
  26. cuilib.cpp \
  27. cuisys.cpp \
  28. cuishadw.cpp \
  29. cuibln.cpp \
  30. cuischem.cpp \
  31. cuiarray.cpp \
  32. cuidebug.cpp \
  33. cuistr.cpp \
  34. cuiutil.cpp \
  35. delay.cpp