source: trunk/src/setupapi/makefile@ 8596

Last change on this file since 8596 was 8421, checked in by sandervl, 23 years ago

wine resync

File size: 886 bytes
Line 
1# $Id: makefile,v 1.2 2002-05-15 12:39:55 sandervl Exp $
2
3#
4# Odin32 API
5#
6# setupapi.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)\devinst.obj \
21$(OBJDIR)\dirid.obj \
22$(OBJDIR)\infparse.obj \
23$(OBJDIR)\install.obj \
24$(OBJDIR)\parser.obj \
25$(OBJDIR)\queue.obj \
26$(OBJDIR)\stubs.obj \
27##$(OBJDIR)\virtcopy.obj \
28$(OBJDIR)\setupapirsrc.obj \
29$(DLLENTRY)
30
31
32#
33# Libraries. One space before the '\'.
34#
35LIBS = \
36$(ODIN32_LIB)/kernel32.lib \
37$(ODIN32_LIB)/user32.lib \
38$(ODIN32_LIB)/gdi32.lib \
39$(ODIN32_LIB)/ntdll.lib \
40$(ODIN32_LIB)/ole32.lib \
41$(ODIN32_LIB)/$(ODINCRT).lib \
42OS2386.LIB \
43$(RTLLIB_O)
44
45
46#
47# Target name - name of the dll without extention and path.
48#
49TARGET = setupapi
50
51
52#
53# Includes the common rules.
54#
55!include $(ODIN32_POST_INC)
56
Note: See TracBrowser for help on using the repository browser.