Source code of Windows XP (NT5)
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.

59 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  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. Steve Wood (stevewo) 12-Apr-1989
  12. Revision History:
  13. !ENDIF
  14. #
  15. # The MAJORCOMP and MINORCOMP variables are defined
  16. # so that $(MAJORCOMP)$(MINORCOMP)filename can be used in
  17. # cross compiling to provide unique filenames in a flat namespace.
  18. #
  19. MAJORCOMP=glwin
  20. MINORCOMP=glwinlib
  21. #
  22. # The TARGETNAME variable is defined by the developer. It is the name of
  23. # the target (component) that is being built by this makefile. It
  24. # should NOT include any path or file extension information.
  25. #
  26. TARGETNAME=glwinlib
  27. TARGETPATH=$(_OBJ_DIR)
  28. TARGETTYPE=LIBRARY
  29. !IFNDEF MSC_WARNING_LEVEL
  30. MSC_WARNING_LEVEL = -W3
  31. !ENDIF
  32. MSC_WARNING_LEVEL = $(MSC_WARNING_LEVEL) -WX
  33. !IFNDEF MSC_OPTIMIZATION
  34. MSC_OPTIMIZATION = /Oxs
  35. !ENDIF
  36. C_DEFINES = $(C_DEFINES)
  37. SOURCES = \
  38. glwin.c
  39. PRECOMPILED_INCLUDE = precomp.h
  40. PRECOMPILED_PCH = precomp.pch
  41. PRECOMPILED_OBJ = precomp.obj