diff options
author | Christian A. Weber <chris@gna.ch> | 1992-06-02 16:48:13 +0000 |
---|---|---|
committer | Christian A. Weber <chris@gna.ch> | 1992-06-02 16:48:13 +0000 |
commit | 5693a9600d71c3aeebbc97a4bfd1682027408d3f (patch) | |
tree | c7e397b7b8a39c7323deab7d0ca92581fd13361f /Source | |
parent | 5f9b9c617505b24bca1b5d1d8c120ebcc0fa0214 (diff) | |
download | iff-library-5693a9600d71c3aeebbc97a4bfd1682027408d3f.tar.gz iff-library-5693a9600d71c3aeebbc97a4bfd1682027408d3f.tar.bz2 iff-library-5693a9600d71c3aeebbc97a4bfd1682027408d3f.zip |
*** empty log message ***
Diffstat (limited to 'Source')
-rw-r--r-- | Source/IFFLib.i | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Source/IFFLib.i b/Source/IFFLib.i index 111d2a0..985b63d 100644 --- a/Source/IFFLib.i +++ b/Source/IFFLib.i @@ -1,11 +1,11 @@ ** -** $Id: IFFLib.i,v 1.1 92/05/12 22:26:48 chris Exp $ -** $Revision: 1.1 $ +** $Id: IFFLib.i,v 21.1 92/05/15 03:22:40 chris Exp $ +** $Revision: 21.1 $ ** ** $Filename: IFFLib.i $ ** $Author: chris $ ** $Release: 19.1 $ -** $Date: 92/05/12 22:26:48 $ +** $Date: 92/05/15 03:22:40 $ ** ** INTERNES Include-File für alle Module der IFF-Library ** @@ -30,7 +30,8 @@ INCLUDE "dos/dos.i" INCLUDE "graphics/gfx.i" - INCLUDE "iff.i" ; Standard IFF include file + INCDIR INCUSR: + INCLUDE "libraries/iff.i" ; Standard IFF include file ***************************************************************************** |