Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!sunic!liuida!isy!frederia From: frederia@isy.liu.se (Frederic Aron) Newsgroups: comp.sys.mac.programmer Subject: MacApp pascal compiler - include files Message-ID: <1990Feb22.083647.25101@isy.liu.se> Date: 22 Feb 90 08:36:47 GMT Distribution: comp Organization: Dept of EE, University of Linkoping Lines: 17 Developping a large CAD software into MacApp, we would like to increase the speed of the Pascal compiler. To avoid having compiling all the program when changing only a small part of it, we did as shown in the cookbook: - one UXXXX.p file for the interface - a set of UXXXX.incx.p files for each main group of objects for the implementation, declared as {$I UXXXX.incx.p} The problem is that the compiler is not compiling unless a change has been made in the first include file, and is then compiling all the include files! Thanks to anyone who could make me see the light! Frederic ARON Division of Applied Electronics University of Linkoping-Sweden frederia@isy.liu.se