Changeset 6407 for trunk/include


Ignore:
Timestamp:
Jul 30, 2001, 10:18:18 AM (24 years ago)
Author:
sandervl
Message:

updates

Location:
trunk/include
Files:
3 edited

Legend:

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

    r6104 r6407  
    1 # $Id: odin32.post.emx.mk,v 1.11 2001-06-25 23:17:17 bird Exp $
     1# $Id: odin32.post.emx.mk,v 1.12 2001-07-30 08:18:01 sandervl Exp $
    22
    33#
     
    384384!ifndef LIBTARGET
    385385!ifndef NOTEXPDEF
     386!ifdef NOINTERNALFUNCTIONS
     387$(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE)
     388    $(IMPDEF) -I:20000 $** $@
     389!else
    386390$(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE)
    387391    $(IMPDEF) $** $@
     392!endif
    388393!endif
    389394!endif
  • trunk/include/odin32.post.vac3.mk

    r5947 r6407  
    1 # $Id: odin32.post.vac3.mk,v 1.13 2001-06-10 02:12:42 bird Exp $
     1# $Id: odin32.post.vac3.mk,v 1.14 2001-07-30 08:18:01 sandervl Exp $
    22
    33#
     
    380380!ifndef LIBTARGET
    381381!ifndef NOTEXPDEF
     382!ifdef NOINTERNALFUNCTIONS
     383$(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE)
     384    $(IMPDEF) -I:20000 $** $@
     385!else
    382386$(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE)
    383387    $(IMPDEF) $** $@
     388!endif
    384389!endif
    385390!endif
  • trunk/include/odin32.post.wat.mk

    r5331 r6407  
    1 # $Id: odin32.post.wat.mk,v 1.12 2001-03-19 18:56:56 mike Exp $
     1# $Id: odin32.post.wat.mk,v 1.13 2001-07-30 08:18:01 sandervl Exp $
    22
    33#
     
    372372!ifndef LIBTARGET
    373373!ifndef NOTEXPDEF
     374!ifdef NOINTERNALFUNCTIONS
     375$(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE)
     376    $(IMPDEF) -I:20000 $[@ $@
     377!else
    374378$(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE)
    375379    $(IMPDEF) $[@ $@
     380!endif
    376381!endif
    377382!endif
Note: See TracChangeset for help on using the changeset viewer.