view liboctave/octave.in.pc @ 30878:a1c2ea6deaa4

fix err messages when running selected code while in dbg mode (bug #62105) * octave-qscintilla.cc (contextmenu_run): when in debug mode, remove line and column number from error message also for stack size two and drop another stack level from the error message
author Torsten Lilge <ttl-octave@mailbox.org>
date Fri, 01 Apr 2022 23:02:18 +0200
parents 26070f36f1e7
children
line wrap: on
line source

Name: @PACKAGE_NAME@
Description: C++ interface to GNU Octave underlying library.
URL: https://www.octave.org
Version: @PACKAGE_VERSION@
Requires:
Requires.private:
Libs: -L@octlibdir@ @LIBOCTAVE@
Libs.private: @LIBOCTAVE_LINK_DEPS@
Cflags: -I@octincludedir@/..