You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
245 B
4 lines
245 B
@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
|