octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling octave with MSVC


From: John W. Eaton
Subject: Re: Compiling octave with MSVC
Date: Thu, 12 Oct 2006 17:37:35 -0400

What problem is solved by this change?

-    DLD_PICOBJ := $(DLD_OBJ)
+    ifdef XTRA_CXXDEFS
+      DLD_PICOBJ := $(addprefix oct/, $(DLD_OBJ))
+    else
+      DLD_PICOBJ := $(DLD_OBJ)
+    endif

Also, why bother checking to see if XTRA_CXXDEFS is defined when it
seems that it is now unconditionally defined earlier in the Makefile?

Why is -D_USE_MATH_DEFINES unconditionally added to XTRA_CDEFS and
XTRA_CXXDEFS in liboctave/Makefile.in?  What problem does that solve?

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]