Changeset 933871a in git for Singular/Makefile.in


Ignore:
Timestamp:
Jul 27, 2007, 10:05:42 AM (17 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c1b1ce77bf938cdeefc430f3292c773aceffc3b4
Parents:
79009668982e1152febc69ff5d41111403c1cd09
Message:
cygwin: use standard ncurses


git-svn-id: file:///usr/local/Singular/svn/trunk@10270 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    r790096 r933871a  
    9292LIBSG           = -lm @NEED_LIBSG@
    9393else
    94 LIBS            = -lsingfac -lsingcf -lntl  -static -lreadline -lhtmlhelp -Xlinker -Bdynamic -lgmp -lomalloc_ndebug -lcygncurses6
     94LIBS            = -lsingfac -lsingcf -lntl  -static -lreadline -lhtmlhelp -Xlinker -Bdynamic -lgmp -lomalloc_ndebug -lncurses
    9595## -lpython_module -lpython2.4 /usr/local/lib/libboost_python-gcc-d-1_32.dll
    96 LIBSG           = -lsingfac -lsingcf -lntl  -static -lreadline -lhtmlhelp -Xlinker -Bdynamic -lgmp -lcygncurses6
     96LIBSG           = -lsingfac -lsingcf -lntl  -static -lreadline -lhtmlhelp -Xlinker -Bdynamic -lgmp -lncurses
    9797endif
    9898MP_LIBS         = @MP_LIBS@
Note: See TracChangeset for help on using the changeset viewer.