Ignore:
Timestamp:
Feb 14, 2001, 10:01:57 PM (25 years ago)
Author:
umoeller
Message:

Added XML.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/helpers_post.in

    r23 r35  
    8585               $(HLPINC)\dosh.h $(HLPINC)\stringh.h $(HLPINC)\xstring.h
    8686
     87$(OUTPUTDIR)\encodings.obj:         $(@B).c $(INC)\encodings\*.h \
     88               $(PROJECTINC)\setup.h
     89
    8790$(OUTPUTDIR)\datetime.obj:          $(@B).c $(HLPINC)\$(@B).h \
    8891               $(PROJECTINC)\setup.h
     
    181184               $(PROJECTINC)\setup.h
    182185
     186$(OUTPUTDIR)\xml.obj:      $(@B).c $(HLPINC)\$(@B).h \
     187               $(PROJECTINC)\setup.h \
     188               $(HLPINC)\stringh.h
     189
    183190$(OUTPUTDIR)\xprf.obj:  $(@B).c $(HLPINC)\$(@B).h \
    184191               $(PROJECTINC)\setup.h \
     
    187194$(OUTPUTDIR)\xprf2.obj:  $(@B).c $(HLPINC)\xprf.h \
    188195               $(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
    190198
    191199$(OUTPUTDIR)\xstring.obj:  $(@B).c $(HLPINC)\$(@B).h \
     
    193201               $(HLPINC)\stringh.h
    194202
    195 
     203XMLHEADERS = $(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.