aboutsummaryrefslogtreecommitdiff
path: root/docs/notes/exports.txt
blob: 834a64c482ce8e458eb9bdc74c249eaa388e2c64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

exports
-------

Could work like this:

    mylib/
        blabla.lc
        blabla.lh
        something.lc
        something.lh
        mylib.lh    <-- library header file


Compilation command:
    
libmylib.so:
    lrlc -o $@ -library mylib.lh $<