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

GIS编程

开发平台:

Visual C++

  1. /* Copyright (c) Mark J. Kilgard, 1994. */
  2. #include "../../../Glut.cf"
  3. TARGETS = atlantis
  4. SRCS = atlantis.c dolphin.c shark.c swim.c whale.c
  5. AllTarget($(TARGETS))
  6. NormalGlutProgramTarget(atlantis,atlantis.o whale.o dolphin.o shark.o swim.o)
  7. DependTarget()