wxwidgets/samples/mfc
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
..
makefile.vc Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
mfc.bkl add headers to the samples' bakefiles so that they show up in MSVC project files 2009-03-04 11:47:32 +00:00
mfc_vc8.vcproj Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
mfc_vc9.vcproj Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
mfctest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
mfctest.h Extract reusable part of the MFC sample in a header 2017-12-11 21:03:17 +01:00
mfctest.ico Replaced icon 2005-05-19 17:01:43 +00:00
mfctest.rc
resource.h No changes whatsoever, just remove trailing whitespace. 2010-09-30 11:44:45 +00:00
stdafx.h define _AFXDLL to ensure that MFC libraries are linked in 2006-11-01 21:38:42 +00:00