18 lines
433 B
Diff
18 lines
433 B
Diff
diff -uriN src.orig/Main/Main.make src/Main/Main.make
|
|
--- src.orig/Main/Main.make 2016-10-17 11:40:41.000000000 -0500
|
|
+++ src/Main/Main.make 2017-01-07 20:52:13.000000000 -0600
|
|
@@ -82,14 +82,10 @@
|
|
#------ 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"
|
|
|