Ignore:
Timestamp:
Nov 5, 1999, 10:19:27 AM (26 years ago)
Author:
sandervl
Message:

Jens Weissner's update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msacm32/makefile

    r1585 r1607  
    1 # $Id: makefile,v 1.4 1999-11-03 23:28:05 sandervl Exp $
     1# $Id: makefile,v 1.5 1999-11-05 09:19:15 sandervl Exp $
    22
    33#
     
    2121TARGET = msacm32
    2222
    23 OBJS =  msacm32.obj builtin.obj internal.obj initterm.obj
     23OBJS =  msacm32.obj filter.obj format.obj internal.obj \
     24        stream.obj driver.obj  initterm.obj
    2425
    2526all: $(TARGET).dll $(TARGET).lib
     
    4041
    4142
     43msacm32.obj: msacm32.cpp
     44driver.obj: driver.cpp
     45filter.obj: filter.cpp
     46format.obj: format.cpp
     47internal.obj: internal.cpp
     48stream.obj: stream.cpp
    4249initterm.obj: initterm.cpp
    43 internal.obj: internal.cpp
    44 msacm32.obj: msacm32.cpp
    45 builtin.obj: builtin.cpp
     50
    4651
    4752clean:
    48         $(RM) *.obj *.lib *.dll *~ *.map *.pch
     53        $(RM) *.obj *.lib *.dll *.map *.pch
    4954        $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    5055        $(RM) $(PDWIN32_LIB)\$(TARGET).lib
Note: See TracChangeset for help on using the changeset viewer.