Changeset 6e4bb0 in git


Ignore:
Timestamp:
Jun 2, 2014, 5:46:49 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
c8664847f9f670bac2c0f75c1e8485707cc79e96
Parents:
23f3c877d50077efff09be4980725cc9f21091ba
git-author:
Martin Lee <martinlee84@web.de>2014-06-02 17:46:49+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-06-04 11:54:58+02:00
Message:
chg: added a section that describes how to add new code to factory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/README

    r23f3c87 r6e4bb0  
    252512. Examples and Tests
    262613. Remark on Characteristic Sets
     2714. Adding new code
    2728
    28291. What is Factory?
     
    211212    Wien-New York, 1995, pp. 187-201.
    212213
    213 
     21414. Adding new code
     215===================
     216  If you like to add new code 'foo.cc/foo.h' add 'foo.cc' to 'Makefile.am' under
     217'SOURCES' and 'foo.h' under 'factory_headers'. If your new functions should be
     218available via factory's global interface 'factory.h' add
     219
     220/*MAKEHEADER PUBLIC ONLY*/
     221foo.h
     222
     223to 'factory.template' and enclose the functions in 'foo.h', that you like to
     224add, by '/*BEGINPUBLIC*/' and '/*ENDPUBLIC*/'.
     225
Note: See TracChangeset for help on using the changeset viewer.