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

Last change on this file since 6502 was 6401, checked in by sandervl, 24 years ago

custom build updates

File size: 1.1 KB
Line 
1# $Id: winmmlib.mak,v 1.2 2001-07-29 19:00:53 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
16WRC_PREFIX_RESOURCE=1
17
18
19#
20# Compiler, tools, and interference rules.
21#
22!include ../../makefile.inc
23
24
25#
26# Object files. Prefix with OBJDIR and one space before the '\'.
27#
28OBJS = \
29$(OBJDIR)\os2timer.obj \
30$(OBJDIR)\waveout.obj \
31$(OBJDIR)\waveoutdart.obj \
32$(OBJDIR)\waveoutbase.obj \
33$(OBJDIR)\waveinoutbase.obj \
34$(OBJDIR)\waveoutdaud.obj \
35$(OBJDIR)\waveindart.obj \
36$(OBJDIR)\wavein.obj \
37$(OBJDIR)\time.obj \
38$(OBJDIR)\auxiliary.obj \
39$(OBJDIR)\auxos2.obj \
40$(OBJDIR)\mixer.obj \
41$(OBJDIR)\midi.obj \
42$(OBJDIR)\irtmidi.obj \
43$(OBJDIR)\midistrm.obj \
44$(OBJDIR)\initwinmm.obj \
45$(OBJDIR)\mci.obj \
46$(OBJDIR)\joy.obj \
47$(OBJDIR)\mmio.obj \
48$(OBJDIR)\driver.obj \
49$(OBJDIR)\playsound.obj \
50$(OBJDIR)\joyos2.obj \
51$(OBJDIR)\winmmrsrc.obj \
52$(OBJDIR)\dbglocal.obj
53
54#
55# Target name - name of the library without extention and path.
56#
57TARGET = winmmo
58
59
60#
61# Includes the common rules.
62#
63!include $(ODIN32_POST_INC)
64
Note: See TracBrowser for help on using the repository browser.