Procedure for Building with the Makefiles
This section describes how to build your application from the command line. If you are on Windows, you can also build the sample application using the generated solution (MSVC) file, as described in Using MSVC Project Files.
NOTE: Make sure that you have set up your environment as described in Chapter 2, Setup in the HydraExpress User Guide. On Windows, be sure you have set up your command window with the MSVC environment.
From the output, or code generation directory, simply run nmake (Windows) or make (Linux or UNIX) at the command prompt.
The project-level makefile builds any components created when the generator created the makefile. For example, invoking the generator with the ‑noserver option creates a makefile that does not build server components.