Ignore:
Timestamp:
Dec 2, 1999, 12:30:30 AM (26 years ago)
Author:
sandervl
Message:

Ported GetTextCharset & GetTextCharsetInfo (Wine: 991031)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/makefile

    r1710 r1931  
    1 # $Id: makefile,v 1.11 1999-11-12 11:38:39 sandervl Exp $
     1# $Id: makefile,v 1.12 1999-12-01 23:30:09 sandervl Exp $
    22
    33#
     
    2222TARGET = gdi32
    2323
    24 OBJS =  gdi32.obj opengl.obj callback.obj dibsect.obj initterm.obj oslibgdi.obj font.obj
     24OBJS =  gdi32.obj opengl.obj callback.obj dibsect.obj initterm.obj oslibgdi.obj font.obj text.obj palette.obj
    2525
    2626
     
    5252    $(PDWIN32_INCLUDE)\misc.h \
    5353
     54text.obj: text.cpp \
     55    $(PDWIN32_INCLUDE)\misc.h \
     56
     57palette.obj: palette.cpp \
     58    $(PDWIN32_INCLUDE)\misc.h \
     59
    5460dibsect.obj: dibsect.cpp \
    5561    dibsect.h \
Note: See TracChangeset for help on using the changeset viewer.