mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-02 02:16:24 +00:00
6 lines
169 B
Batchfile
6 lines
169 B
Batchfile
SET curdir=%CD%
|
|
SET incdir=..\..\..\..\..\libxml2\include\libxml
|
|
SET installdir=%1\libxml
|
|
|
|
Xcopy /I /Y %incdir%\*.h %installdir%\
|
|
Xcopy /I /Y xmlversion.h %installdir%\
|