You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
465 B
Batchfile
14 lines
465 B
Batchfile
@echo off
|
|
|
|
if not defined _CONFIG_ SET _CONFIG_=Release
|
|
if NOT DEFINED _TEMP_ SET _TEMP_=temp
|
|
if NOT DEFINED _EXIV2_ SET _EXIV2_=..\trunk
|
|
if NOT DEFINED _CURL_ SET _CURL_=curl-7.39.0
|
|
if NOT DEFINED _LIBSSH_ SET _LIBSSH_=libssh-0.5.5
|
|
if NOT DEFINED _OPENSSL_ SET _OPENSSL_=openssl-1.0.1j
|
|
if NOT DEFINED _ZLIB_ SET _ZLIB_=zlib-1.2.8
|
|
if NOT DEFINED _EXPAT_ SET _EXPAT_=expat-2.1.0
|
|
|
|
rem That's all Folks!
|
|
rem
|