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.

29 lines
594 B

  1. MAJORCOMP=opengl
  2. MINORCOMP=mtk
  3. TARGETNAME=mtk
  4. TARGETPATH=$(_OBJ_DIR)
  5. TARGETTYPE=LIBRARY
  6. INCLUDES=$(SDK_INC_PATH)\gl; \
  7. $(PROJECT_ROOT)\opengl\toolkits\libaux
  8. SOURCES= \
  9. clear.cxx \
  10. color.c \
  11. fastdib.c \
  12. math.c \
  13. glutil.cxx \
  14. palette.cxx \
  15. texture.cxx \
  16. mtkanim.cxx \
  17. mtkbmp.cxx \
  18. mtkinit.cxx \
  19. mtkwin.cxx \
  20. mtkwproc.cxx \
  21. pixelfmt.c \
  22. texa8.cxx \
  23. texbmp.cxx \
  24. texrgb.cxx \
  25. timer.cxx \
  26. trackbal.c \
  27. util.cxx