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

Last change on this file since 257 was 257, checked in by umoeller, 22 years ago

Fixes that have piled up in the last three months.

  • Property svn:eol-style set to CRLF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 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)\apmh.obj\
25$(OUTPUTDIR)\datetime.obj\
26$(OUTPUTDIR)\debug.obj\
27$(OUTPUTDIR)\dosh.obj\
28$(OUTPUTDIR)\dosh2.obj\
29$(OUTPUTDIR)\eah.obj\
30$(OUTPUTDIR)\except.obj\
31$(OUTPUTDIR)\exeh.obj\
32$(OUTPUTDIR)\lan.obj\
33$(OUTPUTDIR)\level.obj\
34$(OUTPUTDIR)\nls.obj\
35$(OUTPUTDIR)\nlscache.obj\
36$(OUTPUTDIR)\procstat.obj\
37$(OUTPUTDIR)\prfh.obj\
38$(OUTPUTDIR)\prfh2.obj\
39$(OUTPUTDIR)\resh.obj\
40$(OUTPUTDIR)\sem.obj\
41$(OUTPUTDIR)\interlock.obj\
42$(OUTPUTDIR)\stringh.obj\
43$(OUTPUTDIR)\syssound.obj\
44$(OUTPUTDIR)\tmsgfile.obj\
45$(OUTPUTDIR)\vcard.obj\
46$(OUTPUTDIR)\wphandle.obj\
47$(OUTPUTDIR)\xprf.obj\
48$(OUTPUTDIR)\xprf2.obj\
49$(OUTPUTDIR)\xsecapi.obj\
50$(OUTPUTDIR)\xstring.obj
51
52OBJS = $(CPOBJS) \
53$(OUTPUTDIR)\animate.obj\
54$(OUTPUTDIR)\apps.obj\
55$(OUTPUTDIR)\cctl_chart.obj\
56$(OUTPUTDIR)\cctl_checkcnr.obj\
57$(OUTPUTDIR)\cctl_cnr.obj\
58$(OUTPUTDIR)\cctl_cnr_dtls.obj\
59$(OUTPUTDIR)\cctl_combo.obj\
60$(OUTPUTDIR)\cctl_progbar.obj\
61$(OUTPUTDIR)\cctl_splitwin.obj\
62$(OUTPUTDIR)\cctl_toolbar.obj\
63$(OUTPUTDIR)\cctl_tooltip.obj\
64$(OUTPUTDIR)\cctl_xframe.obj\
65$(OUTPUTDIR)\comctl.obj\
66$(OUTPUTDIR)\configsys.obj\
67$(OUTPUTDIR)\cnrh.obj\
68$(OUTPUTDIR)\dialog.obj\
69$(OUTPUTDIR)\gpih.obj\
70$(OUTPUTDIR)\memdebug.obj\
71$(OUTPUTDIR)\memdebug_win.obj\
72$(OUTPUTDIR)\mmpmh.obj\
73$(OUTPUTDIR)\shapewin.obj\
74$(OUTPUTDIR)\threads.obj\
75$(OUTPUTDIR)\textview.obj\
76$(OUTPUTDIR)\textv_html.obj\
77$(OUTPUTDIR)\timer.obj\
78$(OUTPUTDIR)\winh.obj
79
Note: See TracBrowser for help on using the repository browser.