From 89b96cb79cbe75ba8c1afea61b3caca37a083f62 Mon Sep 17 00:00:00 2001 From: harpreet Date: Fri, 1 Jul 2016 00:11:55 +0530 Subject: Windows Included --- builder.sce | 4 ---- 1 file changed, 4 deletions(-) (limited to 'builder.sce') diff --git a/builder.sce b/builder.sce index df239c6..e1f4760 100644 --- a/builder.sce +++ b/builder.sce @@ -23,10 +23,6 @@ if ~with_module("development_tools") then error(msprintf(gettext("%s module not installed."),"development_tools")); end // ==================================================================== -if getos()=="Windows" then - error(msprintf(gettext("Module is not availabe on Windows."))); -end -// ==================================================================== TOOLBOX_NAME = "FOSSEE_Optimization_Toolbox"; TOOLBOX_TITLE = "FOSSEE Optimization Toolbox"; // ==================================================================== -- cgit