Changeset 4991 for trunk/include


Ignore:
Timestamp:
Jan 20, 2001, 7:17:36 PM (25 years ago)
Author:
bird
Message:

Added warning about stacksize.

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin32.dbg.emx.mk

    r4718 r4991  
    1 # $Id: odin32.dbg.emx.mk,v 1.1 2000-12-02 23:50:46 bird Exp $
     1# $Id: odin32.dbg.emx.mk,v 1.2 2001-01-20 18:17:36 bird Exp $
    22
    33#
     
    8585#
    8686!ifdef EXETARGET
     87# STACKSIZE is not supported.
    8788!   ifdef VIO
    8889LDTARGETFLAGS    = -Zexe /Zstack 80
  • trunk/include/odin32.rel.emx.mk

    r4718 r4991  
    1 # $Id: odin32.rel.emx.mk,v 1.1 2000-12-02 23:50:47 bird Exp $
     1# $Id: odin32.rel.emx.mk,v 1.2 2001-01-20 18:17:36 bird Exp $
    22
    33#
     
    8585#
    8686!ifdef EXETARGET
     87# STACKSIZE is not supported.
    8788!   ifdef VIO
    8889LDTARGETFLAGS    = -Zexe /Zstack 80
Note: See TracChangeset for help on using the changeset viewer.