1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-26 04:27:25 +00:00

5 lines
245 B
Batchfile
Raw Normal View History

@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