source: trunk/src/dinput/makefile@ 5087

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

New makefile style. (addjustments)

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