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
No related branches found
No related tags found
No related merge requests found
...@@ -20,12 +20,12 @@ ifndef NO_CURSES ...@@ -20,12 +20,12 @@ ifndef NO_CURSES
USE_UIFC32 = 1 # NEW curses version of uifc USE_UIFC32 = 1 # NEW curses version of uifc
endif endif
UIFC = ../../uifc/ UIFC_SRC = ../../uifc/
XPDEV = ../../xpdev/ XPDEV = ../../xpdev/
SBBS_SRC = ../ SBBS_SRC = ../
NEED_UIFC := 1 NEED_UIFC := 1
include $(XPDEV)Common.gmake include $(XPDEV)Common.gmake
include $(UIFC)Common.gmake include $(UIFC_SRC)Common.gmake
include $(SBBS_SRC)Common.gmake include $(SBBS_SRC)Common.gmake
SCFG := $(EXEODIR)$(SLASH)scfg$(EXEFILE) 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