Skip to content
Snippets Groups Projects
Commit 32a5628f authored by rswindell's avatar rswindell
Browse files

UIFC now requires mouse module.

parent 4190eb28
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ LIBODIR = $(EXEODIR)
!ifdef USE_UIFC32
OBJS = $(OBJS) $(EXEODIR)\uifc32.$(OFILE) \
$(EXEODIR)\ciolib.$(OFILE) $(EXEODIR)\ansi_cio.$(OFILE) $(EXEODIR)\win32cio.$(OFILE)
$(EXEODIR)\ciolib.$(OFILE) $(EXEODIR)\ansi_cio.$(OFILE) $(EXEODIR)\win32cio.$(OFILE) $(EXEODIR)\mouse.$(OFILE)
CFLAGS = $(CFLAGS) -DUSE_UIFC32 -WM
!else
OBJS = $(OBJS) $(EXEODIR)\uifc.$(OFILE)
......
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