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, 0 insertions, 22 deletions
diff --git a/win32/scripts/move_xine_deps.bat b/win32/scripts/move_xine_deps.bat
deleted file mode 100644
index e3f78b9f1..000000000
--- a/win32/scripts/move_xine_deps.bat
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-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