source: trunk/src/msvfw32/makefile@ 10367

Last change on this file since 10367 was 9140, checked in by sandervl, 23 years ago

wine resync; fixed 16 bits handle bugs

File size: 826 bytes
Line 
1# $Id: makefile,v 1.13 2002-08-27 08:31:48 sandervl Exp $
2
3#
4# Odin32 API
5#
6# msvfw32.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)\msvfw32.obj \
21$(OBJDIR)\drawdib.obj \
22$(OBJDIR)\msvideo_main.obj \
23$(OBJDIR)\mciwnd.obj \
24$(OBJDIR)\msvfw32rsrc.obj \
25$(DLLENTRY)
26
27
28#
29# Libraries. One space before the '\'.
30#
31LIBS = \
32$(ODIN32_LIB)/kernel32.lib \
33$(ODIN32_LIB)/user32.lib \
34$(ODIN32_LIB)/comctl32.lib \
35$(ODIN32_LIB)/version.lib \
36$(ODIN32_LIB)/gdi32.lib \
37$(ODIN32_LIB)/winmm.lib \
38$(ODIN32_LIB)/$(ODINCRT).lib \
39OS2386.LIB \
40$(RTLLIB_O)
41
42
43#
44# Target name - name of the dll without extention and path.
45#
46TARGET = msvfw32
47
48
49#
50# Includes the common rules.
51#
52!include $(ODIN32_POST_INC)
53
Note: See TracBrowser for help on using the repository browser.