From 93d52883e5d81e1d4b0586ff6d4b6c527b9eb3d2 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Wed, 10 Jul 2013 13:49:38 +0200 Subject: [PATCH] crea Bug Not compiling in Windows --- lib/creaDevManagerLib/CDMUtilities.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/creaDevManagerLib/CDMUtilities.h b/lib/creaDevManagerLib/CDMUtilities.h index 50e2cd4..4558c18 100644 --- a/lib/creaDevManagerLib/CDMUtilities.h +++ b/lib/creaDevManagerLib/CDMUtilities.h @@ -93,12 +93,14 @@ namespace CDMUtilities static std::string TERMINAL = "gnome-terminal"; #endif -#ifndef _WIN32 + +//EED 10/07/2013 +//#ifndef _WIN32 /** * Build Command */ static std::string BUILD_COMMAND = "make"; -#endif +//#endif /** * Structure that handles the split method for c++ -- 2.45.0