Browse Source

Update build script

git-svn-id: https://emgucv.svn.sourceforge.net/svnroot/emgucv/trunk@81 d7f09016-e345-0410-b530-edf29a71df78
UWP10
canming 17 years ago
parent
commit
c646c9001b
  1. 16
      makefile

16
makefile

@ -5,7 +5,7 @@ VERSION = 1.2.2.0
CV_RELEASE: Utils CV FORCE
install -d release; cp Emgu.CV/README.txt Emgu.CV/Emgu.CV.License.txt lib/zlib.net.license.txt lib/zlib.net.dll bin/Emgu.CV.dll bin/Emgu.Utils.dll release; tar -cv release | gzip -c > Emgu.CV.Linux.Binary-${VERSION}.tar.gz; rm -rf release
Utils: FORCE
make -C Emgu.Utils bin; cp Emgu.Utils/bin/Emgu.Utils.dll ./bin;
@ -16,14 +16,26 @@ CV_SRC:
install -d src
svn export ${SVN_URL}Emgu.CV src/Emgu.CV
svn export ${SVN_URL}Emgu.Utils src/Emgu.Utils
install -d src/Solution/VS2005_MonoDevelop
install -d src/Solution/VS2008
svn export ${SVN_URL}Solution/VS2005_MonoDevelop/Emgu.CV_VS2005.sln src/Solution/VS2005_MonoDevelop/Emgu.CV_VS2005.sln
svn export ${SVN_URL}Solution/VS2008/Emgu.CV_VS2008.sln src/Solution/VS2008/Emgu.CV_VS2008.sln
svn export ${SVN_URL}Solution/VS2005_MonoDevelop/Emgu.CV.Example_VS2005.sln src/Solution/VS2005_MonoDevelop/Emgu.CV_VS2005.sln
svn export ${SVN_URL}Solution/VS2008/Emgu.CV.Example_VS2008.sln src/Solution/VS2008/Emgu.CV_VS2008.sln
svn export ${SVN_URL}Emgu.CV.Example src/Emgu.CV.Exampl
svn export ${SVN_URL}Emgu.CV.Example src/Emgu.CV.Example
svn export ${SVN_URL}README.txt src/README.txt
install -d src/lib
svn export ${SVN_URL}lib/zlib.net.dll src/lib/zlib.net.dll
svn export ${SVN_URL}lib/zlib.net.license.txt src/lib/zlib.net.license.txt
install -d src/bin
svn export ${SVN_URL}lib/cv100.dll src/bin/cv100.dll
svn export ${SVN_URL}lib/cxcore100.dll src/bin/cxcore100.dll
svn export ${SVN_URL}lib/cvaux100.dll src/bin/cvaux100.dll
svn export ${SVN_URL}lib/cvcam100.dll src/bin/cvcam100.dll
svn export ${SVN_URL}lib/highgui100.dll src/bin/highgui100.dll
svn export ${SVN_URL}lib/cxts001.dll src/bin/cxts001.dll
svn export ${SVN_URL}lib/libguide40.dll src/bin/libguide40.dll
svn export ${SVN_URL}lib/opencv.license.txt src/bin/opencv.license.txt
zip -r Emgu.CV-${VERSION}.source.zip src
rm -rf src

Loading…
Cancel
Save