1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/osdep/win32/Makefile
Witold Filipczyk cbb507a6b5 WIN32 port: introduced VT100 decoder. ELinks is able to display first page
of the document. Keyboard doesn't work, Windows style path either.
I tested it only under Wine.
2006-05-20 14:05:45 +02:00

7 lines
134 B
Makefile

top_builddir=../../..
include $(top_builddir)/Makefile.config
OBJS = overrides.o vt100.o win32.o
include $(top_srcdir)/Makefile.lib