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

Last change on this file since 243 was 243, checked in by umoeller, 23 years ago

New build system, multimedia, other misc fixes.

  • 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 = \
13$(OUTPUTDIR)\encodings.obj\
14$(OUTPUTDIR)\linklist.obj\
15$(OUTPUTDIR)\math.obj\
16$(OUTPUTDIR)\regexp.obj\
17$(OUTPUTDIR)\tree.obj\
18$(OUTPUTDIR)\xml.obj\
19
20XMLOBJS = \
21$(OUTPUTDIR)\xmlparse.obj\
22$(OUTPUTDIR)\xmlrole.obj\
23$(OUTPUTDIR)\xmltok.obj\
24
25CPOBJS = $(PLAINCOBJS) $(XMLOBJS) \
26$(OUTPUTDIR)\apmh.obj\
27$(OUTPUTDIR)\datetime.obj\
28$(OUTPUTDIR)\debug.obj\
29$(OUTPUTDIR)\dosh.obj\
30$(OUTPUTDIR)\dosh2.obj\
31$(OUTPUTDIR)\eah.obj\
32$(OUTPUTDIR)\except.obj\
33$(OUTPUTDIR)\exeh.obj\
34$(OUTPUTDIR)\lan.obj\
35$(OUTPUTDIR)\level.obj\
36$(OUTPUTDIR)\nls.obj\
37$(OUTPUTDIR)\nlscache.obj\
38$(OUTPUTDIR)\procstat.obj\
39$(OUTPUTDIR)\prfh.obj\
40$(OUTPUTDIR)\prfh2.obj\
41$(OUTPUTDIR)\resh.obj\
42$(OUTPUTDIR)\sem.obj\
43$(OUTPUTDIR)\interlock.obj\
44$(OUTPUTDIR)\stringh.obj\
45$(OUTPUTDIR)\syssound.obj\
46$(OUTPUTDIR)\tmsgfile.obj\
47$(OUTPUTDIR)\vcard.obj\
48$(OUTPUTDIR)\wphandle.obj\
49$(OUTPUTDIR)\xprf.obj\
50$(OUTPUTDIR)\xprf2.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$(OUTPUTDIR)\memdebug.obj\
72$(OUTPUTDIR)\memdebug_win.obj\
73$(OUTPUTDIR)\mmpmh.obj\
74$(OUTPUTDIR)\shapewin.obj\
75$(OUTPUTDIR)\threads.obj\
76$(OUTPUTDIR)\textview.obj\
77$(OUTPUTDIR)\textv_html.obj\
78$(OUTPUTDIR)\timer.obj\
79$(OUTPUTDIR)\winh.obj
80
Note: See TracBrowser for help on using the repository browser.