home *** CD-ROM | disk | FTP | other *** search
/ Chip: Windows 2000 Professional Resource Kit / W2KPRK.iso / apps / perl / ActivePerl.exe / data.z / build.bat < prev    next >
Encoding:
DOS Batch File  |  1999-10-14  |  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.