Servertec Knowledge Base
M E N U

Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Legal
Feedback

 


Date Description Status
08/21/98 iMake 08/17/98 Preview Release generates invalid results when evaluating embedded macros.

The following will generate an invalid value.

    !define m1(a) a
    !define m2(b) b

    m1(m2(x))

The problem has been resolved in iMake 08/22/98 Preview Release.

Fixed
07/02/98 iMake 1.0.0 06/12/98 Preview Release does not properly resolve macros.

The following will result in iMake incorrectly reporting an error.

    cc = cl /c
    
    .c.obj:
    $(cc) $*.c $*.obj
    

This problem has been resolved in iMake 07/05/98 Preview Release.

Fixed
04/23/98 Recursive makefile definitions are not presently being caught.

The following will result in iMake aborting.

    a: b
    b: a
Open
top of page
Built with iMake Copyright © 1997-1998 Servertec. All rights reserved.
Last Modified: Sun Aug 23 19:51:54 PDT 1998