Merging from 1.6 again.

This commit is contained in:
Brad King 2003-03-13 16:31:53 -05:00
parent 8ddf060b05
commit 0da0616397
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
PLATFORM="x86-linux"
CURSES_LIBRARY="/usr/lib/libcurses.a"
CURSES_LIBRARY="-Wl,-Bstatic -lcurses -Wl,-Bdynamic"
FORM_LIBRARY="/usr/lib/libform.a"
CC="gcc304s"
CXX="c++304s"