Files
mercury/scripts
Zoltan Somogyi 5f702679c9 Finish adding mmake variables for C#.
About a week ago, Julien added targets to */Mmakefile to build .cs files.
These referred to undefined mmake variables of the form "program_name.css".

compiler/write_deps_file.m:
    Add rules to generate definitions for "program_name.css".
    Following the pattern of similar definitions such as program_name.javas,
    these refer to other mmake variables css_subdir and cs_date_subdir.

scripts/Mmake.vars.in:
    Add definitions for css_subdir and cs_date_subdir.
2017-11-01 04:36:46 +11:00
..