Ignore:
Timestamp:
Feb 2, 2017, 3:21:44 PM (7 years ago)
Author:
Erik M. Bray <erik.bray@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
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/polymake/Makefile.am

    r3b7b36 rf6e134  
    2121endif
    2222
    23 polymake_la_LIBADD = ${top_builddir}/Singular/libSingular.la
     23polymake_la_LIBADD =
     24if SING_WIN
     25if !SI_BUILTIN_POLYMAKE
     26 polymake_la_LIBADD += ${top_builddir}/Singular/libSingular.la
     27endif
     28endif
     29
    2430if SING_HAVE_POLYMAKE
    2531# forcefully enable exceptions for polymake
Note: See TracChangeset for help on using the changeset viewer.