source: trunk/src/winmm/winmm.mak@ 5265

Last change on this file since 5265 was 4808, checked in by bird, 25 years ago

Changed makefile to make subdirectories too. The previous makefile
was renamed to winmm.mak.

File size: 1.1 KB
Line 
1# $Id: winmm.mak,v 1.1 2000-12-16 22:47:28 bird Exp $
2
3#
4# Odin32 API
5#
6# winmm.dll makefile
7#
8
9
10#
11# Alternate makefile name.
12#
13MAKEFILE = winmm.mak
14
15
16#
17# Compiler, tools, and interference rules.
18#
19!include ../../makefile.inc
20
21
22#
23# Object files. Prefix with OBJDIR and one space before the '\'.
24#
25OBJS = \
26$(OBJDIR)\os2timer.obj \
27$(OBJDIR)\waveout.obj \
28$(OBJDIR)\dwaveout.obj \
29$(OBJDIR)\time.obj \
30$(OBJDIR)\wavein.obj \
31$(OBJDIR)\auxiliary.obj \
32$(OBJDIR)\auxos2.obj \
33$(OBJDIR)\mixer.obj \
34$(OBJDIR)\midi.obj \
35$(OBJDIR)\irtmidi.obj \
36$(OBJDIR)\midistrm.obj \
37$(OBJDIR)\initterm.obj \
38$(OBJDIR)\mci.obj \
39$(OBJDIR)\joy.obj \
40$(OBJDIR)\mmio.obj \
41$(OBJDIR)\driver.obj \
42$(OBJDIR)\playsound.obj \
43$(OBJDIR)\joyos2.obj \
44$(OBJDIR)\winmmrsrc.obj \
45$(OBJDIR)\dbglocal.obj
46
47
48#
49# Libraries. One space before the '\'.
50#
51LIBS = \
52$(ODIN32_LIB)/pmwinx.lib \
53mmpm2.lib \
54$(ODIN32_LIB)/kernel32.lib \
55$(ODIN32_LIB)/user32.lib \
56$(ODIN32_LIB)/$(ODINCRT).lib \
57OS2386.LIB \
58$(RTLLIB_O)
59
60
61#
62# Target name - name of the dll without extention and path.
63#
64TARGET = winmm
65
66
67#
68# Includes the common rules.
69#
70!include $(ODIN32_POST_INC)
71
Note: See TracBrowser for help on using the repository browser.