diff options
Diffstat (limited to 'src/Main/Main.make')
-rwxr-xr-x | src/Main/Main.make | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Main/Main.make b/src/Main/Main.make index 0cb4e15d..18efba64 100755 --- a/src/Main/Main.make +++ b/src/Main/Main.make | |||
@@ -81,7 +81,11 @@ CXXFLAGS += -I$(BASE_DIR)/Main | |||
81 | 81 | ||
82 | #------ wxWidgets configuration ------ | 82 | #------ wxWidgets configuration ------ |
83 | 83 | ||
84 | ifdef TC_NO_GUI | ||
85 | WX_CONFIG_LIBS := base | ||
86 | else | ||
84 | WX_CONFIG_LIBS := adv,core,base | 87 | WX_CONFIG_LIBS := adv,core,base |
88 | endif | ||
85 | 89 | ||
86 | ifeq "$(TC_BUILD_CONFIG)" "Release" | 90 | ifeq "$(TC_BUILD_CONFIG)" "Release" |
87 | 91 | ||