我正在尝试自动构建 Visual Studio 6 项目(用 C 编写)。我可以从 Windows 控制台使用以下命令构建项目 (.dsp):
msdev reg.dsp /make "reg - Win32 Release"
但我不能从 GIT bash 中做到这一点。它所做的只是在visual studio中打开项目,并报告以下错误:
C:/Program Files/Git/make
File not found.
Please verify that the path and the file name are correct.
sh --version 说明如下:
GNU bash, version 3.1.0(1)-release (i686-pc-msys)
Copyright (C) 2005 Free Software Foundation, Inc.
那么,如何在 GIT Bash 控制台中构建 Visual Studio 6 C 项目?