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