From d69185d92ff91e2a252a861be3bdb6fae7837b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 21 Nov 2005 14:18:56 +0000 Subject: *BUGFIX* M$VC port update: - doc update. - added none plugins (meant TWO none plugins) - fix some compile warnings - update due to the alphablend - install the headers too CVS patchset: 7810 CVS date: 2005/11/21 14:18:56 --- win32/scripts/move_xine_fonts.bat | 8 -------- win32/scripts/post_install.bat | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 8 deletions(-) delete mode 100755 win32/scripts/move_xine_fonts.bat create mode 100644 win32/scripts/post_install.bat (limited to 'win32/scripts') diff --git a/win32/scripts/move_xine_fonts.bat b/win32/scripts/move_xine_fonts.bat deleted file mode 100755 index 34e8ff3bf..000000000 --- a/win32/scripts/move_xine_fonts.bat +++ /dev/null @@ -1,8 +0,0 @@ -ECHO creating %1\share\xine\libxine1\fonts ... -mkdir %1\share -mkdir %1\share\xine -mkdir %1\share\xine\libxine1 -mkdir %1\share\xine\libxine1\fonts - -ECHO fonts ... -xcopy /Y /s ..\misc\fonts\*.gz %1\share\xine\libxine1\fonts diff --git a/win32/scripts/post_install.bat b/win32/scripts/post_install.bat new file mode 100644 index 000000000..2b5a6ee22 --- /dev/null +++ b/win32/scripts/post_install.bat @@ -0,0 +1,21 @@ +ECHO copying fonts to %1\share\xine\libxine1\fonts ... +mkdir %1\share +mkdir %1\share\xine +mkdir %1\share\xine\libxine1 +mkdir %1\share\xine\libxine1\fonts +xcopy /Y /s ..\misc\fonts\*.gz %1\share\xine\libxine1\fonts + +ECHO copying headers to %1\include\xine +mkdir %1\include +mkdir %1\include\xine +xcopy /Y /s ..\include\xine.h %1\include +xcopy /Y /s ..\lib\os_types.h %1\include\xine +xcopy /Y /s ..\src\xine-engine\*.h %1\include\xine +xcopy /Y /s ..\src\xine-utils\*.h %1\include\xine +xcopy /Y /s ..\src\demuxers\demux.h %1\include\xine +xcopy /Y /s ..\src\input\input_plugin.h %1\include\xine +del %1\include\xine\accel_xvmc.h +del %1\include\xine\bswap.h +del %1\include\xine\lrb.h +del %1\include\xine\ppcasm_string.h +del %1\include\xine\xine_check.h -- cgit v1.2.3