summaryrefslogtreecommitdiff
path: root/stlport/win32_custom.bat
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-02-18 12:45:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-02-18 12:45:49 +0000
commitf412ebb23dd446cb515d0a63a28bb31bee45a425 (patch)
tree6151a0e55aeb635da9b6b5d111ace7baf76d887e /stlport/win32_custom.bat
parent354ab7031f901bc2807d4d72834775e53aa44592 (diff)
readded
Diffstat (limited to 'stlport/win32_custom.bat')
-rw-r--r--stlport/win32_custom.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/stlport/win32_custom.bat b/stlport/win32_custom.bat
new file mode 100644
index 000000000000..3e645ca2bc92
--- /dev/null
+++ b/stlport/win32_custom.bat
@@ -0,0 +1,10 @@
+rem parameters in order of their apearance:
+rem - path to unpacked tarball
+rem - relative path back to module root
+
+setlocal
+
+cd %1
+
+type %2\dos_lineends.patch | patch -b -p2
+