|
|
@ -20,8 +20,8 @@ vs=2013
|
|
|
|
##
|
|
|
|
##
|
|
|
|
# determine location of the build and source directories
|
|
|
|
# determine location of the build and source directories
|
|
|
|
exiv2=$(cygpath -aw .)
|
|
|
|
exiv2=$(cygpath -aw .)
|
|
|
|
build=$(cygpath -aw .\\build)
|
|
|
|
build=$(cygpath -aw ..\\build)
|
|
|
|
dist=$(cygpath -au .\\build\\dist\\$vs\\$arch\\$mode\\$config\\bin)
|
|
|
|
dist=$(cygpath -au ..\\build\\dist\\$vs\\$arch\\$mode\\$config\\bin)
|
|
|
|
msvc=$(cygpath -aw ./contrib/cmake/msvc)
|
|
|
|
msvc=$(cygpath -aw ./contrib/cmake/msvc)
|
|
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
##
|
|
|
|