view test/ctor-vs-method/module.mk @ 14281:b4d7de953066

Export more required symbols [Win32]. * liboctave/regexp.h (class regexp): Decorate with OCTAVE_API * src/graphics.h.in (gtk_manager::create_instance, gtk_manager::instance): Decorate with OCTINTERP_API.
author Michael Goffioul <michael.goffioul@gmail.com>
date Sun, 29 Jan 2012 12:53:05 +0000
parents e98cd21d63ea
children
line wrap: on
line source

ctor_vs_method_FCN_FILES = \
  ctor-vs-method/@derived/derived.m \
  ctor-vs-method/@derived/parent.m \
  ctor-vs-method/@other/other.m \
  ctor-vs-method/@other/parent.m \
  ctor-vs-method/@parent/method.m \
  ctor-vs-method/@parent/parent.m \
  ctor-vs-method/__trace__.m \
  ctor-vs-method/test_ctor_vs_method.m

FCN_FILES += $(ctor_vs_method_FCN_FILES)