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.

24 lines
419 B

  1. MAJORCOMP=opengl
  2. MINORCOMP=libtri
  3. TARGETNAME=libtri
  4. TARGETPATH=$(_OBJ_DIR)
  5. TARGETLIBS=
  6. TARGETTYPE=LIBRARY
  7. INCLUDES=..\inc;..\..\inc
  8. C_DEFINES=-DNT -D__STDC__ -DNDEBUG -DGLU32
  9. SOURCES=class.c \
  10. errorstr.c \
  11. interfac.c \
  12. monotoni.c \
  13. msort.c \
  14. priority.c \
  15. ray.c \
  16. triangul.c \
  17. tribufpo.c \
  18. vlist2.c