diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-04-20 16:42:06 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-04-20 16:42:06 +0000 |
commit | ce4f3efd78c110c015c54eab05f201d1caac5f8d (patch) | |
tree | 668c555d5de70518b93426f45fe3e44d7f06663c /win32/scripts/move_xine_deps.bat | |
parent | 80f6215b607f0ed76f7f75deaf4e4668bc6f244d (diff) | |
download | xine-lib-ce4f3efd78c110c015c54eab05f201d1caac5f8d.tar.gz xine-lib-ce4f3efd78c110c015c54eab05f201d1caac5f8d.tar.bz2 |
importing win32 contrib sources and msvc build environment
CVS patchset: 4641
CVS date: 2003/04/20 16:42:06
Diffstat (limited to 'win32/scripts/move_xine_deps.bat')
-rw-r--r-- | win32/scripts/move_xine_deps.bat | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/win32/scripts/move_xine_deps.bat b/win32/scripts/move_xine_deps.bat new file mode 100644 index 000000000..e3f78b9f1 --- /dev/null +++ b/win32/scripts/move_xine_deps.bat @@ -0,0 +1,22 @@ +
+
+ECHO mkdir source\xine ...
+rmdir /s include\xine
+mkdir include\xine
+
+ECHO includes ...
+xcopy /Y ..\include\xine.h include\xine
+
+ECHO xine-engine ...
+xcopy /Y ..\src\xine-engine\events.h include\xine
+
+ECHO xine-utils ...
+xcopy /Y ..\src\xine-utils\attributes.h include\xine
+xcopy /Y ..\src\xine-utils\compat.h include\xine
+xcopy /Y ..\src\xine-utils\xineutils.h include\xine
+
+ECHO mkdir %1\bin\fonts ...
+mkdir %1\bin\fonts
+
+ECHO fonts ...
+xcopy /Y /s ..\misc\fonts\*.gz %1\bin\fonts
\ No newline at end of file |