From 5216d97f08aa4f38e1ab0f2f3f737bfd01aa3f63 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 26 Aug 2021 23:12:40 +0200 Subject: [PATCH] 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. --- build/bakefiles/common.bkl | 2 +- build/msw/makefile.vc | 2 +- build/msw/wx_vc8_adv.vcproj | 24 +++---- build/msw/wx_vc8_aui.vcproj | 24 +++---- build/msw/wx_vc8_base.vcproj | 56 ++++++++-------- build/msw/wx_vc8_core.vcproj | 24 +++---- build/msw/wx_vc8_gl.vcproj | 24 +++---- build/msw/wx_vc8_html.vcproj | 24 +++---- build/msw/wx_vc8_media.vcproj | 24 +++---- build/msw/wx_vc8_net.vcproj | 24 +++---- build/msw/wx_vc8_propgrid.vcproj | 24 +++---- build/msw/wx_vc8_qa.vcproj | 24 +++---- build/msw/wx_vc8_ribbon.vcproj | 24 +++---- build/msw/wx_vc8_richtext.vcproj | 24 +++---- build/msw/wx_vc8_stc.vcproj | 24 +++---- build/msw/wx_vc8_webview.vcproj | 24 +++---- build/msw/wx_vc8_wxexpat.vcproj | 16 ++--- build/msw/wx_vc8_wxjpeg.vcproj | 16 ++--- build/msw/wx_vc8_wxpng.vcproj | 16 ++--- build/msw/wx_vc8_wxregex.vcproj | 16 ++--- build/msw/wx_vc8_wxscintilla.vcproj | 16 ++--- build/msw/wx_vc8_wxtiff.vcproj | 16 ++--- build/msw/wx_vc8_wxzlib.vcproj | 16 ++--- build/msw/wx_vc8_xml.vcproj | 24 +++---- build/msw/wx_vc8_xrc.vcproj | 24 +++---- build/msw/wx_vc9_adv.vcproj | 24 +++---- build/msw/wx_vc9_aui.vcproj | 24 +++---- build/msw/wx_vc9_base.vcproj | 56 ++++++++-------- build/msw/wx_vc9_core.vcproj | 24 +++---- build/msw/wx_vc9_gl.vcproj | 24 +++---- build/msw/wx_vc9_html.vcproj | 24 +++---- build/msw/wx_vc9_media.vcproj | 24 +++---- build/msw/wx_vc9_net.vcproj | 24 +++---- build/msw/wx_vc9_propgrid.vcproj | 24 +++---- build/msw/wx_vc9_qa.vcproj | 24 +++---- build/msw/wx_vc9_ribbon.vcproj | 24 +++---- build/msw/wx_vc9_richtext.vcproj | 24 +++---- build/msw/wx_vc9_stc.vcproj | 24 +++---- build/msw/wx_vc9_webview.vcproj | 24 +++---- build/msw/wx_vc9_wxexpat.vcproj | 16 ++--- build/msw/wx_vc9_wxjpeg.vcproj | 16 ++--- build/msw/wx_vc9_wxpng.vcproj | 16 ++--- build/msw/wx_vc9_wxregex.vcproj | 16 ++--- build/msw/wx_vc9_wxscintilla.vcproj | 16 ++--- build/msw/wx_vc9_wxtiff.vcproj | 16 ++--- build/msw/wx_vc9_wxzlib.vcproj | 16 ++--- build/msw/wx_vc9_xml.vcproj | 24 +++---- build/msw/wx_vc9_xrc.vcproj | 24 +++---- demos/bombs/bombs_vc8.vcproj | 56 ++++++++-------- demos/bombs/bombs_vc9.vcproj | 56 ++++++++-------- demos/bombs/makefile.vc | 2 +- demos/forty/forty_vc8.vcproj | 56 ++++++++-------- demos/forty/forty_vc9.vcproj | 56 ++++++++-------- demos/forty/makefile.vc | 2 +- demos/fractal/fractal_vc8.vcproj | 56 ++++++++-------- demos/fractal/fractal_vc9.vcproj | 56 ++++++++-------- demos/fractal/makefile.vc | 2 +- demos/life/life_vc8.vcproj | 56 ++++++++-------- demos/life/life_vc9.vcproj | 56 ++++++++-------- demos/life/makefile.vc | 2 +- demos/poem/makefile.vc | 2 +- demos/poem/poem_vc8.vcproj | 56 ++++++++-------- demos/poem/poem_vc9.vcproj | 56 ++++++++-------- samples/access/access_vc8.vcproj | 56 ++++++++-------- samples/access/access_vc9.vcproj | 56 ++++++++-------- samples/access/makefile.vc | 2 +- samples/animate/anitest_vc8.vcproj | 56 ++++++++-------- samples/animate/anitest_vc9.vcproj | 56 ++++++++-------- samples/animate/makefile.vc | 2 +- samples/archive/archive_vc8.vcproj | 56 ++++++++-------- samples/archive/archive_vc9.vcproj | 56 ++++++++-------- samples/archive/makefile.vc | 2 +- samples/artprov/artprov_vc8.vcproj | 56 ++++++++-------- samples/artprov/artprov_vc9.vcproj | 56 ++++++++-------- samples/artprov/makefile.vc | 2 +- samples/aui/auidemo_vc8.vcproj | 56 ++++++++-------- samples/aui/auidemo_vc9.vcproj | 56 ++++++++-------- samples/aui/makefile.vc | 2 +- samples/calendar/calendar_vc8.vcproj | 56 ++++++++-------- samples/calendar/calendar_vc9.vcproj | 56 ++++++++-------- samples/calendar/makefile.vc | 2 +- samples/caret/caret_vc8.vcproj | 56 ++++++++-------- samples/caret/caret_vc9.vcproj | 56 ++++++++-------- samples/caret/makefile.vc | 2 +- samples/clipboard/clipboard_vc8.vcproj | 56 ++++++++-------- samples/clipboard/clipboard_vc9.vcproj | 56 ++++++++-------- samples/clipboard/makefile.vc | 2 +- samples/collpane/collpane_vc8.vcproj | 56 ++++++++-------- samples/collpane/collpane_vc9.vcproj | 56 ++++++++-------- samples/collpane/makefile.vc | 2 +- samples/combo/combo_vc8.vcproj | 56 ++++++++-------- samples/combo/combo_vc9.vcproj | 56 ++++++++-------- samples/combo/makefile.vc | 2 +- samples/config/config_vc8.vcproj | 56 ++++++++-------- samples/config/config_vc9.vcproj | 56 ++++++++-------- samples/config/makefile.vc | 2 +- samples/console/console_vc8.vcproj | 56 ++++++++-------- samples/console/console_vc9.vcproj | 56 ++++++++-------- samples/console/makefile.vc | 2 +- samples/dataview/dataview_vc8.vcproj | 56 ++++++++-------- samples/dataview/dataview_vc9.vcproj | 56 ++++++++-------- samples/dataview/makefile.vc | 2 +- samples/debugrpt/debugrpt_vc8.vcproj | 56 ++++++++-------- samples/debugrpt/debugrpt_vc9.vcproj | 56 ++++++++-------- samples/debugrpt/makefile.vc | 2 +- samples/dialogs/dialogs_vc8.vcproj | 56 ++++++++-------- samples/dialogs/dialogs_vc9.vcproj | 56 ++++++++-------- samples/dialogs/makefile.vc | 2 +- samples/dialup/dialup_vc8.vcproj | 56 ++++++++-------- samples/dialup/dialup_vc9.vcproj | 56 ++++++++-------- samples/dialup/makefile.vc | 2 +- samples/display/display_vc8.vcproj | 56 ++++++++-------- samples/display/display_vc9.vcproj | 56 ++++++++-------- samples/display/makefile.vc | 2 +- samples/dll/dll_vc8_my_dll.vcproj | 64 +++++++++---------- samples/dll/dll_vc8_sdk_exe.vcproj | 64 +++++++++---------- samples/dll/dll_vc8_wx_exe.vcproj | 32 +++++----- samples/dll/dll_vc9_my_dll.vcproj | 64 +++++++++---------- samples/dll/dll_vc9_sdk_exe.vcproj | 64 +++++++++---------- samples/dll/dll_vc9_wx_exe.vcproj | 32 +++++----- samples/dll/makefile.vc | 2 +- samples/dnd/dnd_vc8.vcproj | 56 ++++++++-------- samples/dnd/dnd_vc9.vcproj | 56 ++++++++-------- samples/dnd/makefile.vc | 2 +- samples/docview/docview_vc8.vcproj | 56 ++++++++-------- samples/docview/docview_vc9.vcproj | 56 ++++++++-------- samples/docview/makefile.vc | 2 +- samples/dragimag/dragimag_vc8.vcproj | 56 ++++++++-------- samples/dragimag/dragimag_vc9.vcproj | 56 ++++++++-------- samples/dragimag/makefile.vc | 2 +- samples/drawing/drawing_vc8.vcproj | 56 ++++++++-------- samples/drawing/drawing_vc9.vcproj | 56 ++++++++-------- samples/drawing/makefile.vc | 2 +- samples/erase/erase_vc8.vcproj | 56 ++++++++-------- samples/erase/erase_vc9.vcproj | 56 ++++++++-------- samples/erase/makefile.vc | 2 +- samples/event/event_vc8.vcproj | 56 ++++++++-------- samples/event/event_vc9.vcproj | 56 ++++++++-------- samples/event/makefile.vc | 2 +- samples/except/except_vc8.vcproj | 56 ++++++++-------- samples/except/except_vc9.vcproj | 56 ++++++++-------- samples/except/makefile.vc | 2 +- samples/exec/exec_vc8.vcproj | 56 ++++++++-------- samples/exec/exec_vc9.vcproj | 56 ++++++++-------- samples/exec/makefile.vc | 2 +- samples/font/font_vc8.vcproj | 56 ++++++++-------- samples/font/font_vc9.vcproj | 56 ++++++++-------- samples/font/makefile.vc | 2 +- samples/fswatcher/fswatcher_vc8.vcproj | 56 ++++++++-------- samples/fswatcher/fswatcher_vc9.vcproj | 56 ++++++++-------- samples/fswatcher/makefile.vc | 2 +- samples/grid/grid_vc8.vcproj | 56 ++++++++-------- samples/grid/grid_vc9.vcproj | 56 ++++++++-------- samples/grid/makefile.vc | 2 +- samples/help/help_vc8.vcproj | 56 ++++++++-------- samples/help/help_vc9.vcproj | 56 ++++++++-------- samples/help/makefile.vc | 2 +- samples/htlbox/htlbox_vc8.vcproj | 56 ++++++++-------- samples/htlbox/htlbox_vc9.vcproj | 56 ++++++++-------- samples/htlbox/makefile.vc | 2 +- samples/html/about/about_vc8.vcproj | 56 ++++++++-------- samples/html/about/about_vc9.vcproj | 56 ++++++++-------- samples/html/about/makefile.vc | 2 +- samples/html/help/help_vc8.vcproj | 56 ++++++++-------- samples/html/help/help_vc9.vcproj | 56 ++++++++-------- samples/html/help/makefile.vc | 2 +- samples/html/helpview/helpview_vc8.vcproj | 56 ++++++++-------- samples/html/helpview/helpview_vc9.vcproj | 56 ++++++++-------- samples/html/helpview/makefile.vc | 2 +- samples/html/printing/makefile.vc | 2 +- samples/html/printing/printing_vc8.vcproj | 56 ++++++++-------- samples/html/printing/printing_vc9.vcproj | 56 ++++++++-------- samples/html/test/makefile.vc | 2 +- samples/html/test/test_vc8.vcproj | 56 ++++++++-------- samples/html/test/test_vc9.vcproj | 56 ++++++++-------- samples/html/virtual/makefile.vc | 2 +- samples/html/virtual/virtual_vc8.vcproj | 56 ++++++++-------- samples/html/virtual/virtual_vc9.vcproj | 56 ++++++++-------- samples/html/widget/makefile.vc | 2 +- samples/html/widget/widget_vc8.vcproj | 56 ++++++++-------- samples/html/widget/widget_vc9.vcproj | 56 ++++++++-------- samples/html/zip/makefile.vc | 2 +- samples/html/zip/zip_vc8.vcproj | 56 ++++++++-------- samples/html/zip/zip_vc9.vcproj | 56 ++++++++-------- samples/image/image_vc8.vcproj | 56 ++++++++-------- samples/image/image_vc9.vcproj | 56 ++++++++-------- samples/image/makefile.vc | 2 +- samples/internat/internat_vc8.vcproj | 56 ++++++++-------- samples/internat/internat_vc9.vcproj | 56 ++++++++-------- samples/internat/makefile.vc | 2 +- samples/ipc/ipc_vc8_baseipcclient.vcproj | 56 ++++++++-------- samples/ipc/ipc_vc8_baseipcserver.vcproj | 56 ++++++++-------- samples/ipc/ipc_vc8_ipcclient.vcproj | 56 ++++++++-------- samples/ipc/ipc_vc8_ipcserver.vcproj | 56 ++++++++-------- samples/ipc/ipc_vc9_baseipcclient.vcproj | 56 ++++++++-------- samples/ipc/ipc_vc9_baseipcserver.vcproj | 56 ++++++++-------- samples/ipc/ipc_vc9_ipcclient.vcproj | 56 ++++++++-------- samples/ipc/ipc_vc9_ipcserver.vcproj | 56 ++++++++-------- samples/ipc/makefile.vc | 2 +- samples/joytest/joytest_vc8.vcproj | 56 ++++++++-------- samples/joytest/joytest_vc9.vcproj | 56 ++++++++-------- samples/joytest/makefile.vc | 2 +- samples/keyboard/keyboard_vc8.vcproj | 56 ++++++++-------- samples/keyboard/keyboard_vc9.vcproj | 56 ++++++++-------- samples/keyboard/makefile.vc | 2 +- samples/layout/layout_vc8.vcproj | 56 ++++++++-------- samples/layout/layout_vc9.vcproj | 56 ++++++++-------- samples/layout/makefile.vc | 2 +- samples/listctrl/listctrl_vc8.vcproj | 56 ++++++++-------- samples/listctrl/listctrl_vc9.vcproj | 56 ++++++++-------- samples/listctrl/makefile.vc | 2 +- samples/mdi/makefile.vc | 2 +- samples/mdi/mdi_vc8.vcproj | 56 ++++++++-------- samples/mdi/mdi_vc9.vcproj | 56 ++++++++-------- samples/mediaplayer/makefile.vc | 2 +- samples/mediaplayer/mediaplayer_vc8.vcproj | 56 ++++++++-------- samples/mediaplayer/mediaplayer_vc9.vcproj | 56 ++++++++-------- samples/memcheck/makefile.vc | 2 +- samples/memcheck/memcheck_vc8.vcproj | 56 ++++++++-------- samples/memcheck/memcheck_vc9.vcproj | 56 ++++++++-------- samples/menu/makefile.vc | 2 +- samples/menu/menu_vc8.vcproj | 56 ++++++++-------- samples/menu/menu_vc9.vcproj | 56 ++++++++-------- samples/mfc/makefile.vc | 2 +- samples/mfc/mfc_vc8.vcproj | 56 ++++++++-------- samples/mfc/mfc_vc9.vcproj | 56 ++++++++-------- samples/minimal/makefile.vc | 2 +- samples/minimal/minimal_vc8.vcproj | 56 ++++++++-------- samples/minimal/minimal_vc9.vcproj | 56 ++++++++-------- samples/nativdlg/makefile.vc | 2 +- samples/nativdlg/nativdlg_vc8.vcproj | 56 ++++++++-------- samples/nativdlg/nativdlg_vc9.vcproj | 56 ++++++++-------- samples/notebook/makefile.vc | 2 +- samples/notebook/notebook_vc8.vcproj | 56 ++++++++-------- samples/notebook/notebook_vc9.vcproj | 56 ++++++++-------- samples/oleauto/makefile.vc | 2 +- samples/oleauto/oleauto_vc8.vcproj | 56 ++++++++-------- samples/oleauto/oleauto_vc9.vcproj | 56 ++++++++-------- samples/opengl/cube/cube_vc8.vcproj | 56 ++++++++-------- samples/opengl/cube/cube_vc9.vcproj | 56 ++++++++-------- samples/opengl/cube/makefile.vc | 2 +- samples/opengl/isosurf/isosurf_vc8.vcproj | 56 ++++++++-------- samples/opengl/isosurf/isosurf_vc9.vcproj | 56 ++++++++-------- samples/opengl/isosurf/makefile.vc | 2 +- samples/opengl/penguin/makefile.vc | 2 +- samples/opengl/penguin/penguin_vc8.vcproj | 56 ++++++++-------- samples/opengl/penguin/penguin_vc9.vcproj | 56 ++++++++-------- samples/opengl/pyramid/makefile.vc | 2 +- samples/opengl/pyramid/pyramid_vc8.vcproj | 56 ++++++++-------- samples/opengl/pyramid/pyramid_vc9.vcproj | 56 ++++++++-------- samples/ownerdrw/makefile.vc | 2 +- samples/ownerdrw/ownerdrw_vc8.vcproj | 56 ++++++++-------- samples/ownerdrw/ownerdrw_vc9.vcproj | 56 ++++++++-------- samples/popup/makefile.vc | 2 +- samples/popup/popup_vc8.vcproj | 56 ++++++++-------- samples/popup/popup_vc9.vcproj | 56 ++++++++-------- samples/power/makefile.vc | 2 +- samples/power/power_vc8.vcproj | 56 ++++++++-------- samples/power/power_vc9.vcproj | 56 ++++++++-------- samples/preferences/makefile.vc | 2 +- samples/preferences/preferences_vc8.vcproj | 56 ++++++++-------- samples/preferences/preferences_vc9.vcproj | 56 ++++++++-------- samples/printing/makefile.vc | 2 +- samples/printing/printing_vc8.vcproj | 56 ++++++++-------- samples/printing/printing_vc9.vcproj | 56 ++++++++-------- samples/propgrid/makefile.vc | 2 +- samples/propgrid/propgrid_vc8.vcproj | 56 ++++++++-------- samples/propgrid/propgrid_vc9.vcproj | 56 ++++++++-------- samples/regtest/makefile.vc | 2 +- samples/regtest/regtest_vc8.vcproj | 56 ++++++++-------- samples/regtest/regtest_vc9.vcproj | 56 ++++++++-------- samples/render/makefile.vc | 2 +- samples/render/render_vc8_renddll.vcproj | 28 ++++---- samples/render/render_vc8_render.vcproj | 56 ++++++++-------- samples/render/render_vc9_renddll.vcproj | 28 ++++---- samples/render/render_vc9_render.vcproj | 56 ++++++++-------- samples/ribbon/makefile.vc | 2 +- samples/ribbon/ribbon_vc8.vcproj | 56 ++++++++-------- samples/ribbon/ribbon_vc9.vcproj | 56 ++++++++-------- samples/richtext/makefile.vc | 2 +- samples/richtext/richtext_vc8.vcproj | 56 ++++++++-------- samples/richtext/richtext_vc9.vcproj | 56 ++++++++-------- samples/sashtest/makefile.vc | 2 +- samples/sashtest/sashtest_vc8.vcproj | 56 ++++++++-------- samples/sashtest/sashtest_vc9.vcproj | 56 ++++++++-------- samples/scroll/makefile.vc | 2 +- samples/scroll/scroll_vc8.vcproj | 56 ++++++++-------- samples/scroll/scroll_vc9.vcproj | 56 ++++++++-------- samples/secretstore/makefile.vc | 2 +- samples/secretstore/secretstore_vc8.vcproj | 56 ++++++++-------- samples/secretstore/secretstore_vc9.vcproj | 56 ++++++++-------- samples/shaped/makefile.vc | 2 +- samples/shaped/shaped_vc8.vcproj | 56 ++++++++-------- samples/shaped/shaped_vc9.vcproj | 56 ++++++++-------- samples/sockets/makefile.vc | 2 +- samples/sockets/sockets_vc8_baseclient.vcproj | 56 ++++++++-------- samples/sockets/sockets_vc8_baseserver.vcproj | 56 ++++++++-------- samples/sockets/sockets_vc8_client.vcproj | 56 ++++++++-------- samples/sockets/sockets_vc8_server.vcproj | 56 ++++++++-------- samples/sockets/sockets_vc9_baseclient.vcproj | 56 ++++++++-------- samples/sockets/sockets_vc9_baseserver.vcproj | 56 ++++++++-------- samples/sockets/sockets_vc9_client.vcproj | 56 ++++++++-------- samples/sockets/sockets_vc9_server.vcproj | 56 ++++++++-------- samples/sound/makefile.vc | 2 +- samples/sound/sound_vc8.vcproj | 56 ++++++++-------- samples/sound/sound_vc9.vcproj | 56 ++++++++-------- samples/splash/makefile.vc | 2 +- samples/splash/splash_vc8.vcproj | 56 ++++++++-------- samples/splash/splash_vc9.vcproj | 56 ++++++++-------- samples/splitter/makefile.vc | 2 +- samples/splitter/splitter_vc8.vcproj | 56 ++++++++-------- samples/splitter/splitter_vc9.vcproj | 56 ++++++++-------- samples/statbar/makefile.vc | 2 +- samples/statbar/statbar_vc8.vcproj | 56 ++++++++-------- samples/statbar/statbar_vc9.vcproj | 56 ++++++++-------- samples/stc/makefile.vc | 2 +- samples/stc/stctest_vc8.vcproj | 56 ++++++++-------- samples/stc/stctest_vc9.vcproj | 56 ++++++++-------- samples/svg/makefile.vc | 2 +- samples/svg/svgtest_vc8.vcproj | 56 ++++++++-------- samples/svg/svgtest_vc9.vcproj | 56 ++++++++-------- samples/taborder/makefile.vc | 2 +- samples/taborder/taborder_vc8.vcproj | 56 ++++++++-------- samples/taborder/taborder_vc9.vcproj | 56 ++++++++-------- samples/taskbar/makefile.vc | 2 +- samples/taskbar/taskbar_vc8.vcproj | 56 ++++++++-------- samples/taskbar/taskbar_vc9.vcproj | 56 ++++++++-------- samples/taskbarbutton/makefile.vc | 2 +- .../taskbarbutton/taskbarbutton_vc8.vcproj | 56 ++++++++-------- .../taskbarbutton/taskbarbutton_vc9.vcproj | 56 ++++++++-------- samples/text/makefile.vc | 2 +- samples/text/text_vc8.vcproj | 56 ++++++++-------- samples/text/text_vc9.vcproj | 56 ++++++++-------- samples/thread/makefile.vc | 2 +- samples/thread/thread_vc8.vcproj | 56 ++++++++-------- samples/thread/thread_vc9.vcproj | 56 ++++++++-------- samples/toolbar/makefile.vc | 2 +- samples/toolbar/toolbar_vc8.vcproj | 56 ++++++++-------- samples/toolbar/toolbar_vc9.vcproj | 56 ++++++++-------- samples/treectrl/makefile.vc | 2 +- samples/treectrl/treectrl_vc8.vcproj | 56 ++++++++-------- samples/treectrl/treectrl_vc9.vcproj | 56 ++++++++-------- samples/treelist/makefile.vc | 2 +- samples/treelist/treelist_vc8.vcproj | 56 ++++++++-------- samples/treelist/treelist_vc9.vcproj | 56 ++++++++-------- samples/typetest/makefile.vc | 2 +- samples/typetest/typetest_vc8.vcproj | 56 ++++++++-------- samples/typetest/typetest_vc9.vcproj | 56 ++++++++-------- samples/uiaction/makefile.vc | 2 +- samples/uiaction/uiaction_vc8.vcproj | 56 ++++++++-------- samples/uiaction/uiaction_vc9.vcproj | 56 ++++++++-------- samples/validate/makefile.vc | 2 +- samples/validate/validate_vc8.vcproj | 56 ++++++++-------- samples/validate/validate_vc9.vcproj | 56 ++++++++-------- samples/vscroll/makefile.vc | 2 +- samples/vscroll/vscroll_vc8.vcproj | 56 ++++++++-------- samples/vscroll/vscroll_vc9.vcproj | 56 ++++++++-------- samples/webrequest/makefile.vc | 2 +- samples/webrequest/webrequest_vc8.vcproj | 56 ++++++++-------- samples/webrequest/webrequest_vc9.vcproj | 56 ++++++++-------- samples/webview/makefile.vc | 2 +- samples/webview/webview_vc8.vcproj | 56 ++++++++-------- samples/webview/webview_vc9.vcproj | 56 ++++++++-------- samples/widgets/makefile.vc | 2 +- samples/widgets/widgets_vc8.vcproj | 56 ++++++++-------- samples/widgets/widgets_vc9.vcproj | 56 ++++++++-------- samples/wizard/makefile.vc | 2 +- samples/wizard/wizard_vc8.vcproj | 56 ++++++++-------- samples/wizard/wizard_vc9.vcproj | 56 ++++++++-------- samples/wrapsizer/makefile.vc | 2 +- samples/wrapsizer/wrapsizer_vc8.vcproj | 56 ++++++++-------- samples/wrapsizer/wrapsizer_vc9.vcproj | 56 ++++++++-------- samples/xrc/makefile.vc | 2 +- samples/xrc/xrcdemo_vc8.vcproj | 56 ++++++++-------- samples/xrc/xrcdemo_vc9.vcproj | 56 ++++++++-------- samples/xti/makefile.vc | 2 +- samples/xti/xti_vc8.vcproj | 56 ++++++++-------- samples/xti/xti_vc9.vcproj | 56 ++++++++-------- tests/benchmarks/bench_vc8_bench.vcproj | 56 ++++++++-------- .../bench_vc8_bench_graphics.vcproj | 56 ++++++++-------- tests/benchmarks/bench_vc8_bench_gui.vcproj | 56 ++++++++-------- tests/benchmarks/bench_vc9_bench.vcproj | 56 ++++++++-------- .../bench_vc9_bench_graphics.vcproj | 56 ++++++++-------- tests/benchmarks/bench_vc9_bench_gui.vcproj | 56 ++++++++-------- tests/benchmarks/makefile.vc | 2 +- tests/makefile.vc | 2 +- tests/test_vc8_test.vcproj | 64 +++++++++---------- tests/test_vc8_test_allheaders.vcproj | 64 +++++++++---------- tests/test_vc8_test_drawing.vcproj | 64 +++++++++---------- tests/test_vc8_test_drawingplugin.vcproj | 28 ++++---- tests/test_vc8_test_gui.vcproj | 64 +++++++++---------- tests/test_vc9_test.vcproj | 64 +++++++++---------- tests/test_vc9_test_allheaders.vcproj | 64 +++++++++---------- tests/test_vc9_test_drawing.vcproj | 64 +++++++++---------- tests/test_vc9_test_drawingplugin.vcproj | 28 ++++---- tests/test_vc9_test_gui.vcproj | 64 +++++++++---------- utils/emulator/src/emulator_vc8.vcproj | 56 ++++++++-------- utils/emulator/src/emulator_vc9.vcproj | 56 ++++++++-------- utils/emulator/src/makefile.vc | 2 +- utils/execmon/execmon_vc8.vcproj | 56 ++++++++-------- utils/execmon/execmon_vc9.vcproj | 56 ++++++++-------- utils/execmon/makefile.vc | 2 +- utils/helpview/src/helpview_vc8.vcproj | 56 ++++++++-------- utils/helpview/src/helpview_vc9.vcproj | 56 ++++++++-------- utils/helpview/src/makefile.vc | 2 +- utils/hhp2cached/hhp2cached_vc8.vcproj | 56 ++++++++-------- utils/hhp2cached/hhp2cached_vc9.vcproj | 56 ++++++++-------- utils/hhp2cached/makefile.vc | 2 +- utils/ifacecheck/src/ifacecheck_vc8.vcproj | 56 ++++++++-------- utils/ifacecheck/src/ifacecheck_vc9.vcproj | 56 ++++++++-------- utils/ifacecheck/src/makefile.vc | 2 +- utils/screenshotgen/src/makefile.vc | 2 +- .../src/screenshotgen_vc8.vcproj | 56 ++++++++-------- .../src/screenshotgen_vc9.vcproj | 56 ++++++++-------- utils/wxrc/makefile.vc | 2 +- utils/wxrc/wxrc_vc8.vcproj | 56 ++++++++-------- utils/wxrc/wxrc_vc9.vcproj | 56 ++++++++-------- 417 files changed, 7779 insertions(+), 7779 deletions(-) diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 7fb95c937c..d0907c6c20 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -211,7 +211,7 @@ $(COMPILER) - $(COMPILER_PREFIX)$(COMPILER_VERSION)_$(CFG_NAME_PART)$(ARCH_SUFFIX) + $(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(CFG_NAME_PART) $(OBJS) diff --git a/build/msw/makefile.vc b/build/msw/makefile.vc index 42d2c0634e..e8fd66a266 100644 --- a/build/msw/makefile.vc +++ b/build/msw/makefile.vc @@ -34,7 +34,7 @@ WX_RELEASE_NODOT = 31 WX_VERSION_NODOT = $(WX_RELEASE_NODOT)6 COMPILER_PREFIX = vc OBJS = \ - $(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(ARCH_SUFFIX) + $(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) LIBDIRNAME = \ ..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(LIBTYPE_SUFFIX)$(CFG) SETUPHDIR = \ diff --git a/build/msw/wx_vc8_adv.vcproj b/build/msw/wx_vc8_adv.vcproj index 39e4b724a9..03dd4104b9 100644 --- a/build/msw/wx_vc8_adv.vcproj +++ b/build/msw/wx_vc8_adv.vcproj @@ -381,7 +381,7 @@ @@ -1289,7 +1289,7 @@ > @@ -1466,7 +1466,7 @@ > @@ -1554,7 +1554,7 @@ > diff --git a/build/msw/wx_vc8_core.vcproj b/build/msw/wx_vc8_core.vcproj index 0b953cfcfa..9e1cc432f5 100644 --- a/build/msw/wx_vc8_core.vcproj +++ b/build/msw/wx_vc8_core.vcproj @@ -381,7 +381,7 @@ @@ -1285,7 +1285,7 @@ > @@ -1462,7 +1462,7 @@ > @@ -1550,7 +1550,7 @@ > diff --git a/build/msw/wx_vc9_core.vcproj b/build/msw/wx_vc9_core.vcproj index 9068588fa0..0fce999ed3 100644 --- a/build/msw/wx_vc9_core.vcproj +++ b/build/msw/wx_vc9_core.vcproj @@ -379,7 +379,7 @@ @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -486,7 +486,7 @@ /> @@ -677,7 +677,7 @@ /> @@ -298,7 +298,7 @@ /> @@ -471,7 +471,7 @@ /> @@ -655,7 +655,7 @@ /> @@ -290,7 +290,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -506,7 +506,7 @@ /> @@ -705,7 +705,7 @@ /> @@ -506,7 +506,7 @@ /> @@ -705,7 +705,7 @@ /> @@ -506,7 +506,7 @@ /> @@ -705,7 +705,7 @@ /> @@ -506,7 +506,7 @@ /> @@ -705,7 +705,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -683,7 +683,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -683,7 +683,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -683,7 +683,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -683,7 +683,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ /> @@ -491,7 +491,7 @@ /> @@ -684,7 +684,7 @@ /> @@ -476,7 +476,7 @@ /> @@ -662,7 +662,7 @@ />