source: trunk/src/DPlayX/makefile@ 10366

Last change on this file since 10366 was 5579, checked in by sandervl, 25 years ago

VAC 3.6.5 compile fix

File size: 978 bytes
Line 
1# $Id: makefile,v 1.15 2001-04-24 19:44:13 sandervl Exp $
2
3#
4# Odin32 API
5#
6# dplayx.dll makefile
7#
8
9
10#
11# Compiler, tools, and interference rules.
12#
13!include ../../makefile.inc
14
15#
16# Object files. Prefix with OBJDIR and one space before the '\'.
17#
18OBJS = \
19$(OBJDIR)\dpclassfactory.obj \
20$(OBJDIR)\dplay.obj \
21$(OBJDIR)\dplaysp.obj \
22$(OBJDIR)\dplayx_global.obj \
23$(OBJDIR)\dplayx_main.obj \
24$(OBJDIR)\dplayx_messages.obj \
25$(OBJDIR)\dplobby.obj \
26$(OBJDIR)\name_server.obj \
27$(OBJDIR)\initterm.obj \
28$(OBJDIR)\dplayxrsrc.obj
29
30
31#
32# Libraries. One space before the '\'.
33#
34LIBS = \
35$(ODIN32_LIB)/kernel32.lib \
36$(ODIN32_LIB)/$(ODINCRT).lib \
37$(ODIN32_LIB)/advapi32.lib \
38OS2386.LIB \
39$(RTLLIB_O) \
40$(ODIN32_LIB)/user32.lib \
41$(ODIN32_LIB)/ole32.lib \
42$(ODIN32_LIB)/winmm.lib \
43$(ODIN32_LIB)/ntdll.lib \
44$(ODIN32_LIB)/msvfw32.lib
45
46
47#
48# Target name - name of the dll without extention and path.
49#
50TARGET = dplayx
51
52
53#
54# Includes the common rules.
55#
56!include $(ODIN32_POST_INC)
57
Note: See TracBrowser for help on using the repository browser.