Changeset 478 for trunk/src/user32


Ignore:
Timestamp:
Aug 11, 1999, 7:16:03 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/makefile

    r398 r478  
    1 # $Id: makefile,v 1.22 1999-07-26 20:03:48 sandervl Exp $
     1# $Id: makefile,v 1.23 1999-08-11 17:14:37 sandervl Exp $
    22
    33#
     
    4040
    4141$(TARGET).dll: $(OBJS) $(TARGET).def $(TARGET).res
    42         $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    43               $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/gdi32.lib $(PDWIN32_LIB)/kernel32.lib $(PDWIN32_LIB)/libuls.lib
     42        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def \
     43              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/gdi32.lib $(PDWIN32_LIB)/kernel32.lib $(PDWIN32_LIB)/libuls.lib \
     44              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB
    4445        rc $(TARGET).res $(TARGET).dll
    4546        $(CP) $@ $(PDWIN32_BIN)
Note: See TracChangeset for help on using the changeset viewer.