Mattias Gärtner <[EMAIL PROTECTED]> writes:

> Zitat von Csányi Pál <[EMAIL PROTECTED]>:
>
>> Mattias Gaertner <[EMAIL PROTECTED]> writes:
>>
>> > On Thu, 26 Jun 2008 22:21:49 +0200
>> > [EMAIL PROTECTED] (Csányi Pál) wrote:
>> >
>> >> Now I want to include the binary file too in to the published
>> >> project.tar.bz2 but I can't to get it, however I leave blank the box
>> >> before Files / Ignore binaries.
>> >
>> > Maybe your file mask is incorrect?
>>
>> My system is Debian GNU/Linux Etch so the executable binaries hasn't a
>> file mask.
>
> No file has a mask. Your file has no extension.

The binary file 'lptinterface1' has a mask?

> That's why you must use the right mask in the 'include filter'.

OK

Now I have these setup:

>> When I am publishing this project I have the following setup at:
>>
>> (_ mean that the box is not set,
>>  * mean that the box is set)
>>
>> 'Files':
>>
>> _ Ignore binaries
>>
>> 'Use Include Filter':
>>
>> * Use Include Filter
>> * Simple Syntax
>>
>> .(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml|txt|po)

*;*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml|txt|po|mo)

> This mask does not fit for lptinterface1. One solution: append:
> ,lptinterface1
>
>
>> 'Exclude Filter':
>>
>> * Use Exclude Filter
>> * Simple Syntax
>>
>> .(bak|ppu|ppw|o|so);*~;backup

*.(compiled|rst|lrt|bak|ppu|ppw|o|so);*~;backup

It works! Thank you!

-- 
Regards, Paul Csanyi
http://www.freewebs.com/csanyi-pal/index.htm

_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to