diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/Main/Main.make | 8 | ||||
-rw-r--r-- | src/Makefile | 1 |
2 files changed, 0 insertions, 9 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" diff --git a/src/Makefile b/src/Makefile index f102a28c..1b084421 100644 --- a/src/Makefile +++ b/src/Makefile @@ -70,7 +70,6 @@ endif ifeq "$(origin NOGUI)" "command line" export TC_NO_GUI := 1 C_CXX_FLAGS += -DTC_NO_GUI - WX_CONFIGURE_FLAGS += --disable-gui endif ifdef PKCS11_INC |