Changeset 478


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

* empty log message *

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r465 r478  
    1  /* $Id: changelog,v 1.76 1999-08-10 10:01:36 phaller Exp $ */
     1 /* $Id: changelog,v 1.77 1999-08-11 17:16:03 sandervl Exp $ */
     2 99-08-10: Sander van Leeuwen <sandervl@xs4all.nl>
     3        - USER32/NEW: Fixed makefile (link with odincrt)
     4
    25 99-08-10: Patrick Haller <phaller@gmx.net>
    36        - LZ32: added preliminary support for independend LZ32 library
  • trunk/src/makefile

    r469 r478  
    1 # $Id: makefile,v 1.5 1999-08-10 12:43:22 phaller Exp $
     1# $Id: makefile,v 1.6 1999-08-11 17:15:46 sandervl Exp $
    22
    33#
     
    6464        cd ..\ddraw
    6565        $(MAKE_CMD)
     66        cd ..\ole32
     67        $(MAKE_CMD)
    6668        cd ..\dsound
    67         $(MAKE_CMD)
    68         cd ..\ole32
    6969        $(MAKE_CMD)
    7070
  • 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.