diff options
author | harpreet | 2016-07-01 00:11:55 +0530 |
---|---|---|
committer | harpreet | 2016-07-01 00:11:55 +0530 |
commit | 89b96cb79cbe75ba8c1afea61b3caca37a083f62 (patch) | |
tree | 1b879fb0dce2406c1c49bf5bdabcedfb12ff020c /builder.sce | |
parent | 10e2e4d8b4a7592a8631ddac8e8d1664d6f0b9e3 (diff) | |
download | FOSSEE-Optimization-toolbox-89b96cb79cbe75ba8c1afea61b3caca37a083f62.tar.gz FOSSEE-Optimization-toolbox-89b96cb79cbe75ba8c1afea61b3caca37a083f62.tar.bz2 FOSSEE-Optimization-toolbox-89b96cb79cbe75ba8c1afea61b3caca37a083f62.zip |
Windows Included
Diffstat (limited to 'builder.sce')
-rw-r--r-- | builder.sce | 4 |
1 files changed, 0 insertions, 4 deletions
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"; // ==================================================================== |