Changeset 610 for trunk/src


Ignore:
Timestamp:
Aug 21, 1999, 9:11:27 PM (26 years ago)
Author:
sandervl
Message:

Makefile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/peldr/makefile

    r604 r610  
    1 # $Id: makefile,v 1.7 1999-08-21 12:29:31 sandervl Exp $
     1# $Id: makefile,v 1.8 1999-08-21 19:11:27 sandervl Exp $
    22
    33#
     
    3333        $(LD) $(LDFLAGSEXE) -Fe$@ $(OBJS)
    3434        $(CP) $(TARGET).exe $(PDWIN32_BIN)
     35        $(CP) $@ $(PDWIN32_BIN)
    3536
    3637$(TARGETDLL).dll: $(OBJSDLL) $(TARGETDLL).def
    37         $(LD) $(LDFLAGS) -Fe$@ $(OBJSDLL) $(TARGETDLL).def OS2386.LIB $(RTLLIB_O)
     38        $(LD) $(LDFLAGS) -Fe$@ $(OBJSDLL) sbsstub.obj $(TARGETDLL).def OS2386.LIB $(RTLLIB)
    3839        $(CP) $@ $(PDWIN32_BIN)
    3940
Note: See TracChangeset for help on using the changeset viewer.