wxwidgets/utils
Tim Stahlhut c69ee439d9 Stop using wxWidgets 1.xx wxString compatibility functions
Replace them with std::string-like equivalents when possible (i.e.
replace Length() with length(), IsNull() with empty()) or, at least,
with wx 2 functions if not (e.g. Remove() with Truncate(), First() with
Find(), LowerCase() with MakeLower() etc).

Closes #22638.
2022-07-24 16:25:29 +02:00
..
emulator Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
execmon Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
helpview Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
hhp2cached Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
ifacecheck Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
screenshotgen Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
wxrc Stop using wxWidgets 1.xx wxString compatibility functions 2022-07-24 16:25:29 +02:00
makefile.gcc Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
Makefile.in Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
makefile.vc Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
utils.bkl Reenable build of execmon in utils bakefile. 2009-09-13 11:55:08 +00:00