From 69a1b10dd38c06f34747e7a55d62fdfcec2883cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 5 Sep 2005 17:02:56 +0000 Subject: *BUGFIX* Build improvements and WIN32 port updates: - add --with-pthread-pefix and --with-zlib-pefix options - prepare for removing internal zlib and pthreads-win32 relics, updated documentation for possible WIN32 developers (only for me? :->) - fixed bug in unimportant part of configure.ac for MinGW due to xine paths - fixed my bug in cdda (but it compiled fine anyway) - fixed unimportant bug in planar Makefile.am - next MSVC update due to external zlib, pthreads and latest changes, removed relic includes - checked distcheck CVS patchset: 7719 CVS date: 2005/09/05 17:02:56 --- win32/scripts/move_xine_fonts.bat | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'win32/scripts') diff --git a/win32/scripts/move_xine_fonts.bat b/win32/scripts/move_xine_fonts.bat index c3dad6e02..34e8ff3bf 100755 --- a/win32/scripts/move_xine_fonts.bat +++ b/win32/scripts/move_xine_fonts.bat @@ -1,5 +1,8 @@ -ECHO mkdir %1\bin\fonts ... -mkdir %1\bin\fonts - -ECHO fonts ... -xcopy /Y /s ..\misc\fonts\*.gz %1\bin\fonts +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 -- cgit v1.2.3