Ignore:
Timestamp:
Nov 30, 1999, 8:42:35 PM (26 years ago)
Author:
sandervl
Message:

export & library updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/makefile

    r1685 r1895  
    1 # $Id: makefile,v 1.13 1999-11-10 14:14:50 sandervl Exp $
     1# $Id: makefile,v 1.14 1999-11-30 19:42:09 sandervl Exp $
    22
    33#
     
    1010PDWIN32_LIB = ..\..\lib
    1111PDWIN32_BIN = ..\..\bin
     12PDWIN32_TOOLS = ..\..\tools\bin
    1213
    1314
     
    4344
    4445$(TARGET).dll: $(OBJS) $(TARGET).def
    45         $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)\user32.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
     46        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)\user32.lib $(PDWIN32_LIB)/kernel32.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    4647# PMWINX.LIB LIBULS.LIB LIBCONV.LIB
    4748        $(CP) $@ $(PDWIN32_BIN)
    4849
    49 $(TARGET).lib: $(TARGET).def
    50         $(IMPLIB) $(IMPLIBFLAGS) $@ $**
    51         $(CP) $@ $(PDWIN32_LIB)
     50$(TARGET).lib: $(TARGET)exp.def
     51        $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
     52    $(CP) $@ $(PDWIN32_LIB)
     53
     54#SvL: Doesn't work. So use fixed one for now..... (TODO)
     55#$(TARGET)exp.def: $(TARGET).def
     56#        $(IMPDEF) $** $@
    5257
    5358
Note: See TracChangeset for help on using the changeset viewer.