| 17 |
|
PROGS = ( |
| 18 |
|
('rholo', Split('''rholo.c rholo2.c rholo2l.c rholo3.c rholo4.c''') |
| 19 |
|
+ [Version, holofile, holo, viewbeams], |
| 20 |
< |
['rtpic','rtio','rtproc','rtpath','rtargs','rtmath','rtmem','rterror']), |
| 20 |
> |
['rtpic','rtproc','rtpath','rtio','rtargs','rtmath','rtmem','rterror']), |
| 21 |
|
('rhpict', Split('rhpict.c rhpict2.c')+[Version, holofile, holo, viewbeams], |
| 22 |
< |
['rtpic','rtio','rtproc','rtargs','rtmath','rtmem','rterror']), |
| 22 |
> |
['rtpic','rtproc','rtargs','rtio','rtmath','rtmem','rterror']), |
| 23 |
|
('rhcopy', Split('rhcopy.c') + [clumpbeams, holofile, holo], |
| 24 |
< |
['rtpic','rtio','rtproc','rtargs','rtmath','rtmem','rterror']), |
| 24 |
> |
['rtpic','rtproc','rtargs','rtio','rtmath','rtmem','rterror']), |
| 25 |
|
('rhinfo', Split('rhinfo.c') + [holofile, holo], |
| 26 |
|
['rtio','rtproc', 'rtmath','rterror']), |
| 27 |
|
('rhoptimize', Split('rhoptimize.c') + [clumpbeams, holofile, holo], |
| 53 |
|
# XXX the .hdi extension will cause problems on Windows |
| 54 |
|
xenv['PROGSUFFIX'] = '.hdi' |
| 55 |
|
|
| 56 |
< |
dlibs = ['rtpic','rtio','rtmath','rtcont','rtmem','rtargs','rterror'] |
| 56 |
> |
dlibs = ['rtpic','rtmath','rtcont','rtmem','rtargs','rtio','rterror'] |
| 57 |
|
def make_hdi(p): # build them |
| 58 |
|
obj = xenv.Object(target=p[3], source=p[4], CPPFLAGS=ocppflags + p[5]) |
| 59 |
|
prog = xenv.Program(target=os.path.join(devdir, p[0]), |