summaryrefslogtreecommitdiff
path: root/stlport/win32_custom.bat
blob: 83a430de7640c03f40badd9f9dc800db8a420059 (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\dos_lineends.patch -b -p2