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

Use UIFC_SRC instead of just UIFC

parent b3727623
No related branches found
No related tags found
No related merge requests found
...@@ -18,10 +18,11 @@ USE_UIFC32 := 1 # Use new uifc32 implementation ...@@ -18,10 +18,11 @@ USE_UIFC32 := 1 # Use new uifc32 implementation
XPDEV = ../../xpdev/ XPDEV = ../../xpdev/
SBBS_SRC = ../ SBBS_SRC = ../
UIFC_SRC = ../../uifc/
NEED_UIFC := 1 NEED_UIFC := 1
include $(XPDEV)Common.gmake include $(XPDEV)Common.gmake
include $(SBBS_SRC)Common.gmake include $(SBBS_SRC)Common.gmake
include $(UIFC)Common.gmake include $(UIFC_SRC)Common.gmake
FORCE$(EXEODIR)/uedit: $(EXEODIR) $(OBJS) $(BUILD_DEPENDS) FORCE$(EXEODIR)/uedit: $(EXEODIR) $(OBJS) $(BUILD_DEPENDS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment