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