Hi,

In order to inhibit code that's not ready for a release, I added a 
gloval var at the beginning of file start.tcl :

# Set to 0 before releasing, so some alpha-state code is not included
# Set to 1 to have access to all code
set NOT_FOR_RELEASE 0

and the code not to be released should be wrapped with
if { $NOT_FOR_RELEASE } {
...
}

Pascal

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Scid-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to