Next Previous Up Top Contents Index

2.2 Complete source code for the Hello World example

2.2.2 The complete defsystem source code

The complete code for the Hello World defsystem (thedefsys.lisp file) is:

(in-package "CL-USER")

(require "corba-orb")

(defsystem hello-world-corba-object () :members ( ("hello-world" :type :idl-file) "shared" "hello-world-server" "hello-world-client" ) :rules ((:in-order-to :compile :all (:requires (:load :previous)))))


Developing Component Software with CORBA - 22 Jan 1999

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker