wxWidgets/samples/widgets
Vadim Zeitlin ec091c9f2b Don't override CFLAGS etc in configure-generated makefile
CPPFLAGS, CFLAGS, CXXFLAGS and LDFLAGS are supposed to be under
user-control and putting configure-determined options in them broke
something as simple as running "make CXXFLAGS=-Wno-some-extra-warning"
because this overrode the CXXFLAGS set by configure and required for
build.

Improve this by using WX_*FLAGS in the generated makefile and leaving
the user-controlled FLAGS alone. This is still not ideal as running
"configure CFLAGS=-DFOO" and then "make CFLAGS=-DBAR" will define both
FOO and BAR, as configure copies CFLAGS to WX_CFLAGS, and so setting it
on make command line won't override it, as it should, but this should be
a much more rare and also much less severe problem, so we should be able
to live with it for now.

Normally this commit shouldn't result in any user-visible changes, i.e.
it shouldn't break any previously working scenarios and only make some
previously broken ones work.
2020-02-11 23:19:31 +01:00
..
icons Add a very simple page showing wxHeaderCtrl in the widgets sample 2016-04-17 16:03:28 +02:00
activityindicator.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
bmpcombobox.cpp Remove initializations which are the default value 2019-02-25 10:49:04 -08:00
button.cpp Make button and searchctrl pages in widgets sample more DPI aware 2019-11-03 21:50:27 +01:00
checkbox.cpp Fix unannotated fall-through warnings 2018-11-25 21:29:37 +01:00
choice.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
clrpicker.cpp Add wxEVT_COLOURPICKER_CURRENT_CHANGED and DIALOG_CANCELLED events 2019-04-21 01:53:14 +02:00
combobox.cpp Fix re-creating wxComboBox in widgets sample 2019-10-02 00:01:41 +02:00
datepick.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
descrip.mms
dirctrl.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
dirpicker.cpp Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
editlbox.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
filectrl.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
filepicker.cpp Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
fontpicker.cpp Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
gauge.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
headerctrl.cpp Add more columns to Header control in widgets sample 2020-01-19 14:56:45 +01:00
hyperlnk.cpp Fix unannotated fall-through warnings 2018-11-25 21:29:37 +01:00
itemcontainer.cpp Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
itemcontainer.h
listbox.cpp Fix 'switch label contains default but no case' warning 2019-11-27 21:25:13 +01:00
makefile.bcc Rebake after adding DPI awareness option 2019-11-30 22:52:48 +01:00
makefile.gcc Rebake after adding DPI awareness option 2019-11-30 22:52:48 +01:00
Makefile.in Don't override CFLAGS etc in configure-generated makefile 2020-02-11 23:19:31 +01:00
makefile.unx Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
makefile.vc Rename manifests to use underscores 2019-12-13 21:44:26 +01:00
native_wrapper.mm Add wxNativeWindow allowing to easily embed native widgets in wx. 2015-08-03 17:57:42 +02:00
native.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
notebook.cpp Fix unannotated fall-through warnings 2018-11-25 21:29:37 +01:00
odcombobox.cpp Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
radiobox.cpp Update radio page in widgets sample 2019-01-27 15:26:17 +01:00
searchctrl.cpp Update widgets sample 2020-01-07 03:15:39 +01:00
slider.cpp Demonstrate wxSlider::SetSelection() in widgets sample 2019-01-31 21:16:07 +01:00
spinbtn.cpp Demonstrate vetoing wxEVT_SPIN_XXX events in widgets sample 2019-02-21 15:10:27 +01:00
statbmp.cpp Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
static.cpp Remove event table from static page in the widgets sample 2019-06-19 19:49:43 +02:00
textctrl.cpp Stop using wx/ioswrap.h in the samples 2019-10-22 02:42:33 +02:00
timepick.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
toggle.cpp Improve guards in button pages of widgets sample 2019-01-31 21:16:06 +01:00
widgets_vc7.vcproj Rename manifests to use underscores 2019-12-13 21:44:26 +01:00
widgets_vc8.vcproj Rename manifests to use underscores 2019-12-13 21:44:26 +01:00
widgets_vc9.vcproj Rename manifests to use underscores 2019-12-13 21:44:26 +01:00
widgets.bkl Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
widgets.cpp Fix reverting to standard cursor in widgets sample 2020-01-19 14:56:48 +01:00
widgets.h Fix reverting to standard cursor in widgets sample 2020-01-19 14:56:48 +01:00