source: trunk/src/dinput/makefile@ 8045

Last change on this file since 8045 was 7554, checked in by sandervl, 24 years ago

link with guidlib

File size: 717 bytes
Line 
1# $Id: makefile,v 1.10 2001-12-06 10:13:59 sandervl 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)\dinputrsrc.obj \
23$(DLLENTRY)
24
25
26#
27# Libraries. One space before the '\'.
28#
29LIBS = \
30$(ODIN32_LIB)/kernel32.lib \
31$(ODIN32_LIB)/$(ODINCRT).lib \
32OS2386.LIB \
33$(RTLLIB_O) \
34$(ODIN32_LIB)/user32.lib \
35$(ODIN32_LIB)/ole32.lib \
36$(ODIN32_LIB)/guidlib.lib
37
38#
39# Target name - name of the dll without extention and path.
40#
41TARGET = dinput
42
43
44#
45# Includes the common rules.
46#
47!include $(ODIN32_POST_INC)
48
Note: See TracBrowser for help on using the repository browser.