From 01a90e42e4bcf0a44054c466d5ac7f64b89301e3 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Sun, 28 Aug 2016 21:38:29 +0200 Subject: [PATCH] Remove unnecessary exclusion of source files related to Tor. --- premake5.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/premake5.lua b/premake5.lua index f5ef4a44..06cf8f60 100644 --- a/premake5.lua +++ b/premake5.lua @@ -257,9 +257,6 @@ workspace "iw4x" resincludedirs { "$(ProjectDir)src" -- fix for VS IDE } - removefiles { - "./src/Components/Modules/Tor.*", - } -- Debug flags if _OPTIONS["ac-debug-detections"] then