Ignore:
Timestamp:
Jul 7, 1999, 10:11:58 AM (26 years ago)
Author:
sandervl
Message:

Major changes in PE2LX/KERNEL32 for TLS support. DLL VERSION INCREASED TO 3 AS THIS CHANGE MAKES IT INCOMPATIBLE WITH APPS CONVERTED WITH PREVIOUS VERSION OF PE2LX (OR WIN32K)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r278 r281  
    1 # $Id: makefile,v 1.11 1999-07-06 15:48:48 phaller Exp $
     1# $Id: makefile,v 1.12 1999-07-07 08:11:10 sandervl Exp $
    22
    33#
     
    6969       pefile.OBJ \
    7070       winimgres.OBJ \
    71        tls.obj \
     71       wintls.obj \
    7272       async.OBJ \
    7373       fileio.obj \
     
    125125    $(PDWIN32_INCLUDE)\unicode.h
    126126
    127 tls.obj: tls.cpp
     127wintls.obj: wintls.cpp $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\winexe.h $(PDWIN32_INCLUDE)\windll.h
    128128
    129129fileio.obj: fileio.cpp \
     
    133133    .\thread.cpp \
    134134    $(PDWIN32_INCLUDE)\wprocess.h \
     135    $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\winexe.h $(PDWIN32_INCLUDE)\windll.h \
    135136    thread.h
    136137
Note: See TracChangeset for help on using the changeset viewer.