Commit 950dabbd authored by ROOL's avatar ROOL :robot:
Browse files

Enable CI

No related merge requests found
c/** gitlab-language=c linguist-language=c linguist-detectable=true c/** gitlab-language=c linguist-language=c linguist-detectable=true
h/** gitlab-language=c linguist-language=c linguist-detectable=true h/** gitlab-language=c linguist-language=c linguist-detectable=true
CMHG/** gitlab-language=cmhg linguist-language=cmhg linguist-detectable=true cmhg/** gitlab-language=cmhg linguist-language=cmhg linguist-detectable=true
/aif/
/aof/
/gpa/
/i/
/linked/
/o/
/objs/
/od/
/rm/
include:
- project: 'Support/CI'
file: '/BootCmds.yml'
...@@ -17,15 +17,15 @@ ...@@ -17,15 +17,15 @@
COMPONENT = BootCmds COMPONENT = BootCmds
CMHGFILE = header CMHGFILE = header
CINCLUDES += -IOS:,<Lib$Dir>.ConfigLib. CINCLUDES = ${OSINC} ${CONINC}
CDEFINES += -DTRACE=0 CDEFINES += -DTRACE=0
OBJS = main OBJS = main
LIBS += ${OSLIB} ${CONLIB} LIBS += ${OSLIB} ${CONLIB}
HDRS = HDRS =
RES_AREA = files_messages RES_AREA = files_messages
RAMCDEFINES += -DSTANDALONE=1 RAMCDEFINES += -DSTANDALONE=1
INSTRES_FILES = aif.Repeat INSTRES_FILES = Repeat
INSTRES_DEPENDS = aif.Repeat INSTRES_DEPENDS = Repeat${SUFFIX_ABSOLUTE}
ifeq ("${CMDHELP}","None") ifeq ("${CMDHELP}","None")
CMHGDEFINES += -DNO_INTERNATIONAL_HELP CMHGDEFINES += -DNO_INTERNATIONAL_HELP
...@@ -36,7 +36,10 @@ include CModule ...@@ -36,7 +36,10 @@ include CModule
# #
# Static dependencies # Static dependencies
# #
aif.Repeat: ${DIRS} repeatcmd.c Repeat${SUFFIX_ABSOLUTE}: repeatcmd.c
${CC} ${CINCLUDES} -o $@ repeatcmd.c ${CLIB} ${OSLIB} ${CC} ${CINCLUDES} -o $@ repeatcmd.c ${CLIB} ${OSLIB}
clean::
${RM} Repeat${SUFFIX_ABSOLUTE}
# Dynamic dependencies: # Dynamic dependencies:
*
!.gitignore
*
!.gitignore
File moved
*
!.gitignore
*
!.gitignore
*
!.gitignore
*
!.gitignore
*
!.gitignore
*
!.gitignore
*
!.gitignore
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment