diff options
author | 2015-03-31 16:19:30 +0200 | |
---|---|---|
committer | 2015-03-31 16:19:30 +0200 | |
commit | 5221cab621f7b9e7665ffc6cfada10e49938afbb (patch) | |
tree | b85b4af586cf5d8554d015b95d27e3ee4424db48 /scripts/genie.lua | |
parent | e5f612d1741f67e44f2a17a5759871b4101162dc (diff) |
create separate VisualStudio group for 3rdparty (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 0bc8050bd39..65f6da8b5dc 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -896,9 +896,11 @@ if (not os.isfile(path.join("src", "osd", _OPTIONS["osd"] .. ".lua"))) then error("Unsupported value '" .. _OPTIONS["osd"] .. "' for OSD") end dofile(path.join("src", "osd", _OPTIONS["osd"] .. ".lua")) +dofile(path.join("src", "lib.lua")) +group "3rdparty" dofile(path.join("src", "3rdparty.lua")) -dofile(path.join("src", "lib.lua")) + group "core" |