Ticket #142 (closed patch: fixed)

Opened 2 years ago

Last modified 2 years ago

add cal3d contribution to scons

Reported by: shaegler Assigned to: amz
Priority: trivial Milestone: 1.8 Release
Component: Build Version: 1.8
Keywords: Cc:
Completion:

Description

two minor additions are necessary to enable Cal3D contribution in scons, here is the diff…

Index: SConstruct =================================================================== RCS file: /cvsroot/opensg/OpenSG/SConstruct,v retrieving revision 1.54 diff -r1.54 SConstruct 517a518

opts.Add(BoolOption('contrib_cal3d', 'enable Cal3D character animation library wrapper core', 0))

Index: Source/Contrib/SConscript =================================================================== RCS file: /cvsroot/opensg/OpenSG/Source/Contrib/SConscript,v retrieving revision 1.8 diff -r1.8 SConscript 34a35,37

if _po.getOption('contrib_cal3d'): ContribDirs?.append(Dir('Cal3D'))

Attachments

cal3d.diff (0.6 kB) - added by shaegler on 12/06/06 18:47:01.

Change History

12/06/06 18:47:01 changed by shaegler

  • attachment cal3d.diff added.

01/02/07 16:48:22 changed by dirk

  • owner changed from unassigned to amz.

01/04/07 04:07:42 changed by amz

  • status changed from new to closed.
  • resolution set to fixed.