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

Use AR and RANLIB macros.

parent e874244a
No related branches found
No related tags found
No related merge requests found
......@@ -22,14 +22,14 @@ CFLAGS += -DWRAPPER_IMPORTS -I$(XPDEV_SRC) $(CIOLIB-MT_CFLAGS)
# UIFC Library Link Rule
$(UIFCLIB_BUILD): $(OBJS)
@echo Creating $@ ...
$(QUIET)ar rc $@ $(OBJS)
$(QUIET)ranlib $@
$(QUIET)$(AR) rc $@ $(OBJS)
$(QUIET)$(RANLIB) $@
# MT-UIFC Library Link Rule
$(UIFCLIB-MT_BUILD): $(MT_OBJS)
@echo Creating $@ ...
$(QUIET)ar rc $@ $(MT_OBJS)
$(QUIET)ranlib $@
$(QUIET)$(AR) rc $@ $(MT_OBJS)
$(QUIET)$(RANLIB) $@
$(UIFCTEST): $(MTOBJODIR)$(DIRSEP)uifctest$(OFILE)
@echo Creating $@ ...
......
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