source: trunk/src/ctl3d32/makefile@ 10367

Last change on this file since 10367 was 6832, checked in by bird, 24 years ago

Corrected dplay.dll to ctl3d32.dll (Ye][ow was complaing ;-).

File size: 665 bytes
Line 
1# $Id: makefile,v 1.2 2001-09-26 22:46:04 bird Exp $
2
3#
4# Odin32 API
5#
6# ctl32d32.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)\ctl3d32.obj \
21$(OBJDIR)\ctl3d32rsrc.obj \
22$(DLLENTRY)
23
24
25#
26# Libraries. One space before the '\'.
27#
28LIBS = \
29$(ODIN32_LIB)/kernel32.lib \
30$(ODIN32_LIB)/$(ODINCRT).lib \
31OS2386.LIB \
32$(RTLLIB_O) \
33$(ODIN32_LIB)/ole32.lib \
34$(ODIN32_LIB)/advapi32.lib
35
36
37#
38# Target name - name of the dll without extention and path.
39#
40TARGET = ctl3d32
41
42
43#
44# Includes the common rules.
45#
46!include $(ODIN32_POST_INC)
47
Note: See TracBrowser for help on using the repository browser.