- Timestamp:
- Oct 23, 2000, 3:41:45 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winspool/makefile
r3864 r4522 1 # $Id: makefile,v 1.1 4 2000-07-19 19:05:26sandervl Exp $1 # $Id: makefile,v 1.15 2000-10-23 13:41:45 sandervl Exp $ 2 2 3 3 # … … 13 13 PDWIN32_TOOLS = ..\..\tools\bin 14 14 15 16 TARGET_EXTENSION = drv 15 17 16 18 # Compiler, tools, and interference rules. … … 35 37 # All rule - build objs, target dll, copies dll to bin and makes libs. 36 38 all: $(OBJDIR) \ 37 $(OBJDIR)\$(TARGET). dll\38 $(PDWIN32_BIN)\$(TARGET). dll\39 $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION) \ 40 $(PDWIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) \ 39 41 lib 40 42 … … 45 47 46 48 # Dll rule - builds the target dll. 47 $(OBJDIR)\$(TARGET). dll: $(OBJS) $(TARGET).def $(OBJDIR)\$(TARGET).lrf48 $(LD2) $(LD2FLAGS) @$(OBJDIR)\$(TARGET).lrf49 $(OBJDIR)\$(TARGET).$(TARGET_EXTENSION): $(OBJS) $(TARGET).def $(OBJDIR)\$(TARGET).lrf 50 -4 $(LD2) $(LD2FLAGS) @$(OBJDIR)\$(TARGET).lrf 49 51 50 52 … … 52 54 $(OBJDIR)\$(TARGET).lrf: makefile 53 55 @echo Creating file <<$@ 54 /OUT:$(OBJDIR)\$(TARGET). dll56 /OUT:$(OBJDIR)\$(TARGET).$(TARGET_EXTENSION) 55 57 /MAP:$(OBJDIR)\$(TARGET).map 56 58 $(OBJS)
Note:
See TracChangeset
for help on using the changeset viewer.