source: trunk/src/msacm32/makefile@ 4879

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

New makefile style. (addjustments)

File size: 820 bytes
Line 
1# $Id: makefile,v 1.13 2000-12-02 23:40:09 bird Exp $
2
3#
4# Odin32 API
5#
6# msacm32.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)\msacm32.obj \
21$(OBJDIR)\filter.obj \
22$(OBJDIR)\format.obj \
23$(OBJDIR)\internal.obj \
24$(OBJDIR)\stream.obj \
25$(OBJDIR)\driver.obj \
26$(OBJDIR)\initterm.obj \
27$(OBJDIR)\msacm32rsrc.obj
28
29
30#
31# Libraries. One space before the '\'.
32#
33LIBS = \
34$(ODIN32_LIB)/kernel32.lib \
35$(ODIN32_LIB)/$(ODINCRT).lib \
36$(ODIN32_LIB)/winmm.lib \
37$(ODIN32_LIB)/advapi32.lib \
38$(ODIN32_LIB)/pmwinx.lib \
39OS2386.LIB \
40$(RTLLIB_O)
41
42
43#
44# Target name - name of the dll without extention and path.
45#
46TARGET = msacm32
47
48
49#
50# Includes the common rules.
51#
52!include $(ODIN32_POST_INC)
53
Note: See TracBrowser for help on using the repository browser.