Changeset 443 for trunk/src


Ignore:
Timestamp:
Aug 9, 1999, 8:10:50 PM (26 years ago)
Author:
achimha
Message:

made it link with the new linker settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/odincrt/makefile

    r440 r443  
    1 # $Id: makefile,v 1.1 1999-08-09 12:08:54 phaller Exp $
     1# $Id: makefile,v 1.2 1999-08-09 18:10:50 achimha Exp $
    22
    33#
     
    2727
    2828$(TARGET).dll: $(OBJS) $(TARGET).def
    29         $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def
     29        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) CPPOM30.LIB CPPOM30O.LIB \
     30        OS2386.LIB SOMTK.LIB $(TARGET).def
    3031        $(CP) $@ $(PDWIN32_BIN)
    3132
Note: See TracChangeset for help on using the changeset viewer.