excluding substacks from standalone build

Dr. Hawkins dochawk at gmail.com
Tue May 14 18:21:02 EDT 2013


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



More information about the use-livecode mailing list