repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merged tag ooo/OOO330_m7
[LibreOffice.git]
/
stlport
/
win32_sdk.sh
blob
434890730bf6561795f150c5a810685c110c4ccc
1
#!/bin/sh
2
#rem parameters in order of their apearance:
3
#rem - path to unpacked tarball
4
#rem - relative path back to module root
5
6
cd
$1
7
8
patch
-i
$2
/
STLport-4.0_SDK.
patch
-b -p2
9