Changeset 451 for trunk/src/user32


Ignore:
Timestamp:
Aug 9, 1999, 9:00:24 PM (26 years ago)
Author:
achimha
Message:

odincrt adjustments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/Makefile

    r232 r451  
    1 # $Id: Makefile,v 1.11 1999-06-27 21:59:40 sandervl Exp $
     1# $Id: Makefile,v 1.12 1999-08-09 18:55:28 achimha Exp $
    22
    33#
     
    3232
    3333$(TARGET).dll: $(OBJS) $(TARGET).def
    34         $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    35               $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/gdi32.lib $(PDWIN32_LIB)/kernel32.lib $(PDWIN32_LIB)/libuls.lib
     34        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def \
     35              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/gdi32.lib \
     36              $(PDWIN32_LIB)/kernel32.lib $(PDWIN32_LIB)/libuls.lib \
     37              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB
    3638        $(CP) $@ $(PDWIN32_BIN)
    3739
Note: See TracChangeset for help on using the changeset viewer.