summaryrefslogtreecommitdiff
path: root/win32/scripts/move_xine_deps.bat
diff options
context:
space:
mode:
Diffstat (limited to 'win32/scripts/move_xine_deps.bat')
-rw-r--r--win32/scripts/move_xine_deps.bat22
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