Ignore:
Timestamp:
Jun 28, 1999, 9:55:33 AM (26 years ago)
Author:
sandervl
Message:

TLS apis put in separate file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r126 r233  
    1 # $Id: makefile,v 1.8 1999-06-20 10:55:36 sandervl Exp $
     1# $Id: makefile,v 1.9 1999-06-28 07:55:16 sandervl Exp $
    22
    33#
     
    6565       pefile.OBJ \
    6666       winimgres.OBJ \
     67       tls.obj \
    6768       async.OBJ \
    6869       fileio.obj \
     
    120121    $(PDWIN32_INCLUDE)\unicode.h
    121122
     123tls.obj: tls.cpp
     124
    122125fileio.obj: fileio.cpp \
    123126    $(PDWIN32_INCLUDE)\unicode.h
Note: See TracChangeset for help on using the changeset viewer.