You will need to create two types of projects (server project and client project) for your IDL project files in the same directory (grid_server) and configure Make support for each of them.
Differences between client and server projects
Client projects contain the following files:
![]() |
Note
| The IDL interface files (
*.idl
) and header files (
*.hh
) are the same in both client and server projects.
| |
Client projects have their own
.sniffdir directory (e.g., .sniffdir_client ) for derived files. Server projects also have their own sniffdir directory (e.g., .sniffdir_server ) for derived files.