makefile
上传用户:qdkongtiao
上传日期:2022-06-29
资源大小:356k
文件大小:0k
源码类别:

书籍源码

开发平台:

Visual C++

  1. # executable files for this directory
  2. OBJECTS = arr_init.exe  ptr_traversal.exe 
  3.   copy_array.exe cstring_hdr.exe 
  4.   cstring_exercise.exe string_exercise.exe 
  5.   multidim.exe dbl_ptr.exe 
  6. # tells make to use the file "..MS_makefile_template", which
  7. # defines general rules for making .obj and .exe files
  8. include ..MS_makefile_template