trunk: webready+jenkins. fix copy ..\..\include bug in msvc webready build.

v0.27.3
Robin Mills 11 years ago
parent a149aa8844
commit c58be229b1

@ -63,7 +63,7 @@ set webready=false
if %curl% == true if %libssh% == true if %openssl% == true set webready=true if %curl% == true if %libssh% == true if %openssl% == true set webready=true
if %webready% == true ( if %webready% == true (
copy/y exiv2-webready.sln e.sln copy/y exiv2-webready.sln e.sln
copy/y ..\include\exiv2\exv-msvc-webready.h ..\..\include\exiv2\exv-msvc.h copy/y ..\include\exiv2\exv-msvc-webready.h ..\include\exiv2\exv-msvc.h
) )
rem -- rem --

Loading…
Cancel
Save