X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FCDMUtilities.h;h=935ce941635e63e787d60b23f8491c8b25bba9ab;hb=f3f98131ffd23351c3cd872a0b04aecdc97b7c92;hp=8ec696733767b7052c1cf099974a0e5644a013f9;hpb=e992e2085f2a767ab390c3168599047de2ef1d3b;p=crea.git diff --git a/lib/creaDevManagerLib/CDMUtilities.h b/lib/creaDevManagerLib/CDMUtilities.h index 8ec6967..935ce94 100644 --- a/lib/creaDevManagerLib/CDMUtilities.h +++ b/lib/creaDevManagerLib/CDMUtilities.h @@ -93,6 +93,13 @@ namespace CDMUtilities static std::string TERMINAL = "gnome-terminal"; #endif +#ifndef _WIN32 + /** + * Build Command + */ + static std::string BUILD_COMMAND = "make"; +#endif + /** * Structure that handles the split method for c++ * It calls the split method to split a string given certain delimiters.