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 | #
|
---|
13 | LIBTARGET = 1
|
---|
14 | EXETARGET = 1
|
---|
15 | PUBLICLIB = 1
|
---|
16 | WRC_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"
|
---|
28 | CDEFINES = $(CDEFINES) -DNONAMELESSUNION
|
---|
29 | !endif
|
---|
30 |
|
---|
31 | #
|
---|
32 | # Object files. Prefix with OBJDIR and one space before the '\'.
|
---|
33 | #
|
---|
34 | OBJS = \
|
---|
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 | #
|
---|
52 | TARGET = 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.