Changeset 604 for trunk/src/user32


Ignore:
Timestamp:
Aug 21, 1999, 2:29:32 PM (26 years ago)
Author:
sandervl
Message:

Makefile changes for VAC 3.6.5

Location:
trunk/src/user32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/Makefile

    r577 r604  
    1 # $Id: Makefile,v 1.14 1999-08-19 12:53:55 sandervl Exp $
     1# $Id: Makefile,v 1.15 1999-08-21 12:29:31 sandervl Exp $
    22
    33#
     
    3535              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/gdi32.lib \
    3636              $(PDWIN32_LIB)/kernel32.lib $(PDWIN32_LIB)/libuls.lib \
    37               $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib
     37              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    3838        $(CP) $@ $(PDWIN32_BIN)
    3939
  • trunk/src/user32/new/makefile

    r601 r604  
    1 # $Id: makefile,v 1.27 1999-08-20 20:09:51 sandervl Exp $
     1# $Id: makefile,v 1.28 1999-08-21 12:29:31 sandervl Exp $
    22
    33#
     
    4242        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    4343              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/gdi32.lib $(PDWIN32_LIB)/kernel32.lib $(PDWIN32_LIB)/libuls.lib \
    44               $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib
     44              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    4545        rc $(TARGET).res $(TARGET).dll
    4646        $(CP) $@ $(PDWIN32_BIN)
Note: See TracChangeset for help on using the changeset viewer.