OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [itcl/] [itk/] [mac/] [itkMacTclCode.r] - Blame information for rev 1771

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
/*
2
 *  itkMacTclCode.r
3
 *
4
 *  This file includes the Itk code that is needed to startup Itk.
5
 *  It is to be included either in the resource fork of the shared library, or in the
6
 *  resource fork of the application for a statically bound application.
7
 *
8
 *  Jim Ingham
9
 *  Lucent Technologies 1996
10
 *
11
 */
12
 
13
 
14
#define ITK_LIBRARY_RESOURCES 3500
15
 
16
/*
17
 * We now load the Itk library into the resource fork of the application.
18
 */
19
 
20
read 'TEXT' (ITK_LIBRARY_RESOURCES+1, "itk", purgeable)
21
        "::library:itk.tcl";
22
read 'TEXT' (ITK_LIBRARY_RESOURCES+3, "Itk_Archetype", purgeable)
23
        "::library:Archetype.itk";
24
read 'TEXT' (ITK_LIBRARY_RESOURCES+4, "Itk_Widget", purgeable)
25
        "::library:Widget.itk";
26
read 'TEXT' (ITK_LIBRARY_RESOURCES+5, "Itk_Toplevel", purgeable)
27
        "::library:Toplevel.itk";
28
 
29
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.