forked from KolibriOS/kolibrios
Fixed
git-svn-id: svn://kolibrios.org@7335 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
1facf1e5f3
commit
e574792ce9
@ -2,8 +2,8 @@ if tup.getconfig("NO_FASM") ~= "" or tup.getconfig("NO_MSVC") ~= "" then return
|
||||
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
|
||||
tup.include(HELPERDIR .. "/use_msvc.lua")
|
||||
if tup.getconfig("LANG") == "ru"
|
||||
then CFLAGS = CFLAGS .. " /DLANG=RUS"
|
||||
else CFLAGS = CFLAGS .. " /DLANG=ENG"
|
||||
then CFLAGS = CFLAGS .. " -DLANG=RUS"
|
||||
else CFLAGS = CFLAGS .. " -DLANG=ENG"
|
||||
end
|
||||
compile_msvc{"kosilka.cpp", "KosFile.cpp", "kosSyst.cpp", "mcsmemm.cpp"}
|
||||
link_msvc("kosilka")
|
||||
|
Loading…
Reference in New Issue
Block a user