Windows NT 4.0 source code leak
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.

57 lines
1.1 KiB

4 years ago
  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=$(BASEDIR)\public\sdk\lib
  15. TARGETTYPE=LIBRARY
  16. #
  17. # The INCLUDES variable specifies any include paths that are specific to
  18. # this source directory. Separate multiple directory paths with single
  19. # semicolons. Relative path specifications are okay.
  20. #
  21. INCLUDES=
  22. #
  23. # Setup for application developer to set breakpoints with windbg
  24. #
  25. NTPROFILEINPUT=yes
  26. MIPS_OPTIONS=-float -Olimit 2000 -nodwalign
  27. !IFNDEF NTDEBUGTYPE
  28. NTDEBUGTYPE=coff
  29. !ENDIF
  30. SOURCES= \
  31. glaux.c \
  32. font.c \
  33. image.c \
  34. shapes.c \
  35. teapot.c \
  36. vect3d.c \
  37. xform.c \
  38. tkdib.c \
  39. tkfont.c \
  40. tkimage.c \
  41. tk.c