Changeset 35 for trunk/src/helpers/helpers_post.in
- Timestamp:
- Feb 14, 2001, 10:01:57 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/helpers_post.in
r23 r35 85 85 $(HLPINC)\dosh.h $(HLPINC)\stringh.h $(HLPINC)\xstring.h 86 86 87 $(OUTPUTDIR)\encodings.obj: $(@B).c $(INC)\encodings\*.h \ 88 $(PROJECTINC)\setup.h 89 87 90 $(OUTPUTDIR)\datetime.obj: $(@B).c $(HLPINC)\$(@B).h \ 88 91 $(PROJECTINC)\setup.h … … 181 184 $(PROJECTINC)\setup.h 182 185 186 $(OUTPUTDIR)\xml.obj: $(@B).c $(HLPINC)\$(@B).h \ 187 $(PROJECTINC)\setup.h \ 188 $(HLPINC)\stringh.h 189 183 190 $(OUTPUTDIR)\xprf.obj: $(@B).c $(HLPINC)\$(@B).h \ 184 191 $(PROJECTINC)\setup.h \ … … 187 194 $(OUTPUTDIR)\xprf2.obj: $(@B).c $(HLPINC)\xprf.h \ 188 195 $(PROJECTINC)\setup.h \ 189 $(HLPINC)\prfh.h $(HLPINC)\stringh.h 196 $(INC)\expat\expat.h \ 197 $(HLPINC)\linklist.h $(HLPINC)\stringh.h $(HLPINC)\xstring.h 190 198 191 199 $(OUTPUTDIR)\xstring.obj: $(@B).c $(HLPINC)\$(@B).h \ … … 193 201 $(HLPINC)\stringh.h 194 202 195 203 XMLHEADERS = $(PROJECTINC)\setup.h \ 204 $(INC)\expat\ascii.h \ 205 $(INC)\expat\asciitab.h \ 206 $(INC)\expat\expat.h \ 207 $(INC)\expat\iasciitab.h \ 208 $(INC)\expat\latin1tab.h \ 209 $(INC)\expat\nametab.h \ 210 $(INC)\expat\utf8tab.h \ 211 $(INC)\expat\winconfig.h \ 212 $(INC)\expat\xmlrole.h \ 213 $(INC)\expat\xmltok.h \ 214 $(INC)\expat\xmltok_impl.h 215 216 $(OUTPUTDIR)\xml_charset.obj: $(@B).c $(XMLHEADERS) 217 218 $(OUTPUTDIR)\xmlparse.obj: $(@B).c $(XMLHEADERS) 219 220 $(OUTPUTDIR)\xmlrole.obj: $(@B).c $(XMLHEADERS) 221 222 $(OUTPUTDIR)\xmltok.obj: $(@B).c xmltok_impl.c xmltok_ns.c $(XMLHEADERS) 223 224
Note:
See TracChangeset
for help on using the changeset viewer.