diff options
Diffstat (limited to 'src/Main')
-rwxr-xr-x | src/Main/Main.make | 8 |
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" |