GraphicsMagick: The /MACHINE:x86 command should never be placed ...

GraphicsMagick Commits <[email protected]>
Newsgroups gmane.comp.video.graphicsmagick.cvs
Message-ID <mailman.34686.1659861764.1510.graphicsmagick-commit@lists.sourceforge.net>
changeset d4343d154600 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=d4343d154600
summary: The /MACHINE:x86 command should never be placed to LIB dependency list in .vcproj.

diffstat:

 ChangeLog                            |  5 +++++
 VisualMagick/configure/configure.cpp |  3 +++
 2 files changed, 8 insertions(+), 0 deletions(-)

diffs (29 lines):

diff -r 671a33015c59 -r d4343d154600 ChangeLog
--- a/ChangeLog	Sat Aug 06 09:24:04 2022 -0500
+++ b/ChangeLog	Sun Aug 07 10:41:52 2022 +0200
@@ -1,3 +1,8 @@
+2022-08-07    Fojtik Jaroslav  <[email protected]>
+
+        * VisualMagick\configure\configure.cpp: The /MACHINE:x86
+	should never be placed to DLL dependency list.
+
 2022-08-06  Bob Friesenhahn  <[email protected]>
 
         * coders/tga.c: Enhance 'coder' level trace information.
diff -r 671a33015c59 -r d4343d154600 VisualMagick/configure/configure.cpp
--- a/VisualMagick/configure/configure.cpp	Sat Aug 06 09:24:04 2022 -0500
+++ b/VisualMagick/configure/configure.cpp	Sun Aug 07 10:41:52 2022 +0200
@@ -5189,10 +5189,13 @@
       strmode = "DB_";
       break;
     }
+/* MACHINE SHOULD NOT BE CONFIGURED AS A DEPENDENCY!
   if (build64Bit)
     m_stream << "        AdditionalDependencies=\"/MACHINE:AMD64 ";
   else
     m_stream << "        AdditionalDependencies=\"/MACHINE:X86 ";
+*/
+  m_stream << "        AdditionalDependencies=\"";
   if (onebigdllMode || (standaloneMode && (type == EXEPROJECT)))
     {
       switch (runtime)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.