I had thought that there was an option to determine which substacks got
built into a standalone.  Was I mistake?

So if I have substacks that are only used for development, and not by users
do I do something like

shell copy thisstack.livecode to buildme.livecode
send prepareyourself to stack delete of buildme.livecode


with a handler like

on prepareyourself
    updatePlist
    delete stack dev1
    delete stack dev2
    dispatch "delete stack delete"    in 10 millisecond
    dispatch "buildstandalone" in 1 second
end prepareyourself

-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to