RhostMUSH / trunk

RhostMUSH 4.0: This is the official main repository of RhostMUSH. Visit us at rhostdev.mushpark.com 4201
23 stars 21 forks source link

Refactor of asksource/config process so that variable defs are written to .defs files #2

Closed pdbogen closed 9 years ago

pdbogen commented 9 years ago

Server/src/make.defs is included in MAkefile; and similarly for do_compile.defs / Server/src/do_compile.sh.

This increases the reliability of the asksource.sh config process by not needing to do in-file pattern replacement with sed.

(This became a problem when using mysql_config to generate build parameters for MySQL, part of refactoring MySQL support to be more robust.)

pdbogen commented 9 years ago

Closed in favor of https://github.com/RhostMUSH/trunk/pull/6