diff options
author | dwheeler <dwheeler@88473608-6f18-0410-8b6c-91216bd3049c> | 2008-01-17 03:51:43 +0000 |
---|---|---|
committer | dwheeler <dwheeler@88473608-6f18-0410-8b6c-91216bd3049c> | 2008-01-17 03:51:43 +0000 |
commit | 2a97d641cb357fb1126dd3a99db5ea03e3de4467 (patch) | |
tree | 05cda74c6a5d41e7acabf8afff2f814c4088d4b8 /README | |
parent | 756d2025c72f8f2c556b26a6389cbcb619affb6b (diff) |
Add instruction on how to safely modify IDL file
git-svn-id: svn+ssh://svn-nitpicker.cl.cam.ac.uk/linpicker/trunk@153 88473608-6f18-0410-8b6c-91216bd3049c
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -179,3 +179,13 @@ make install cd .. + + +To modify the CORBA IDL file you must do some extra steps. +A number of files are generated from the IDL file, and one of them +(..-skelimpl.c) is also edited directly. Before editing the nitpicker.idl +file, run "make begin-idl". Then edit the IDL file. Once done, run +"make end-idl". There is currently no equivalent for nitevent.idl, +though one could be created using the existing Makefile as a model. + + |