Commit 07482296 authored by Neil Turton's avatar Neil Turton
Browse files

Command line messages removed

parent a3a6ccdf
......@@ -103,10 +103,18 @@ clean:
${WIPE} rm.* ${WFLAGS}
@echo ${COMPONENT}: cleaned
resources:
resources: resources-${CMDHELP}
@echo ${COMPONENT}: resource files copied
resources_common:
${MKDIR} ${RESDIR}.${COMPONENT}
${CP} Resources.Messages ${RESDIR}.${COMPONENT}.Messages ${CPFLAGS}
@echo ${COMPONENT}: resource files copied
resources-None: resources_common
@
resources-: resources_common
print Resources.CmdHelp { >> ${RESDIR}.${COMPONENT}.Messages }
#${OSLIB_DEFS}.DrawFile: def.DrawFile
# ${CP} def.DrawFile $@ ${CPFLAGS}
......
File added
No preview for this file type
File added
No preview for this file type
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