wxWidgets/samples/widgets
Vadim Zeitlin 49a63afbad Avoid CRT deprecation warnings for MSVC build using makefiles too.
Define _CRT_SECURE_NO_DEPRECATE, _CRT_NON_CONFORMING_SWPRINTFS and
_SCL_SECURE_NO_WARNINGS when using makefiles to build the library too for
consistency with the project files.

These defines are only needed for VC8 and later but should do no harm for the
previous versions.

See #11009.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-02-07 21:38:31 +00:00
..
icons Added wxTimePickerCtrl page to the widgets sample. 2011-12-20 21:27:06 +00:00
bmpcombobox.cpp Replaced Ok() occurrences with IsOk() throughout trunk. 2011-05-03 16:29:04 +00:00
button.cpp Refactor wxButton and wxToggleButton to derive from wxAnyButton. 2011-06-14 13:00:42 +00:00
checkbox.cpp No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
choice.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
clrpicker.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
combobox.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
datepick.cpp Added wxTimePickerCtrl page to the widgets sample. 2011-12-20 21:27:06 +00:00
descrip.mms Add compile support for widgets sample on OpenVMS 2011-11-10 14:41:14 +00:00
dirctrl.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dirpicker.cpp Added wxFilePickerCtrl::SetInitialDirectory(). 2011-12-18 12:34:47 +00:00
editlbox.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
filectrl.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
filepicker.cpp Added wxFilePickerCtrl::SetInitialDirectory(). 2011-12-18 12:34:47 +00:00
fontpicker.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
gauge.cpp No changes whatsoever, just remove trailing whitespace. 2010-09-30 11:44:45 +00:00
hyperlnk.cpp Generic wxHyperlinkCtrl appearance and behaviour improvements. 2011-06-15 21:56:23 +00:00
itemcontainer.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
itemcontainer.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
listbox.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
makefile.bcc Always link with expat in monolithic build. 2011-12-25 13:28:01 +00:00
makefile.gcc Always link with expat in monolithic build. 2011-12-25 13:28:01 +00:00
Makefile.in Always link with expat in monolithic build. 2011-12-25 13:28:01 +00:00
makefile.mic Added missing licence line 2004-11-22 20:40:22 +00:00
makefile.unx Remove wxMGL port. 2012-01-15 14:46:41 +00:00
makefile.vc Avoid CRT deprecation warnings for MSVC build using makefiles too. 2012-02-07 21:38:31 +00:00
makefile.wat Always link with expat in monolithic build. 2011-12-25 13:28:01 +00:00
notebook.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
odcombobox.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
radiobox.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
searchctrl.cpp No changes whatsoever, just remove trailing whitespace. 2010-09-30 11:44:45 +00:00
slider.cpp Deprecate second parameter of wxSlider::SetTickFreq(). 2011-02-05 16:36:30 +00:00
spinbtn.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
statbmp.cpp Replaced Ok() occurrences with IsOk() throughout trunk. 2011-05-03 16:29:04 +00:00
static.cpp Use wxWindowUpdateLocker to speed up updates of the static widgets sample page. 2011-11-05 11:24:00 +00:00
textctrl.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
timepick.cpp Added wxTimePickerCtrl page to the widgets sample. 2011-12-20 21:27:06 +00:00
toggle.cpp Refactor wxButton and wxToggleButton to derive from wxAnyButton. 2011-06-14 13:00:42 +00:00
widgets_vc7.vcproj Always link with expat in monolithic build. 2011-12-25 13:28:01 +00:00
widgets_vc8.vcproj Rebake all project files to reflect MSVC deprecation warnings defines. 2012-02-07 21:38:09 +00:00
widgets_vc9.vcproj Rebake all project files to reflect MSVC deprecation warnings defines. 2012-02-07 21:38:09 +00:00
widgets.bkl Added wxTimePickerCtrl page to the widgets sample. 2011-12-20 21:27:06 +00:00
widgets.cpp Remove more Palm OS left overs. 2012-01-15 13:43:19 +00:00
widgets.dsp Always link with expat in monolithic build. 2011-12-25 13:28:01 +00:00
widgets.h Remove wxMGL port. 2012-01-15 14:46:41 +00:00