mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-04 16:15:25 +00:00
5 lines
241 B
Batchfile
Executable File
5 lines
241 B
Batchfile
Executable File
@echo off
|
|
set LIB=..\xmlparse\Release;..\lib;%LIB%
|
|
cl /nologo /DXMLTOKAPI=__declspec(dllimport) /DXMLPARSEAPI=__declspec(dllimport) /I..\xmlparse /Fe..\bin\elements elements.c xmlparse.lib
|
|
@echo Run it using: ..\bin\elements ^<..\expat.html
|