Changeset 1607 for trunk/src/msacm32/makefile
- Timestamp:
- Nov 5, 1999, 10:19:27 AM (26 years ago)
- 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 $ 2 2 3 3 # … … 21 21 TARGET = msacm32 22 22 23 OBJS = msacm32.obj builtin.obj internal.obj initterm.obj 23 OBJS = msacm32.obj filter.obj format.obj internal.obj \ 24 stream.obj driver.obj initterm.obj 24 25 25 26 all: $(TARGET).dll $(TARGET).lib … … 40 41 41 42 43 msacm32.obj: msacm32.cpp 44 driver.obj: driver.cpp 45 filter.obj: filter.cpp 46 format.obj: format.cpp 47 internal.obj: internal.cpp 48 stream.obj: stream.cpp 42 49 initterm.obj: initterm.cpp 43 internal.obj: internal.cpp 44 msacm32.obj: msacm32.cpp 45 builtin.obj: builtin.cpp 50 46 51 47 52 clean: 48 $(RM) *.obj *.lib *.dll * ~ *.map *.pch53 $(RM) *.obj *.lib *.dll *.map *.pch 49 54 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 50 55 $(RM) $(PDWIN32_LIB)\$(TARGET).lib
Note:
See TracChangeset
for help on using the changeset viewer.