repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
OOO330
[LibreOffice.git]
/
stlport
/
win32_sdk.bat
blob
cfaf6c029beae73ea07ba6486a42e278936ee540
1
rem parameters in order of their apearance:
2
rem - path to unpacked tarball
3
rem - relative path back to module root
4
5
setlocal
6
7
cd %1
8
9
rem type %2\dos_lineends.patch | patch -b -p2
10
patch -i %2\STLport-4.0_SDK.patch -b -p2
11