mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-06 11:45:00 +00:00
3abb7730b2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3772 d0543943-73ff-0310-b7d9-9358b9ac24b2
5 lines
245 B
Batchfile
5 lines
245 B
Batchfile
@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
|