@@ -1,4 +1,5 @@
{$ifndef ALLPACKAGES}
+
{$mode objfpc}{$H+}
program fpmake;
@@ -171,6 +172,9 @@ Var
begin
if SameText(Defaults.SubTarget,'unicodertl') then
exit;
+ if Defaults.Namespaces then
+ exit;
With Installer do
s := GetCustomFpmakeCommandlineOptionValue('NoIDE');
@@ -379,7 +383,7 @@ end;
- If Assigned(Installer) then
+ If Assigned(Installer) and not Defaults.Namespaces then
add_ide_comandlineoptions();
add_ide('');