mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
- Use variables to define and hold the on-disk shortcuts destination directories (the "Profiles/All Users/..."), and use these variables in the `add_livecd_shortcut()` calls; this allows shortening the corresponding lines. - There are currently two shortcuts: "Command Prompt" and "ReactOS Explorer", that are added to more than one destination. Previously, we had to invoke `add_livecd_shortcut()` for each destination. However, each invocation recreated the _**same**_ shortcut file (with the same .lnk file name) in the build directory. To solve this, the `dest` parameter of the `add_livecd_shortcut()` function, is replaced by a `DESTINATION` keyword, whose value is a list of one or more destination directories, where the shortcut should be added.