removed the usage of objs dir

This commit is contained in:
Magnus Auvinen 2007-07-21 18:09:53 +00:00
parent 9e4aea97bd
commit 0e923eedaf

View file

@ -95,9 +95,9 @@ config_name = "debug"
config_ext = ""
settings = NewSettings()
settings.cc.output = function(input, extention)
return Path("objs/" .. PathFilename(input) .. config_ext .. extention)
end
--settings.cc.output = function(input, extention)
-- return Path("objs/" .. PathFilename(input) .. config_ext .. extention)
--end
baselib_options = {}
baselib_options.settings = settings