FreeBSD build fix
parent
208b548909
commit
995aa94d7c
|
|
@ -3,11 +3,10 @@
|
||||||
- windows port from erg
|
- windows port from erg
|
||||||
- why aren't some cocoa words compiled?
|
- why aren't some cocoa words compiled?
|
||||||
- editor:
|
- editor:
|
||||||
- delegation issue with fields and interactors
|
|
||||||
- multi-line inserts
|
- multi-line inserts
|
||||||
- scroll to caret
|
- scroll to caret
|
||||||
- only redraw visible lines
|
- only redraw visible lines
|
||||||
- bug after removing all lines
|
- clicking input doesn't resize editor gadget
|
||||||
- word-at-a-time commands
|
- word-at-a-time commands
|
||||||
- deleting words, lines
|
- deleting words, lines
|
||||||
- better listener multi-line expression handling
|
- better listener multi-line expression handling
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
include vm/Config.unix
|
include vm/Config.unix
|
||||||
PLAF_OBJS += vm/os-genunix.o
|
PLAF_OBJS += vm/os-genunix.o
|
||||||
CFLAGS += -export-dynamic -pthread
|
CFLAGS += -export-dynamic -pthread
|
||||||
LIBS = -ldl -lm $(X11_UI_LIBS)
|
LIBS = -lm $(X11_UI_LIBS)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue