home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-11-18 | 1.4 KB | 62 lines | [TEXT/MPS ] |
-
- /*
- ** This source code was written by Tim Endres
- ** Email: time@ice.com.
- ** USMail: 8840 Main Street, Whitmore Lake, MI 48189
- **
- ** Some portions of this application utilize sources
- ** that are copyrighted by ICE Engineering, Inc., and
- ** ICE Engineering retains all rights to those sources.
- **
- ** Neither ICE Engineering, Inc., nor Tim Endres,
- ** warrants this source code for any reason, and neither
- ** party assumes any responsbility for the use of these
- ** sources, libraries, or applications. The user of these
- ** sources and binaries assumes all responsbilities for
- ** any resulting consequences.
- */
-
-
- #include "SysTypes.r" /* To get system types */
- #include "Types.r" /* To get system types */
- #include "CTBTypes.r" /* To get CTB types */
-
- #include "tar.r";
-
- include "tclEngine.code";
- include "tclEngine.rsrc";
-
- resource 'SIZE' (-1) {
- dontSaveScreen,
- acceptSuspendResumeEvents,
- enableOptionSwitch,
- canBackground,
- multiFinderAware,
- onlyBackground,
- dontGetFrontClicks,
- ignoreChildDiedEvents,
- is32BitCompatible,
- isHighLevelEventAware,
- localAndRemoteHLEvents,
- notStationeryAware,
- dontUseTextEditServices,
- reserved,
- reserved,
- reserved,
- 1024*1024,
- 512*1024
- };
-
- resource 'vers' (1) {
- 0x04, 0x00, release, 0x01, verUS,
- "4.0v1",
- "tclEngine 4.0v1, Written By Tim Endres"
- };
-
- resource 'vers' (2) {
- 0x04, 0x00, release, 0x01, verUS,
- "4.0v1",
- "tclEngine 4.0v1 (11/18/93)"
- };
-
-