forked from KolibriOS/kolibrios
add forgotten files
git-svn-id: svn://kolibrios.org@8279 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
894aad564d
commit
53ddecef5a
6
programs/cmm/downloader/Tupfile.lua
Normal file
6
programs/cmm/downloader/Tupfile.lua
Normal file
@ -0,0 +1,6 @@
|
||||
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("dl.c", "c-- /D=AUTOBUILD /D=$(C_LANG) %f" .. tup.getconfig("KPACK_CMD"), "dl.com")
|
10
programs/cmm/downloader/compile_en.bat
Normal file
10
programs/cmm/downloader/compile_en.bat
Normal file
@ -0,0 +1,10 @@
|
||||
@del lang.h--
|
||||
@echo #define LANG_ENG 1 >lang.h--
|
||||
|
||||
@c-- dl.c
|
||||
@del dl
|
||||
@rename dl.com dl
|
||||
@del warning.txt
|
||||
@del lang.h--
|
||||
|
||||
if not exist dl ( @pause )
|
Loading…
Reference in New Issue
Block a user