makefile.inc
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:0k
源码类别:

系统编程

开发平台:

Visual C++

  1. # delpathw.c and delnatw.c are temporary files so pathw.c 
  2. # and nativew.cpp are rebuilt correctly since my change
  3. # on 6/11/98.
  4. #
  5. ..delpathw.c: 
  6.     del pathw.c
  7.     type deleteme > $@ 
  8. ..delnatw.c: 
  9.     del nativew.c
  10.     type deleteme > $@ 
  11. ..pathw.c: ..path.c ..delpathw.c
  12.     echo // This file expects to be compiled UNICODE > $@
  13.     type $** >> $@
  14. ..nativew.cpp: ..native.cpp ..delnatw.c
  15.     echo // This file expects to be compiled UNICODE > $@
  16.     type $** >> $@