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

Use UIFC_SRC insread of just UIFC

parent c0d084cd
Branches
Tags
No related merge requests found
......@@ -20,12 +20,12 @@ ifndef NO_CURSES
USE_UIFC32 = 1 # NEW curses version of uifc
endif
UIFC = ../../uifc/
UIFC_SRC = ../../uifc/
XPDEV = ../../xpdev/
SBBS_SRC = ../
NEED_UIFC := 1
include $(XPDEV)Common.gmake
include $(UIFC)Common.gmake
include $(UIFC_SRC)Common.gmake
include $(SBBS_SRC)Common.gmake
SCFG := $(EXEODIR)$(SLASH)scfg$(EXEFILE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment