Commit ba7efe4d authored by Ben Avison's avatar Ben Avison Committed by ROOL
Browse files

Document TOKHELPSRC and related inputs to AAsmModule makefile fragment

parent bf28bf7a
...@@ -43,6 +43,9 @@ INCLUDED_AASMMODULE = YES ...@@ -43,6 +43,9 @@ INCLUDED_AASMMODULE = YES
# INSTRES_VERSION (opt) (if set to "Messages", automatically insert version into Messages file during resources phase) # INSTRES_VERSION (opt) (if set to "Messages", automatically insert version into Messages file during resources phase)
# MERGEDMSGS (r/o) (leafname of generated Messages file) # MERGEDMSGS (r/o) (leafname of generated Messages file)
# RESFSDIR (opt) (actual directory to export resources to - otherwise ${RESDIR}/${TARGET}) # RESFSDIR (opt) (actual directory to export resources to - otherwise ${RESDIR}/${TARGET})
# TOKHELPSRC (opt) (set equal to ${TOKENSOURCE} to indicate that the binary depends on autogenerated tokenised help source file of that name)
# HELPSRC (opt) (set to filename containing untokenised help messages if ${TOKHELPSRC} = ${TOKENSOURCE})
# TOKENS (opt) (set to filename containing help message tokens - otherwise ${HDRDIR}/Global/Tokens)
# CUSTOMEXP (opt) (set to "custom" to override the export rules) # CUSTOMEXP (opt) (set to "custom" to override the export rules)
# CUSTOMRES (opt) (set to "custom" to override the resources rules, or "no" for no resources) # CUSTOMRES (opt) (set to "custom" to override the resources rules, or "no" for no resources)
# CUSTOMROM (opt) (set to "custom" to override the rom rules) # CUSTOMROM (opt) (set to "custom" to override the rom rules)
......
...@@ -58,6 +58,9 @@ INCLUDED_AASMMODULE = YES ...@@ -58,6 +58,9 @@ INCLUDED_AASMMODULE = YES
# INSTRES_VERSION (opt) (if set to "Messages", automatically insert version into Messages file during resources phase) # INSTRES_VERSION (opt) (if set to "Messages", automatically insert version into Messages file during resources phase)
# MERGEDMSGS (r/o) (leafname of generated Messages file) # MERGEDMSGS (r/o) (leafname of generated Messages file)
# RESFSDIR (opt) (actual directory to export resources to - otherwise ${RESDIR}.${TARGET}) # RESFSDIR (opt) (actual directory to export resources to - otherwise ${RESDIR}.${TARGET})
# TOKHELPSRC (opt) (set equal to ${TOKENSOURCE} to indicate that the binary depends on autogenerated tokenised help source file of that name)
# HELPSRC (opt) (set to filename containing untokenised help messages if ${TOKHELPSRC} = ${TOKENSOURCE})
# TOKENS (opt) (set to filename containing help message tokens - otherwise Hdr:Tokens)
# CUSTOMEXP (opt) (set to "custom" to override the export rules) # CUSTOMEXP (opt) (set to "custom" to override the export rules)
# CUSTOMRES (opt) (set to "custom" to override the resources rules, or "no" for no resources) # CUSTOMRES (opt) (set to "custom" to override the resources rules, or "no" for no resources)
# CUSTOMROM (opt) (set to "custom" to override the rom rules) # CUSTOMROM (opt) (set to "custom" to override the rom rules)
......
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