home *** CD-ROM | disk | FTP | other *** search
- /*
- File: Main.cpp
-
- Contains: just enough to create and run a SOM Shell object
-
- Written by: Tantek Çelik
-
- Copyright: © 1994 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <9> 1/6/95 jpa Removed the pragma; PPCC doesn't grok it.
- [1196515]
- <8> 11/15/94 NP Woops. Last checkin was a mistake.
- Reverting to version 6.
- <6> 8/11/94 eeh move everything to ShellMain() in
- RlShell.cpp
- <5> 7/28/94 TÇ put ifdef ODDEBUG around DebugStr. #1155844
- <4> 7/21/94 TÇ removed SOM_Trace enablement. It is now in
- the Shell.
- <3> 7/11/94 jpa Call ODInitMemory and ODInitExceptions.
- Also added MaxApplZone and some
- MoreMasters.
- <2> 6/27/94 TÇ added toolbox includes and
- InitThisThatAndTheOther calls
- <1> 6/3/94 TÇ first checked in
- To Do:
- In Progress:
-
- */
-
-
- #ifndef _SHLMAIN_
- #include "ShlMain.h"
- #endif
-
-
- int main (void)
- {
- return ShellMain();
- }
-
-