Changeset 1002 for trunk/SConstruct
- Timestamp:
- 11/05/07 00:17:54 (1 year ago)
- Files:
-
- trunk/SConstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SConstruct
r922 r1002 482 482 "glut", "Location of the GLUT library", library = glut_libname, 483 483 header = "GL/glut.h", required = False) 484 485 optional_libs_options["X"] = sca_opts.StandardPackageOption( 486 "X", "Location of the X library", library = 'X11', 487 required = False) 484 488 485 489 optional_libs_options["freetype"] = sca_opts.StandardPackageOption(
