Skip to content

Commit

Permalink
Remove extra 'Server' folder from Server Deathmatch
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp committed Sep 5, 2016
1 parent 5047946 commit f756a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Server/mods/deathmatch/premake5.lua
Expand Up @@ -35,8 +35,8 @@ project "Deathmatch"
}

vpaths {
["Headers/*"] = {"**.h", "../../../Shared/mods/deathmatch/**.h", "../../../**.h"},
["Sources/*"] = {"**.cpp", "../../../Shared/mods/deathmatch/**.cpp", "../../../Shared/**.cpp", "../../../vendor/**.cpp", "../../../**.cpp"},
["Headers/*"] = {"**.h", "../../../Shared/mods/deathmatch/**.h", "../../../Server/**.h", "../../../**.h"},
["Sources/*"] = {"**.cpp", "../../../Shared/mods/deathmatch/**.cpp", "../../../Shared/**.cpp", "../../../vendor/**.cpp", "../../../Server/**.cpp", "../../../**.cpp"},
["*"] = "premake5.lua"
}

Expand Down

0 comments on commit f756a17

Please sign in to comment.