Ignore:
Timestamp:
Feb 2, 2017, 3:21:44 PM (7 years ago)
Author:
Erik M. Bray <erik.bray@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
61fc1e3830fd4a8b592475b8c88639f3d860b87d
Parents:
3b7b3650a65b00ad55d99a0b87bca836c6c2879f
Message:
Make modules in dyn_modules require libSingular to be built first on
Windows only, and only for modules that are not being built as built-in
modules.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/customstd/Makefile.am

    r3b7b36 rf6e134  
    2424customstd_la_CPPFLAGS = ${MY_CPPFLAGS} ${P_PROCS_CPPFLAGS_COMMON} ${CDDGMPCPPFLAGS}
    2525customstd_la_LDFLAGS  = ${P_PROCS_MODULE_LDFLAGS} $(SINGULAR_LDFLAGS)
     26if SING_WIN
     27if !SI_BUILTIN_CUSTOMSTD
    2628customstd_la_LIBADD   = ${top_builddir}/Singular/libSingular.la
     29endif
     30endif
    2731
    2832#AM_COLOR_TESTS=always
Note: See TracChangeset for help on using the changeset viewer.