Subversion Repositories Kolibri OS

Rev

Rev 5291 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5291 Rev 5298
Line 13... Line 13...
13
then C_LANG = "LANG_SP" -- just for example, other languages are not implemented
13
then C_LANG = "LANG_SP" -- just for example, other languages are not implemented
Line 14... Line 14...
14
 
14
 
15
else C_LANG = "LANG_EN" -- default language is English
15
else C_LANG = "LANG_EN" -- default language is English
Line 16... Line 16...
16
end
16
end
Line 17... Line 17...
17
 
17
 
18
CFLAGS = CFLAGS .. " -DRS_KOS -D" .. C_LANG .. " "
18
CFLAGS = CFLAGS .. " -Werror=implicit -DRS_KOS -D" .. C_LANG .. " "