[Gambas-user] MakePackage in IDE

Benoit Minisini gambas at ...1...
Sun Aug 22 16:14:29 CEST 2004


On Sunday 22 August 2004 17:54, Charlie Reinl wrote:
> Salut Benoit,
>
> I saw in gambas/Project.module/MakeSourcePackageTo , that erverything is
> prepared to make smaller packags using bz2 .
>
>   IF Right$(sPath, 3) = ".gz" THEN
>     sOpt = "z"
>   ELSE IF Right$(sPath, 4) = ".bz2" THEN
>     sOpt = "j"
>   ENDIF
>
> But in  MakePackage the Dialog.Filter is :
> Dialog.Filter =[ ("Source packages") & " (*.tar.gz)", ("All files") & "
> (*.*)" and so not prepared to find it out,  would be nice for next 
> Version.
>
> Amicalement
> Charlie
>
>

I will see... But I will be happy if somebody needs bz2 for his Gambas 
project, because it will mean that it is *HUGE* :-)

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list