X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f82b7036e8e6068411853610dd8ce01265b99719..a41b1a1bbac9e67cfa53bdab0752ced26d4761c5:/samples/stc/makefile.vc?ds=sidebyside diff --git a/samples/stc/makefile.vc b/samples/stc/makefile.vc index bbe9c8b7d3..8d935d6624 100644 --- a/samples/stc/makefile.vc +++ b/samples/stc/makefile.vc @@ -78,13 +78,13 @@ LIBTYPE_SUFFIX = lib LIBTYPE_SUFFIX = dll !endif !if "$(TARGET_CPU)" == "AMD64" -LINK_TARGET_CPU = /MACHINE:AMD64 +LINK_TARGET_CPU = /MACHINE:X64 !endif !if "$(TARGET_CPU)" == "IA64" LINK_TARGET_CPU = /MACHINE:IA64 !endif !if "$(TARGET_CPU)" == "amd64" -LINK_TARGET_CPU = /MACHINE:AMD64 +LINK_TARGET_CPU = /MACHINE:X64 !endif !if "$(TARGET_CPU)" == "ia64" LINK_TARGET_CPU = /MACHINE:IA64