wxWidgets/samples/event
Vadim Zeitlin 5216d97f08 Use arch suffix consistently in all directories names
For some reason, we used "vc_x64_lib" as the output directory for the
libraries, but "vc_mswu_x64" as the output directory for the samples.

Place the arch suffix, i.e. "_x64" part, always after the compiler
prefix (possibly including version), for consistency with both the
library output directories and with MSBuild project files, as
build/msw/wx_setup.props uses $(wxCompilerPrefix)$(wxArchSuffix)_...
as wxIntRootDir value.
2021-08-26 23:12:40 +02:00
..
chessboard.cpp Add sample code showing how to create a new wxEvent class 2019-11-16 00:56:23 +01:00
chessboard.h Add sample code showing how to create a new wxEvent class 2019-11-16 00:56:23 +01:00
descrip.mms Add samples/event/chessboard.cpp to be compiled into the sample on OpenVMS 2019-11-19 08:33:38 +01:00
event_vc8.vcproj Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
event_vc9.vcproj Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
event.bkl Add sample code showing how to create a new wxEvent class 2019-11-16 00:56:23 +01:00
event.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
gestures.cpp
gestures.h
makefile.gcc Link with ws2_32.lib rather than obsolete wsock32.lib 2021-04-18 22:13:45 +02:00
Makefile.in Use CMake-compatible variable names in configure Info.plist files 2021-08-15 18:39:34 +02:00
makefile.unx Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
makefile.vc Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00