source: trunk/src/comdlg32/comdlg32lib.mak@ 6502

Last change on this file since 6502 was 6401, checked in by sandervl, 24 years ago

custom build updates

File size: 974 bytes
Line 
1# $Id: comdlg32lib.mak,v 1.2 2001-07-29 19:00:13 sandervl Exp $
2
3#
4# Odin32 API
5#
6# common.lib makefile
7#
8
9
10#
11# Tell build environmet to build an object library.
12#
13LIBTARGET = 1
14EXETARGET = 1
15PUBLICLIB = 1
16WRC_PREFIX_RESOURCE=1
17
18#
19# Compiler, tools, and interference rules.
20#
21!include ../../makefile.inc
22
23
24#
25# Overrides.
26#
27!if "$(CCENV)" == "VAC36"
28CDEFINES = $(CDEFINES) -DNONAMELESSUNION
29!endif
30
31#
32# Object files. Prefix with OBJDIR and one space before the '\'.
33#
34OBJS = \
35$(OBJDIR)\colordlg.obj \
36$(OBJDIR)\fontdlg.obj \
37$(OBJDIR)\initcomdlg32.obj \
38$(OBJDIR)\cdlg32.obj \
39$(OBJDIR)\filetitle.obj \
40$(OBJDIR)\finddlg32.obj \
41$(OBJDIR)\filedlg.obj \
42$(OBJDIR)\filedlg95.obj \
43$(OBJDIR)\comdlg32.obj \
44$(OBJDIR)\filedlgbrowser.obj \
45##$(OBJDIR)\printdlg.obj \
46####$(OBJDIR)\comdlgguid.obj \
47$(OBJDIR)\rsrc.obj
48
49#
50# Target name - name of the library without extention and path.
51#
52TARGET = comdlg32o
53
54
55#
56# Includes the common rules.
57#
58!include $(ODIN32_POST_INC)
59
Note: See TracBrowser for help on using the repository browser.