octave-maintainers
[Top][All Lists]
Advanced

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

MSVC compiler support [patch 19]: strncasecmp needed in liboctave


From: Michael Goffioul
Subject: MSVC compiler support [patch 19]: strncasecmp needed in liboctave
Date: Tue, 17 Oct 2006 21:52:56 +0200
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

octave DLL needs strncasecmp implementation, which is only defined in
src/ sub-directory
Index: liboctave/Makefile.in
===================================================================
RCS file: /cvs/octave/liboctave/Makefile.in,v
retrieving revision 1.220
diff -p -c -r1.220 Makefile.in
*** liboctave/Makefile.in       13 Oct 2006 18:11:26 -0000      1.220
--- liboctave/Makefile.in       17 Oct 2006 11:07:41 -0000
*************** LIBOCTAVE_CXX_SOURCES := Bounds.cc Collo
*** 131,137 ****
  LIBOCTAVE_C_SOURCES := f2c-main.c filemode.c getopt.c getopt1.c \
        lo-cieee.c lo-cutils.c mkdir.c oct-getopt.c \
        randgamma.c randmtzig.c randpoisson.c rename.c \
!       rmdir.c strftime.c strptime.c tempname.c tempnam.c
  
  LIBOCTAVE_SOURCES := $(LIBOCTAVE_CXX_SOURCES) $(LIBOCTAVE_C_SOURCES)
  
--- 134,140 ----
  LIBOCTAVE_C_SOURCES := f2c-main.c filemode.c getopt.c getopt1.c \
        lo-cieee.c lo-cutils.c mkdir.c oct-getopt.c \
        randgamma.c randmtzig.c randpoisson.c rename.c \
!       rmdir.c strftime.c strptime.c tempname.c tempnam.c 
$(top_srcdir)/src/strncase.c
  
  LIBOCTAVE_SOURCES := $(LIBOCTAVE_CXX_SOURCES) $(LIBOCTAVE_C_SOURCES)
  

reply via email to

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