forked from KolibriOS/kolibrios
cmm: move install to misc
git-svn-id: svn://kolibrios.org@8823 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
144afc6aff
commit
61c769beee
@ -669,7 +669,7 @@ tup.append_table(extra_files, {
|
||||
{"kolibrios/drivers/drvinst.kex", PROGS .. "/cmm/drvinst/drvinst.com"},
|
||||
{"kolibrios/games/pig/pigex", PROGS .. "/cmm/examples/pigex.com"},
|
||||
{"kolibrios/games/the_bus/the_bus", PROGS .. "/cmm/the_bus/the_bus.com"},
|
||||
{"kolibrios/KolibriNext/install.kex", PROGS .. "/cmm/installer/install.com"},
|
||||
{"kolibrios/KolibriNext/install.kex", PROGS .. "/cmm/misc/install.com"},
|
||||
{"kolibrios/utils/appearance", PROGS .. "/cmm/appearance/appearance.com"},
|
||||
{"kolibrios/utils/dicty.kex", PROGS .. "/cmm/dicty/dicty.com"},
|
||||
{"kolibrios/utils/notes", PROGS .. "/cmm/notes/notes.com"},
|
||||
|
@ -1,6 +0,0 @@
|
||||
if tup.getconfig("NO_CMM") ~= "" then return end
|
||||
if tup.getconfig("LANG") == "ru"
|
||||
then C_LANG = "LANG_RUS"
|
||||
else C_LANG = "LANG_ENG" -- this includes default case without config
|
||||
end
|
||||
tup.rule("install.c", "c-- /D=AUTOBUILD /D=$(C_LANG) %f" .. tup.getconfig("KPACK_CMD"), "install.com")
|
@ -1,9 +0,0 @@
|
||||
@del lang.h--
|
||||
@echo #define LANG_ENG 1 >lang.h--
|
||||
|
||||
C-- install.c
|
||||
@del install.kex
|
||||
@rename install.com install.kex
|
||||
@pause
|
||||
@del lang.h--
|
||||
@del warning.txt
|
@ -1,9 +0,0 @@
|
||||
@del lang.h--
|
||||
@echo #define LANG_RUS 1 >lang.h--
|
||||
|
||||
C-- install.c
|
||||
@del install.kex
|
||||
@rename install.com install.kex
|
||||
@pause
|
||||
@del lang.h--
|
||||
@del warning.txt
|
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
@ -4,6 +4,7 @@ then C_LANG = "LANG_RUS"
|
||||
else C_LANG = "LANG_ENG" -- this includes default case without config
|
||||
end
|
||||
tup.rule("easyshot.c", "c-- /D=AUTOBUILD /D=$(C_LANG) %f" .. tup.getconfig("KPACK_CMD"), "easyshot.com")
|
||||
tup.rule("install.c", "c-- /D=AUTOBUILD /D=$(C_LANG) %f" .. tup.getconfig("KPACK_CMD"), "install.com")
|
||||
tup.rule("mblocks.c", "c-- /D=AUTOBUILD /D=$(C_LANG) %f" .. tup.getconfig("KPACK_CMD"), "mblocks.com")
|
||||
tup.rule("notify.c", "c-- /D=AUTOBUILD /D=$(C_LANG) %f" .. tup.getconfig("KPACK_CMD"), "notify.com")
|
||||
tup.rule("osupdate.c", "c-- /D=AUTOBUILD /D=$(C_LANG) %f" .. tup.getconfig("KPACK_CMD"), "osupdate.com")
|
||||
|
@ -116,6 +116,7 @@ void EventInstall()
|
||||
{
|
||||
ini_set_int stdcall ("/sys/settings/taskbar.ini", "Flags", "Attachment", 0);
|
||||
copyf("/kolibrios/KolibriNext/settings", "/sys/settings");
|
||||
copyf("/kolibrios/KolibriNext", "/sys");
|
||||
|
||||
RestartProcessByName("/sys/@icon", MULTIPLE);
|
||||
RestartProcessByName("/sys/@taskbar", SINGLE);
|
Loading…
Reference in New Issue
Block a user