project: messaging { idlflags -= -Sc idlflags += -GC requires += ami Source_Files { ami_test_i.cpp server.cpp } } project(client): messaging { exename = client idlflags -= -Sc idlflags += -GC requires += ami Source_Files { client.cpp } } project(simple_client): messaging { exename = simple_client idlflags -= -Sc idlflags += -GC requires += ami Source_Files { simple_client.cpp } }