summaryrefslogtreecommitdiff
path: root/stlport/win32_sdk.bat
blob: cfaf6c029beae73ea07ba6486a42e278936ee540 (plain)
1
2
3
4
5
6
7
8
9
10
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