#100535# fix for changed declarations in new SDK
This commit is contained in:
parent
a7b862eaf7
commit
89d3e85dcd
1 changed files with 11 additions and 0 deletions
11
stlport/win32_sdk.bat
Executable file
11
stlport/win32_sdk.bat
Executable file
|
@ -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
|
||||
|
Loading…
Reference in a new issue