Compiling Using the Makefile
From a command prompt, change to the directory HelloWorldExample, and simply run nmake (Windows) or make (UNIX or Linux) at the command prompt.
NOTE: If you wish to build just the client or server, the top-level makefile accepts a server or client target.
The makefile builds any components created when the generator created the makefile, placing them into top-level bin and lib directories.