system/docky: Post-SVN clean up
- Move source code from `trunk` into program root directory. - Update build files and ASM include paths. - Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
This commit is contained in:
@@ -397,7 +397,7 @@ tup.append_table(iso_extra_files, {
|
|||||||
if tup.getconfig('NO_FASM') ~= 'full' then
|
if tup.getconfig('NO_FASM') ~= 'full' then
|
||||||
tup.append_table(img_files, {
|
tup.append_table(img_files, {
|
||||||
{"KERNEL.MNT", VAR_PROGS .. "/../kernel/trunk/kernel.mnt"},
|
{"KERNEL.MNT", VAR_PROGS .. "/../kernel/trunk/kernel.mnt"},
|
||||||
{"@DOCKY", VAR_PROGS .. "/system/docky/trunk/docky"},
|
{"@DOCKY", VAR_PROGS .. "/system/docky/docky"},
|
||||||
{"@HA", VAR_PROGS .. "/other/ha/HA"},
|
{"@HA", VAR_PROGS .. "/other/ha/HA"},
|
||||||
{"@ICON", VAR_PROGS .. "/system/icon_new/icon"},
|
{"@ICON", VAR_PROGS .. "/system/icon_new/icon"},
|
||||||
{"@MENU", VAR_PROGS .. "/system/menu/trunk/menu"},
|
{"@MENU", VAR_PROGS .. "/system/menu/trunk/menu"},
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user