Changeset 4522 for trunk/src


Ignore:
Timestamp:
Oct 23, 2000, 3:41:45 PM (25 years ago)
Author:
sandervl
Message:

generate winspool.drv instead of winspool.dll

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winspool/makefile

    r3864 r4522  
    1 # $Id: makefile,v 1.14 2000-07-19 19:05:26 sandervl Exp $
     1# $Id: makefile,v 1.15 2000-10-23 13:41:45 sandervl Exp $
    22
    33#
     
    1313PDWIN32_TOOLS   = ..\..\tools\bin
    1414
     15
     16TARGET_EXTENSION = drv
    1517
    1618# Compiler, tools, and interference rules.
     
    3537# All rule - build objs, target dll, copies dll to bin and makes libs.
    3638all:    $(OBJDIR) \
    37         $(OBJDIR)\$(TARGET).dll \
    38         $(PDWIN32_BIN)\$(TARGET).dll \
     39        $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION) \
     40        $(PDWIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) \
    3941        lib
    4042
     
    4547
    4648# Dll rule - builds the target dll.
    47 $(OBJDIR)\$(TARGET).dll: $(OBJS) $(TARGET).def $(OBJDIR)\$(TARGET).lrf
    48     $(LD2) $(LD2FLAGS) @$(OBJDIR)\$(TARGET).lrf
     49$(OBJDIR)\$(TARGET).$(TARGET_EXTENSION): $(OBJS) $(TARGET).def $(OBJDIR)\$(TARGET).lrf
     50    -4 $(LD2) $(LD2FLAGS) @$(OBJDIR)\$(TARGET).lrf
    4951
    5052
     
    5254$(OBJDIR)\$(TARGET).lrf: makefile
    5355    @echo Creating file <<$@
    54 /OUT:$(OBJDIR)\$(TARGET).dll
     56/OUT:$(OBJDIR)\$(TARGET).$(TARGET_EXTENSION)
    5557/MAP:$(OBJDIR)\$(TARGET).map
    5658$(OBJS)
Note: See TracChangeset for help on using the changeset viewer.