source: trunk/src/comdlg32/makefile@ 10366

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

Update for libwrap

File size: 1.2 KB
Line 
1# $Id: makefile,v 1.33 2003-08-08 15:40:04 sandervl Exp $
2
3#
4# Odin32 API
5#
6# comdlg32.dll makefile
7#
8
9
10#
11# Compiler, tools, and interference rules.
12#
13WRC_PREFIX_RESOURCE=1
14!include ../../makefile.inc
15
16
17#
18# Overrides.
19#
20!if "$(CCENV)" == "VAC36"
21CDEFINES = $(CDEFINES) -DNONAMELESSUNION
22!endif
23
24
25#
26# Object files. Prefix with OBJDIR and one space before the '\'.
27#
28OBJS = \
29$(OBJDIR)\colordlg.obj \
30$(OBJDIR)\fontdlg.obj \
31$(OBJDIR)\initterm.obj \
32$(OBJDIR)\initcomdlg32.obj \
33$(OBJDIR)\cdlg32.obj \
34$(OBJDIR)\filetitle.obj \
35$(OBJDIR)\finddlg32.obj \
36$(OBJDIR)\filedlg.obj \
37$(OBJDIR)\filedlg95.obj \
38##$(OBJDIR)\comdlg32.obj \
39$(OBJDIR)\filedlgbrowser.obj \
40$(OBJDIR)\printdlg.obj \
41$(OBJDIR)\rsrc.obj
42
43
44#
45# Libraries. One space before the '\'.
46#
47LIBS = \
48$(ODIN32_LIB)/kernel32.lib \
49$(ODIN32_LIB)/user32.lib \
50$(ODIN32_LIB)/$(ODINCRT).lib \
51$(ODIN32_LIB)/libwrap.lib \
52$(ODIN32_LIB)/shlwapi.lib \
53$(ODIN32_LIB)/shell32.lib \
54$(ODIN32_LIB)/comctl32.lib \
55$(ODIN32_LIB)/gdi32.lib \
56$(ODIN32_LIB)/winspool.lib \
57$(ODIN32_LIB)/wgss50.lib \
58$(ODIN32_LIB)/guidlib.lib \
59os2386.lib \
60$(RTLLIB_O)
61
62
63#
64# Target name - name of the dll without extention and path.
65#
66TARGET = comdlg32
67
68
69#
70# Includes the common rules.
71#
72!include $(ODIN32_POST_INC)
73
Note: See TracBrowser for help on using the repository browser.