File: build.bat

package info (click to toggle)
libxmltok 1.2-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 540 kB
  • ctags: 1,359
  • sloc: ansic: 10,535; makefile: 134
file content (4 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (11)
1
2
3
4
@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