about summary refs log tree commit diff stats
path: root/makefile.msc
diff options
context:
space:
mode:
'ctx'>  /D "EXP_JUSTIFY_ELTS" \
  /D "EXP_NESTED_TABLES" \
- /D "FANCY_CURSES" \
  /D "HAVE_KEYPAD" \
  /D "LONG_LIST" \
  /D "NDEBUG" \
@@ -75,7 +87,6 @@ DEFS = $(CS_DEFS) $(SOCK_DEFS) $(SSL_DEFS) \
  /D "NO_UNISTD_H" \
  /D "NO_UTMP" \
  /D "OK_OVERRIDE" \
- /D "PDCURSES" \
  /D "SH_EX" \
  /D "USE_EXTERNALS" \
  /D "USE_FILE_UPLOAD" \
@@ -105,7 +116,7 @@ LDFLAGS  = /debug /nologo /subsystem:console /incremental:no /machine:I386
 !endif
 
 LIBS     = kernel32.lib user32.lib wsock32.lib /NODEFAULTLIB:libc\
- $(ETC_LIB)\pdcurses.lib $(ETC_LIB)\zlib.lib dirent.obj $(SSL_LIBS)
+ $(ETC_LIB)\$(SCREEN_LIB).lib $(ETC_LIB)\zlib.lib dirent.obj $(SSL_LIBS)
 
 COMPILE = $(CC) $(CFLAGS) $(INCLUDES) $(DEFS)
 LINK    = $(LD) $(LDFLAGS) /map:lynx.map /out:$@