Skip to content
Snippets Groups Projects
Commit 04e5b382 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

UIFC does not need libciolib_mt.a to build.

parent ce974605
Branches
Tags
No related merge requests found
Pipeline #5692 canceled
......@@ -152,7 +152,6 @@ spec:
script:
- cd src/uifc
- touch depend
- touch ciolib-mt
- gmake $[[ inputs.build_flags ]] $BUILD_ARGS
artifacts:
expire_in: 30 mins
......@@ -160,8 +159,6 @@ spec:
paths:
- "src/uifc/*.*.*.lib.release*"
- "src/uifc/*.*.*.obj.release*/*.o*"
needs:
- job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [ciolib]"
"$[[ inputs.os ]]-$[[ inputs.platform ]] [gitinfo]":
extends:
......
......@@ -20,7 +20,7 @@ include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rule
CFLAGS += -I$(XPDEV_SRC) $(CIOLIB-MT_CFLAGS) $(XPDEV-MT_CFLAGS)
# MT-UIFC Library Link Rule
$(UIFCLIB-MT_BUILD): $(CIOLIB-MT) $(MT_OBJS) | $(MTOBJODIR) $(LIBODIR)
$(UIFCLIB-MT_BUILD): $(MT_OBJS) | $(MTOBJODIR) $(LIBODIR)
@echo Creating $@ ...
$(QUIET)$(AR) rc $@ $(MT_OBJS)
$(QUIET)$(RANLIB) $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment