Imakefile
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:0k
源码类别:

GIS编程

开发平台:

Visual C++

  1. /* Copyright (c) Mark J. Kilgard, 1997. */
  2. #include "../../../Glut.cf"
  3. TARGETS = underwater
  4. SRCS = underwater.c texload.c dino.c
  5. OBJS = underwater.o texload.o dino.o
  6. AllTarget($(TARGETS))
  7. NormalGlutProgramTarget(underwater,$(OBJS))
  8. DependTarget()