source: trunk/src/helpers/helpers_pre.in@ 468

Last change on this file since 468 was 468, checked in by pr, 8 months ago

debug: don't build memdebug*.obj unless XWPMEMDEBUG is #defined.
This avoids spurious warnings from 'ilib' about files with no public symbols.

  • Property svn:eol-style set to CRLF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1#
2# Pre-include file for the main helpers makefile.
3#
4# This is shared between makefile and makefile_dll
5# and defines all the objects that have to be built.
6#
7
8# The OBJS macro contains all the .OBJ files which need to be
9# created from the files in SRC\MAIN _and_ SRC\HELPERS.
10# These will be put into BIN\.
11
12PLAINCOBJS = $(OUTPUTDIR)\encodings.obj\
13$(OUTPUTDIR)\linklist.obj\
14$(OUTPUTDIR)\math.obj\
15$(OUTPUTDIR)\regexp.obj\
16$(OUTPUTDIR)\tree.obj\
17$(OUTPUTDIR)\xml.obj\
18
19XMLOBJS = $(OUTPUTDIR)\xmlparse.obj\
20$(OUTPUTDIR)\xmlrole.obj\
21$(OUTPUTDIR)\xmltok.obj\
22
23CPOBJS = $(PLAINCOBJS) $(XMLOBJS) \
24$(OUTPUTDIR)\acpih.obj\
25$(OUTPUTDIR)\apmh.obj\
26$(OUTPUTDIR)\datetime.obj\
27$(OUTPUTDIR)\debug.obj\
28$(OUTPUTDIR)\dosh.obj\
29$(OUTPUTDIR)\dosh2.obj\
30$(OUTPUTDIR)\eah.obj\
31$(OUTPUTDIR)\except.obj\
32$(OUTPUTDIR)\exeh.obj\
33$(OUTPUTDIR)\lan.obj\
34$(OUTPUTDIR)\level.obj\
35$(OUTPUTDIR)\nls.obj\
36$(OUTPUTDIR)\nlscache.obj\
37$(OUTPUTDIR)\procstat.obj\
38$(OUTPUTDIR)\prfh.obj\
39$(OUTPUTDIR)\prfh2.obj\
40$(OUTPUTDIR)\resh.obj\
41$(OUTPUTDIR)\sem.obj\
42$(OUTPUTDIR)\interlock.obj\
43$(OUTPUTDIR)\stringh.obj\
44$(OUTPUTDIR)\syssound.obj\
45$(OUTPUTDIR)\tmsgfile.obj\
46$(OUTPUTDIR)\vcard.obj\
47$(OUTPUTDIR)\wphandle.obj\
48$(OUTPUTDIR)\xprf.obj\
49$(OUTPUTDIR)\xprf2.obj\
50$(OUTPUTDIR)\xsecapi.obj\
51$(OUTPUTDIR)\xstring.obj
52
53OBJS = $(CPOBJS) \
54$(OUTPUTDIR)\animate.obj\
55$(OUTPUTDIR)\apps.obj\
56$(OUTPUTDIR)\cctl_chart.obj\
57$(OUTPUTDIR)\cctl_checkcnr.obj\
58$(OUTPUTDIR)\cctl_cnr.obj\
59$(OUTPUTDIR)\cctl_cnr_dtls.obj\
60$(OUTPUTDIR)\cctl_combo.obj\
61$(OUTPUTDIR)\cctl_progbar.obj\
62$(OUTPUTDIR)\cctl_splitwin.obj\
63$(OUTPUTDIR)\cctl_toolbar.obj\
64$(OUTPUTDIR)\cctl_tooltip.obj\
65$(OUTPUTDIR)\cctl_xframe.obj\
66$(OUTPUTDIR)\comctl.obj\
67$(OUTPUTDIR)\configsys.obj\
68$(OUTPUTDIR)\cnrh.obj\
69$(OUTPUTDIR)\dialog.obj\
70$(OUTPUTDIR)\gpih.obj\
71!ifdef __XWPMEMDEBUG__
72$(OUTPUTDIR)\memdebug.obj\
73$(OUTPUTDIR)\memdebug_win.obj\
74!endif
75$(OUTPUTDIR)\mmpmh.obj\
76$(OUTPUTDIR)\shapewin.obj\
77$(OUTPUTDIR)\threads.obj\
78$(OUTPUTDIR)\textview.obj\
79$(OUTPUTDIR)\textv_html.obj\
80$(OUTPUTDIR)\timer.obj\
81$(OUTPUTDIR)\winh.obj
82
Note: See TracBrowser for help on using the repository browser.