Ignore:
Timestamp:
Nov 12, 1999, 12:38:45 PM (26 years ago)
Author:
sandervl
Message:

DIBSection changes, EB's file io additions, Jens Weissner's changes to several dlls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/makefile

    r1686 r1710  
    1 # $Id: makefile,v 1.10 1999-11-10 14:15:23 sandervl Exp $
     1# $Id: makefile,v 1.11 1999-11-12 11:38:39 sandervl Exp $
    22
    33#
     
    3030$(TARGET).dll: $(OBJS) $(TARGET).def
    3131        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    32               $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
     32              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib $(PDWIN32_LIB)/user32.lib \
    3333              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    3434        $(CP) $@ $(PDWIN32_BIN)
Note: See TracChangeset for help on using the changeset viewer.