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.

58 lines
1.2 KiB

  1. #
  2. # The MAJORCOMP and MINORCOMP variables are defined
  3. # so that $(MAJORCOMP)$(MINORCOMP)filename can be used in
  4. # cross compiling to provide unique filenames in a flat namespace.
  5. #
  6. MAJORCOMP=windows
  7. MINORCOMP=GDI
  8. #
  9. # The TARGETNAME variable is defined by the developer. It is the name of
  10. # the target (component) that is being built by this makefile. It
  11. # should NOT include any path or file extension information.
  12. #
  13. TARGETNAME=glaux
  14. TARGETPATH=$(_OBJ_DIR)
  15. TARGETTYPE=LIBRARY
  16. PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}
  17. #
  18. # The INCLUDES variable specifies any include paths that are specific to
  19. # this source directory. Separate multiple directory paths with single
  20. # semicolons. Relative path specifications are okay.
  21. #
  22. INCLUDES=
  23. #
  24. # Setup for application developer to set breakpoints with windbg
  25. #
  26. NTPROFILEINPUT=yes
  27. MIPS_OPTIONS=-float -Olimit 2000 -nodwalign
  28. !IFNDEF NTDEBUGTYPE
  29. NTDEBUGTYPE=coff
  30. !ENDIF
  31. SOURCES= \
  32. glaux.c \
  33. font.c \
  34. image.c \
  35. shapes.c \
  36. teapot.c \
  37. vect3d.c \
  38. xform.c \
  39. tkdib.c \
  40. tkfont.c \
  41. tkimage.c \
  42. tk.c