diff --git a/stlport/win32_sdk.bat b/stlport/win32_sdk.bat new file mode 100755 index 000000000000..cfaf6c029bea --- /dev/null +++ b/stlport/win32_sdk.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\STLport-4.0_SDK.patch -b -p2 +