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

GIS编程

开发平台:

Visual C++

  1. #define IHaveSubdirs
  2. #define PassCDebugFlags
  3. SUBDIRS = glut mui
  4. MakeSubdirs($(SUBDIRS))
  5. test:
  6. cd glut ; $(MAKE) test
  7. cd mui ; $(MAKE) test
  8. DependSubdirs($(SUBDIRS))