home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / sofa / archive / exml.lha / exml / expat / sample / build.bat next >
DOS Batch File  |  1999-04-13  |  245b  |  5 lines

  1. @echo off
  2. set LIB=..\xmlparse\Release;..\lib;%LIB%
  3. cl /nologo /DXMLTOKAPI=__declspec(dllimport) /DXMLPARSEAPI=__declspec(dllimport) /I..\xmlparse /Fe..\bin\elements elements.c xmlparse.lib
  4. @echo Run it using: ..\bin\elements ^<..\expat.html
  5.