VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main')
-rwxr-xr-xsrc/Main/Main.make8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Main/Main.make b/src/Main/Main.make
index a154a846..0cb4e15d 100755
--- a/src/Main/Main.make
+++ b/src/Main/Main.make
@@ -81,15 +81,7 @@ CXXFLAGS += -I$(BASE_DIR)/Main
#------ wxWidgets configuration ------
-ifdef TC_NO_GUI
-ifdef VC_WX_STATIC
-WX_CONFIG_LIBS := base
-else
-WX_CONFIG_LIBS := adv,core,base
-endif
-else
WX_CONFIG_LIBS := adv,core,base
-endif
ifeq "$(TC_BUILD_CONFIG)" "Release"