source: trunk/src/winmm/winmmlib.mak@ 6395

Last change on this file since 6395 was 6375, checked in by sandervl, 24 years ago

initterm update

File size: 1.1 KB
Line 
1# $Id: winmmlib.mak,v 1.1 2001-07-20 15:35:01 sandervl Exp $
2
3#
4# Odin32 API
5#
6# common.lib makefile
7#
8
9
10#
11# Tell build environmet to build an object library.
12#
13LIBTARGET = 1
14EXETARGET = 1
15PUBLICLIB = 1
16
17
18#
19# Compiler, tools, and interference rules.
20#
21!include ../../makefile.inc
22
23
24#
25# Object files. Prefix with OBJDIR and one space before the '\'.
26#
27OBJS = \
28$(OBJDIR)\os2timer.obj \
29$(OBJDIR)\waveout.obj \
30$(OBJDIR)\waveoutdart.obj \
31$(OBJDIR)\waveoutbase.obj \
32$(OBJDIR)\waveinoutbase.obj \
33$(OBJDIR)\waveoutdaud.obj \
34$(OBJDIR)\waveindart.obj \
35$(OBJDIR)\wavein.obj \
36$(OBJDIR)\time.obj \
37$(OBJDIR)\auxiliary.obj \
38$(OBJDIR)\auxos2.obj \
39$(OBJDIR)\mixer.obj \
40$(OBJDIR)\midi.obj \
41$(OBJDIR)\irtmidi.obj \
42$(OBJDIR)\midistrm.obj \
43$(OBJDIR)\initwinmm.obj \
44$(OBJDIR)\mci.obj \
45$(OBJDIR)\joy.obj \
46$(OBJDIR)\mmio.obj \
47$(OBJDIR)\driver.obj \
48$(OBJDIR)\playsound.obj \
49$(OBJDIR)\joyos2.obj \
50$(OBJDIR)\winmmrsrc.obj \
51$(OBJDIR)\dbglocal.obj
52
53#
54# Target name - name of the library without extention and path.
55#
56TARGET = winmmo
57
58
59#
60# Includes the common rules.
61#
62!include $(ODIN32_POST_INC)
63
Note: See TracBrowser for help on using the repository browser.