Why can I build from command line, but not Visual Studio? -


i'm working on project uses gnu make build. when attempt build visual studio using nmake, build fails , information path compiled file "error 255" (which intense googling has revealed nothing about). however, when open command prompt window , input exact same command, builds fine. causes this, , there way fix it?


Comments