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

Move lib and mtlib targets into Common.make

parent 272cc394
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,6 @@ include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rule
CFLAGS += -I$(XPDEV_SRC) $(CIOLIB-MT_CFLAGS)
lib: $(LIBODIR) $(UIFCLIB)
mtlib: $(LIBODIR) $(UIFCLIB-MT)
# UIFC Library Link Rule
$(UIFCLIB): $(OBJODIR) $(OBJS)
@echo Creating $@ ...
......
UIFCLIB = $(LIBODIR)$(DIRSEP)$(LIBPREFIX)uifc$(LIBFILE)
UIFCLIB-MT = $(LIBODIR)$(DIRSEP)$(LIBPREFIX)uifc-mt$(LIBFILE)
all: lib mtlib
lib: $(LIBODIR) $(UIFCLIB)
mtlib: $(LIBODIR) $(UIFCLIB-MT)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment