Skip to content
Snippets Groups Projects
Commit 580fecbb authored by deuce's avatar deuce
Browse files

Tested with uifc32 on *nix... no longer needs conwrap for kbhit()

parent 4a2b0466
No related branches found
No related tags found
No related merge requests found
......@@ -65,8 +65,9 @@ ifdef USE_CURSES
CFLAGS += -DUSE_CURSES
endif
ifdef UIFC32
ifdef USE_UIFC32
LFLAGS += $(CURSESLIB)
CFLAGS += -DUSE_UIFC32
endif
ifdef USE_FLTK
......@@ -96,7 +97,7 @@ ifdef USE_CURSES
OBJS += $(ODIR)$(SLASH)uifcc.$(OFILE)
endif
ifdef UIFC32
ifdef USE_UIFC32
OBJS += $(ODIR)$(SLASH)uifc32.$(OFILE)
OBJS += $(ODIR)$(SLASH)ciowrap.$(OFILE)
endif
......
......@@ -31,7 +31,6 @@ OBJS = $(ODIR)$(SLASH)scfg.$(OFILE)\
$(ODIR)$(SLASH)date_str.$(OFILE)\
$(ODIR)$(SLASH)str_util.$(OFILE)\
$(ODIR)$(SLASH)genwrap.$(OFILE)\
$(ODIR)$(SLASH)conwrap.$(OFILE)\
$(ODIR)$(SLASH)dirwrap.$(OFILE)\
$(ODIR)$(SLASH)filewrap.$(OFILE)\
$(ODIR)$(SLASH)uifcx.$(OFILE)
......
......@@ -36,7 +36,6 @@
#include <stdio.h>
#include <stdlib.h>
#include "conwrap.h"
#include "uifc.h"
#include "sbbs.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment