This commit is contained in:
parent
656de7a055
commit
fa6c8a7fea
2 changed files with 5 additions and 3 deletions
|
|
@ -329,6 +329,8 @@ namespace Crafter {
|
||||||
// //}
|
// //}
|
||||||
// }
|
// }
|
||||||
std::cout << cmd << std::endl;
|
std::cout << cmd << std::endl;
|
||||||
return RunCommand(cmd);
|
std::string result = RunCommand(cmd);
|
||||||
|
std::cout << result << std::endl;
|
||||||
|
return result
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -56,14 +56,14 @@
|
||||||
"name": "lib-windows-msvc",
|
"name": "lib-windows-msvc",
|
||||||
"extends": ["base", "libs-windows-msvc"],
|
"extends": ["base", "libs-windows-msvc"],
|
||||||
"type":"library",
|
"type":"library",
|
||||||
"implementations": ["implementations/main"]
|
"implementations": ["implementations/main"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "lib-windows-msvc-debug",
|
"name": "lib-windows-msvc-debug",
|
||||||
"extends": ["base", "libs-windows-msvc-debug"],
|
"extends": ["base", "libs-windows-msvc-debug"],
|
||||||
"type":"library",
|
"type":"library",
|
||||||
"implementations": ["implementations/main"],
|
"implementations": ["implementations/main"],
|
||||||
"debug": true
|
"debug": true,
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue