summaryrefslogtreecommitdiff
path: root/stlport/win32_custom.bat
diff options
context:
space:
mode:
Diffstat (limited to 'stlport/win32_custom.bat')
-rw-r--r--stlport/win32_custom.bat11
1 files changed, 11 insertions, 0 deletions
diff --git a/stlport/win32_custom.bat b/stlport/win32_custom.bat
new file mode 100644
index 000000000000..83a430de7640
--- /dev/null
+++ b/stlport/win32_custom.bat
@@ -0,0 +1,11 @@
+rem parameters in order of their apearance:
+rem - path to unpacked tarball
+rem - relative path back to module root
+
+setlocal
+
+cd %1
+
+rem type %2\dos_lineends.patch | patch -b -p2
+patch -i %2\dos_lineends.patch -b -p2
+