opencv_zlib renamed back to zlib; make static libs work on Windows

This commit is contained in:
Vadim Pisarevsky
2010-12-05 01:19:36 +00:00
parent 8b4cb1d99c
commit 0de9c9fd3c
13 changed files with 86 additions and 63 deletions

View File

@@ -47,7 +47,9 @@ set(CPACK_SOURCE_IGNORE_FILES
"/build/"
"/lib/"
"/interfaces/"
"/utils/"
"/swig_python/"
"/octave/"
"/gtest/"
"~$"
"\\\\.aux$"
"\\\\.bbl$"
@@ -58,6 +60,8 @@ set(CPACK_SOURCE_IGNORE_FILES
"\\\\.log$"
"\\\\.toc$"
"\\\\.out$"
"\\\\.pyc$"
"\\\\.pyo$"
"\\\\.vcproj$"
"/1$"
"${CPACK_SOURCE_IGNORE_FILES}")