Changeset 604 for trunk/src/kernel32


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

Makefile changes for VAC 3.6.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r589 r604  
    1 # $Id: makefile,v 1.21 1999-08-19 19:50:40 sandervl Exp $
     1# $Id: makefile,v 1.22 1999-08-21 12:29:30 sandervl Exp $
    22
    33#
     
    8484
    8585$(TARGET).dll: $(OBJS) $(TARGET).def
    86         $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def $(PDWIN32_LIB)\PMWINX.LIB $(PDWIN32_LIB)\LIBULS.LIB $(PDWIN32_LIB)\LIBCONV.LIB $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib
     86        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def $(PDWIN32_LIB)\PMWINX.LIB $(PDWIN32_LIB)\LIBULS.LIB $(PDWIN32_LIB)\LIBCONV.LIB $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    8787        rc -r console.rc console.res
    8888        rc console.res $@
Note: See TracChangeset for help on using the changeset viewer.