Compiling Using the Makefile
From a command prompt, change to the directory DayOfWeekExample, and simply run nmake (Windows) or make (UNIX or Linux) at the command prompt.
Using the project-level makefile builds all components created by the generator for this project according to the options used. For example, invoking the generator with the ‑noserver option creates a makefile that does not build server components.
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 as follows:
Windows | /bin | .exe, .dll |
| /lib | .lib |
UNIX/Linux | /bin | .exe |
| /lib | .so |