libexpat/expat/sample/build.bat

5 lines
241 B
Batchfile
Raw Normal View History

1998-06-21 04:22:49 -04:00
@echo off
1998-06-21 04:44:14 -04:00
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