Changeset 1421 for trunk/src/dsound/makefile
- Timestamp:
- Oct 24, 1999, 1:01:19 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/dsound/makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dsound/makefile
r1411 r1421 1 # $Id: makefile,v 1. 7 1999-10-23 12:35:14sandervl Exp $1 # $Id: makefile,v 1.8 1999-10-23 23:00:50 sandervl Exp $ 2 2 3 3 # … … 21 21 TARGET = dsound 22 22 23 #OBJS = dsound.obj os2dsound.obj initterm.obj misc.obj os2sndbuffer.obj24 OBJS = dsound.obj initterm.obj23 OBJS = dsound.obj os2dsound.obj initterm.obj misc.obj os2sndbuffer.obj 24 #OBJS = dsound.obj initterm.obj 25 25 26 26 all: $(TARGET).dll $(TARGET).lib … … 54 54 os2dsound.h 55 55 56 misc.obj: misc.c \56 misc.obj: misc.cpp \ 57 57 $(PDWIN32_INCLUDE)\misc.h 58 58 … … 61 61 62 62 clean: 63 $(RM) *.obj *.lib *.dll * ~ *.map *.pch63 $(RM) *.obj *.lib *.dll *.map *.pch 64 64 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 65 65 $(RM) $(PDWIN32_LIB)\$(TARGET).lib
Note:
See TracChangeset
for help on using the changeset viewer.
