home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / Python2 / Python20_source / expat / sample / build.bat next >
Encoding:
DOS Batch File  |  1998-06-21  |  245 b   |  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.