Changeset 8320 for trunk/src


Ignore:
Timestamp:
Apr 29, 2002, 3:19:31 PM (23 years ago)
Author:
bird
Message:

Support for the debug heap of kLib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/odincrt/makefile

    r8201 r8320  
    1 # $Id: makefile,v 1.26 2002-04-07 14:35:24 sandervl Exp $
     1# $Id: makefile,v 1.27 2002-04-29 13:19:31 bird Exp $
    22
    33#
     
    6464$(OBJDIR)\math64.obj \
    6565!endif
     66!ifdef WITH_KLIB
     67$(ODIN32_LIB)\kHeapDbgVACWrappersR3.lib \
     68!endif
    6669$(OBJDIR)\malloc.obj \
    6770$(OBJDIR)\string.obj \
     
    8285#
    8386LIBS = \
     87!ifdef WITH_KLIB
     88$(ODIN32_LIB)\kLibR3.lib \
     89!endif
    8490!ifdef WAT
    8591$(RTLLIB_O)
Note: See TracChangeset for help on using the changeset viewer.