[Gambas-user] MakePackage in IDE

Charlie Reinl Karl.Reinl at ...9...
Sun Aug 22 17:54:20 CEST 2004


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




More information about the User mailing list