source: trunk/src/avicap32/makefile@ 10366

Last change on this file since 10366 was 10198, checked in by sandervl, 22 years ago

Added stub dll from Wine

File size: 728 bytes
Line 
1# $Id: makefile,v 1.1 2003-08-01 16:10:57 sandervl Exp $
2
3#
4# Odin32 API
5#
6# avicap32.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)\avicap32_main.obj \
21$(OBJDIR)\avicap32.obj \
22$(DLLENTRY)
23
24
25#
26# Libraries. One space before the '\'.
27#
28LIBS = \
29$(ODIN32_LIB)/kernel32.lib \
30$(ODIN32_LIB)/$(ODINCRT).lib \
31$(ODIN32_LIB)/ole32.lib \
32$(ODIN32_LIB)/msvfw32.lib \
33$(ODIN32_LIB)/ntdll.lib \
34$(ODIN32_LIB)/guidlib.lib \
35OS2386.LIB \
36$(RTLLIB_O)
37
38
39#
40# Target name - name of the dll without extention and path.
41#
42TARGET = avicap32
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.