
Based on the work of EL_Choni and DarkDragon; click on the About button to read more...

at present it's working as tool from the IDE or from the commandline (this is a path issue) To integrate it into the IDE do the following:

A compiled version is found here: Download link moved; see below
May you have to make it executable after downloading
The best place to copy to is the purebasic folder (you'll need write access to this folder)
Unicode an threadsafe switches aren't working at present as this is (i guess) an issue of the pbcompiler
A few libs created with tailbite will be released later on this day ( in a few hours).
(toolbar_ pro - > similar to the lib on windows created by Danilo, a notify lib and a replacement for MessageRequester)
Suggestions and comments are welcome
20.12.2007 update to version 0.7.0
- bugfix: the IDE integration.. should work now as expected
- bugfix: the search for shared libraries (changed from OpenLibrary to Import)
- some other bugfixes I don't remember...
- Added missing system lib (glibc) in desc file (if used)
21.12.2007 update to version 0.7.1
- the executable now can be placed anywhere (not necessary to place it in the purebasic folder)
- added a new option: compile all (4) libs
the threadsafe / unicode or mixed were placed in the Subsystem folder (subsystems/UserLibxxxxx/PureLibrary)
so if you use one of this options you have to specify the Subsystem UserLibThreadSafe, UserLibUnicode or UserLibUnicadeThreadSafe
- removed the option to process a whole directory
22.12.2007 update to version 0.7.1a
- fixed a path issue which prevents the binary from running on other machines...(very stupid bug)
- added some tooltips
DOWNLOAD
http://home.arcor.de/x-linux/pure/tailb ... bite_linux