source: trunk/src/dsound/makefile@ 8045

Last change on this file since 8045 was 5608, checked in by sandervl, 25 years ago

preliminary code for directaudio interface

File size: 957 bytes
Line 
1# $Id: makefile,v 1.23 2001-04-27 17:39:49 sandervl Exp $
2
3#
4# Odin32 API
5#
6# dsound.dll makefile
7#
8
9
10#
11# Compiler, tools, and interference rules.
12#
13!include ../../makefile.inc
14
15
16#
17# Object files. Prefix with OBJDIR and one space before the '\'.
18#
19OBJS = \
20$(OBJDIR)\dsound.obj \
21$(OBJDIR)\os2dsound.obj \
22$(OBJDIR)\initterm.obj \
23$(OBJDIR)\os2sndbuffer.obj \
24$(OBJDIR)\os2primbuff.obj \
25$(OBJDIR)\os2notify.obj \
26$(OBJDIR)\daudiobuffer.obj \
27$(OBJDIR)\daudionotify.obj \
28$(OBJDIR)\os23dlistener.obj \
29$(OBJDIR)\os23dbuffer.obj \
30$(OBJDIR)\dart.obj \
31$(OBJDIR)\dsmixer.obj \
32$(OBJDIR)\waveoutdaud.obj \
33$(OBJDIR)\dsoundrsrc.obj
34
35
36#
37# Libraries. One space before the '\'.
38#
39LIBS = \
40$(ODIN32_LIB)/kernel32.lib \
41$(ODIN32_LIB)/$(ODINCRT).lib \
42$(ODIN32_LIB)/ole32.lib \
43mmpm2.lib \
44OS2386.LIB \
45$(RTLLIB_O)
46
47
48#
49# Target name - name of the dll without extention and path.
50#
51TARGET = dsound
52
53
54#
55# Includes the common rules.
56#
57!include $(ODIN32_POST_INC)
58
Note: See TracBrowser for help on using the repository browser.