Ignore:
Timestamp:
Nov 9, 1999, 8:22:33 PM (26 years ago)
Author:
sandervl
Message:

thread fixes + heap wrappers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r1663 r1670  
    1 # $Id: makefile,v 1.54 1999-11-09 14:19:46 sandervl Exp $
     1# $Id: makefile,v 1.55 1999-11-09 19:22:32 sandervl Exp $
    22
    33#
     
    1919CXXFLAGS = $(CXXFLAGS) -I$(PDWIN32_INCLUDE) /Tm+
    2020
     21!ifdef DEBUGALL
     22CFLAGS = $(CFLAGS) -DDEBUG_ENABLELOG_LEVEL2
     23CXXFLAGS = $(CXXFLAGS) -DDEBUG_ENABLELOG_LEVEL2
     24!endif
    2125
    2226OBJS = KERNEL32.OBJ KOBJECTS.OBJ CONSOLE.OBJ CONIN.OBJ \
Note: See TracChangeset for help on using the changeset viewer.