summaryrefslogtreecommitdiff
path: root/stlport/win32_sdk.sh
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 11:01:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 11:01:26 +0000
commit0813a3f0f4986a9d454991c84515a072965d6887 (patch)
tree6a5a27170fcd812750cd6f196684d46fe058c702 /stlport/win32_sdk.sh
parenteb62b06be2da4592da0bedf2e8814bcf0f691905 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'stlport/win32_sdk.sh')
-rw-r--r--stlport/win32_sdk.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/stlport/win32_sdk.sh b/stlport/win32_sdk.sh
new file mode 100644
index 000000000000..434890730bf6
--- /dev/null
+++ b/stlport/win32_sdk.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+#rem parameters in order of their apearance:
+#rem - path to unpacked tarball
+#rem - relative path back to module root
+
+cd $1
+
+patch -i $2/STLport-4.0_SDK.patch -b -p2
+