Building just a Client or Server
Top-level makefiles are generated with a target for the client or server, so you can easily build each separately if you wish. Just invoke the makefile as follows:
Windows | nmake client //builds client only nmake server //builds server only |
UNIX/Linux | make client make server |