source: trunk/src/dinput/makefile@ 10366

Last change on this file since 10366 was 8346, checked in by sandervl, 23 years ago

Resync with last X11 licensed Wine

File size: 826 bytes
Line 
1# $Id: makefile,v 1.11 2002-04-30 14:52:03 sandervl Exp $
2
3#
4# Odin32 API
5#
6# dinput.dll makefile
7#
8
9WRC_PREFIX_RESOURCE=1
10
11#
12# Compiler, tools, and interference rules.
13#
14!include ../../makefile.inc
15
16
17#
18# Object files. Prefix with OBJDIR and one space before the '\'.
19#
20OBJS = \
21$(OBJDIR)\device.obj \
22$(OBJDIR)\keyboard.obj \
23$(OBJDIR)\mouse.obj \
24$(OBJDIR)\dinput_main.obj \
25$(OBJDIR)\initterm.obj \
26$(OBJDIR)\initdinput.obj \
27$(OBJDIR)\dinputrsrc.obj
28
29
30#
31# Libraries. One space before the '\'.
32#
33LIBS = \
34$(ODIN32_LIB)/kernel32.lib \
35$(ODIN32_LIB)/$(ODINCRT).lib \
36OS2386.LIB \
37$(RTLLIB_O) \
38$(ODIN32_LIB)/user32.lib \
39$(ODIN32_LIB)/ole32.lib \
40$(ODIN32_LIB)/guidlib.lib
41
42#
43# Target name - name of the dll without extention and path.
44#
45TARGET = dinput
46
47
48#
49# Includes the common rules.
50#
51!include $(ODIN32_POST_INC)
52
Note: See TracBrowser for help on using the repository browser.