【发布时间】:2009-08-07 00:42:13
【问题描述】:
是否可以有一个 GNU makefile,其目标/依赖项包含 win32 路径名?我目前正在使用 GNU make 的 win32 3.81 版本,驱动器号似乎有困难。例如:
C:\MyTarget.obj : c:\MySource.cpp
cl /c C:\MySource.cpp
上面的makefile sn -p 会产生错误。特别是:
*** multiple target patterns. Stop.
这个问题有解决办法吗?
谢谢!
【问题讨论】:
标签: build-process makefile gnu-make