Bat*_*eba 4 makefile gnu-make
我有 //here/is$/my/file(注意$)作为文件位置,并在GNUmakefile中指定
//here/is$/my/file
OutputFile = //here/is$/my/file
问题是我需要以某种方式逃避$.我试过了\ $没有成功.
有谁知道如何做到这一点?
Bat*_*eba 7
使用$$:
OutputFile = //here/is$$/my/file
归档时间:
12 年,6 月 前
查看次数:
1550 次
最近记录: