Skip to content
Snippets Groups Projects
Commit 94f5a00a authored by Andrew Price's avatar Andrew Price
Browse files

Split out the common bits from the client bits:

- Move as much of mw into src/client/ as possible
- Make sure everything that mwserv and webclient require is in src/
- Build a libmw.a from src/*.o to make linking easier
- Rejig and simplify some Makefile rules

This should help to make it clear which bits of code are shared and which are specific to the UI. We should avoid putting any user interface stuff into libmw.a as a rule.

TODO:
- Improve some file names (e.g. sqlite.{c,h} is a silly name)
- Fix building the utils
- Add sensible svn:ignores to src/client
parent 7f0036a4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment