source: trunk/src/dsound/makefile@ 10366

Last change on this file since 10366 was 10222, checked in by sandervl, 22 years ago

Update for libwrap

File size: 1000 bytes
Line 
1# $Id: makefile,v 1.26 2003-08-08 15:52:15 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)\initdsound.obj \
24$(OBJDIR)\os2sndbuffer.obj \
25$(OBJDIR)\os2primbuff.obj \
26$(OBJDIR)\os2notify.obj \
27$(OBJDIR)\daudiobuffer.obj \
28$(OBJDIR)\daudionotify.obj \
29$(OBJDIR)\os23dlistener.obj \
30$(OBJDIR)\os23dbuffer.obj \
31$(OBJDIR)\dart.obj \
32$(OBJDIR)\dsmixer.obj \
33$(OBJDIR)\waveoutdaud.obj \
34$(OBJDIR)\dsoundrsrc.obj
35
36
37#
38# Libraries. One space before the '\'.
39#
40LIBS = \
41$(ODIN32_LIB)/kernel32.lib \
42$(ODIN32_LIB)/$(ODINCRT).lib \
43$(ODIN32_LIB)/libwrap.lib \
44$(ODIN32_LIB)/ole32.lib \
45OS2386.LIB \
46$(RTLLIB_O)
47
48
49#
50# Target name - name of the dll without extention and path.
51#
52TARGET = dsound
53
54
55#
56# Includes the common rules.
57#
58!include $(ODIN32_POST_INC)
59
Note: See TracBrowser for help on using the repository browser.