lib/rake/delphi/dcc32.rb in rake-delphi-0.0.22 vs lib/rake/delphi/dcc32.rb in rake-delphi-0.0.23
- old
+ new
@@ -91,10 +91,10 @@
# enable appropriate PAClientTask
application[name + ':post'].needed = post_needed
# for XE and above set default aliases and namespaces
if EnvVariables.delphi_version >= DELPHI_VERSION_XE
@aliases = 'Generics.Collections=System.Generics.Collections;Generics.Defaults=System.Generics.Defaults;WinTypes=Winapi.Windows;WinProcs=Winapi.Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE'
- @namespaces = 'Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;System;Xml;Data;Datasnap;Web;Soap'
+ @namespaces = 'Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;System;Xml;Data;Datasnap;Web;Soap;Vcl'
Logger.trace(Logger::TRACE, 'Aliases and namespaces are set for Delphi XE')
end
end
def exeoutput