home *** CD-ROM | disk | FTP | other *** search
-
- ; Some standard Varibale Startup macros I use.
-
- ; Matthew Goode - 18/1/97
-
- ; -------------------------------------------------------------
-
- myTask ds.l 1 ;The task handle
- myTasksMessage ds.l 1 ;The tasks message (to be returned at end of prog)
-
- IFD UseIntuitionLib
- iBase
- _IntuitionBase ds.l 1
- EndC
- IFD UseGraphicsLib
- gBase
- _GfxBase ds.l 1
- EndC
- IFD UseDosLib
- dBase
- _DOSBase ds.l 1
- EndC
-
-