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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [itcl/] [itk/] [mac/] [itkStaticApplication.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
 * itkStaticApplication.r --
3
 *
4
 *      This file creates resources which bind in the static version of the
5
 *  pkgIndex tclIndex and itk's Tcl code files.
6
 *
7
 * Jim Ingham for Itcl 2.2
8
 *
9
 * Copyright (c) 1996 Lucent Technologies
10
 *
11
 * See the file "license.terms" for information on usage and redistribution
12
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
13
 *
14
 * SCCS: @(#) itkStaticApplication.r 1.5 96/10/03 17:54:21
15
 */
16
 
17
#include 
18
#include 
19
 
20
#define ITK_LIBRARY_RESOURCES 3500
21
 
22
#include "itkMacTclCode.r"
23
 
24
data 'TEXT' (ITK_LIBRARY_RESOURCES+6,"itk:pkgIndex",purgeable, preload) {
25
        "# Tcl package index file, version 1.0\n"
26
        "package ifneeded Itk 2.2 {load {} Itk}\n"
27
};
28
read 'TEXT' (ITK_LIBRARY_RESOURCES+2, "Itk:tclIndex", purgeable)
29
        "::mac:tclIndex";

powered by: WebSVN 2.1.0

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