diff options
Diffstat (limited to 'stlport/win32_sdk.sh')
-rw-r--r-- | stlport/win32_sdk.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/stlport/win32_sdk.sh b/stlport/win32_sdk.sh deleted file mode 100644 index 434890730bf6..000000000000 --- a/stlport/win32_sdk.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/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 - |