source: trunk/src/dsound/makefile@ 5087

Last change on this file since 5087 was 4717, checked in by bird, 25 years ago

New makefile style. (addjustments)

File size: 880 bytes
Line 
1# $Id: makefile,v 1.21 2000-12-02 23:39:26 bird 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)\os23dlistener.obj \
27$(OBJDIR)\os23dbuffer.obj \
28$(OBJDIR)\dart.obj \
29$(OBJDIR)\dsmixer.obj \
30$(OBJDIR)\dsoundrsrc.obj
31
32
33#
34# Libraries. One space before the '\'.
35#
36LIBS = \
37$(ODIN32_LIB)/kernel32.lib \
38$(ODIN32_LIB)/$(ODINCRT).lib \
39$(ODIN32_LIB)/ole32.lib \
40pmwinx.lib \
41mmpm2.lib \
42OS2386.LIB \
43$(RTLLIB_O)
44
45
46#
47# Target name - name of the dll without extention and path.
48#
49TARGET = dsound
50
51
52#
53# Includes the common rules.
54#
55!include $(ODIN32_POST_INC)
56
Note: See TracBrowser for help on using the repository browser.