Changeset 2709 for trunk/src/dsound
- Timestamp:
- Feb 10, 2000, 12:40:56 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dsound/makefile
r2650 r2709 1 # $Id: makefile,v 1.1 4 2000-02-05 01:58:50 sandervlExp $1 # $Id: makefile,v 1.15 2000-02-09 23:40:44 bird Exp $ 2 2 3 3 # … … 28 28 29 29 $(TARGET).dll: $(OBJS) $(TARGET).def 30 31 32 33 30 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 31 pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 32 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 33 $(CP) $@ $(PDWIN32_BIN) 34 34 35 35 36 lib: $(TARGET).lib $(PDWIN32_LIB)\$(TARGET).lib 37 38 $(PDWIN32_LIB)\$(TARGET).lib: $(TARGET).lib 39 $(CP) $** $@ 40 36 41 $(TARGET).lib: $(TARGET).def 37 38 42 $(IMPLIB) $(IMPLIBFLAGS) $@ $** 43 $(CP) $@ $(PDWIN32_LIB) 39 44 40 45 resource.asm: $(TARGET).rc 41 46 $(RC) $(RCFLAGS) -o resource.asm $(TARGET).rc 42 47 43 resource.obj: resource.asm44 48 49 dep: 50 $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \ 51 *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h 45 52 46 dsound.obj: dsound.cpp \ 47 $(PDWIN32_INCLUDE)/misc.h \ 48 os2dsound.h 49 50 os2dsound.obj: os2dsound.cpp \ 51 $(PDWIN32_INCLUDE)/misc.h \ 52 os2sndbuffer.h \ 53 os2dsound.h 54 55 os2sndbuffer.obj: os2sndbuffer.cpp \ 56 $(PDWIN32_INCLUDE)/misc.h \ 57 os2sndbuffer.h \ 58 os2dsound.h 59 60 os2helper.obj: os2helper.cpp\ 61 $(PDWIN32_INCLUDE)/os2wrap.h 62 63 initterm.obj: initterm.cpp initterm.h 53 !ifndef NODEP 54 !include .depend 55 !endif 64 56 65 57 66 58 clean: 67 $(RM) *.obj *.lib *.dll *.map *.pch68 $( RM) $(PDWIN32_BIN)\$(TARGET).dll69 $(RM) $(PDWIN32_LIB)\$(TARGET).lib59 $(RM) *.obj *.lib *.dll *.map *.pch \ 60 $(PDWIN32_BIN)\$(TARGET).dll $(PDWIN32_LIB)\$(TARGET).lib \ 61 resource.asm $(TARGET)exp.def 70 62
Note:
See TracChangeset
for help on using the changeset viewer.