summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/IFFLib.i9
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
*****************************************************************************