source: trunk/src/quartz/makefile@ 10366

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

removed all code

File size: 888 bytes
Line 
1# $Id: makefile,v 1.6 2002-06-15 11:54:31 sandervl Exp $
2
3#
4# Odin32 API
5#
6# quartz.dll makefile
7#
8
9
10#
11# Compiler, tools, and interference rules.
12#
13!include ../../makefile.inc
14
15
16#
17# Overrides.
18#
19!ifndef WMAKE
20CDEFINES = $(CDEFINES) -DICOM_CINTERFACE -DCINTERFACE
21!else
22CDEFINES += -DICOM_CINTERFACE -DCINTERFACE
23!endif
24
25
26#
27# Object files. Prefix with OBJDIR and one space before the '\'.
28#
29OBJS = \
30$(OBJDIR)\main.obj \
31$(OBJDIR)\quartzrsrc.obj \
32$(DLLENTRY)
33
34
35#
36# Libraries. One space before the '\'.
37#
38LIBS = \
39$(ODIN32_LIB)/kernel32.lib \
40$(ODIN32_LIB)/user32.lib \
41$(ODIN32_LIB)/winmm.lib \
42$(ODIN32_LIB)/ntdll.lib \
43$(ODIN32_LIB)/ole32.lib \
44$(ODIN32_LIB)/oleaut32.lib \
45$(ODIN32_LIB)/$(ODINCRT).lib \
46OS2386.LIB \
47$(RTLLIB_O)
48
49
50#
51# Target name - name of the dll without extention and path.
52#
53TARGET = quartz
54
55#
56# Includes the common rules.
57#
58!include $(ODIN32_POST_INC)
59
Note: See TracBrowser for help on using the repository browser.