Ignore:
Timestamp:
Aug 10, 1999, 2:43:24 PM (26 years ago)
Author:
phaller
Message:

Add: slight restructuring and LZ32 support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r450 r469  
    1 # $Id: makefile,v 1.15 1999-08-09 18:42:06 achimha Exp $
     1# $Id: makefile,v 1.16 1999-08-10 12:43:24 phaller Exp $
    22
    33#
     
    100100    except.h \
    101101    $(PDWIN32_INCLUDE)\unicode.h \
    102     heap.h \
     102    $(PDWIN32_INCLUDE)\heap.h \
    103103    $(PDWIN32_INCLUDE)\wprocess.h \
    104104    os2util.h \
     
    139139heap.OBJ: \
    140140    .\heap.cpp \
    141     .\heap.h \
     141    $(PDWIN32_INCLUDE)\heap.h \
    142142    os2heap.h
    143143
    144144heapstring.obj: \
    145145    .\heapstring.cpp \
    146     .\heap.h \
    147     .\heapstring.h
     146    $(PDWIN32_INCLUDE)\heap.h \
     147    $(PDWIN32_INCLUDE)\heapstring.h
    148148
    149149os2heap.OBJ: \
Note: See TracChangeset for help on using the changeset viewer.