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_custom.bat
blob
83a430de7640c03f40badd9f9dc800db8a420059
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\dos_lineends.patch -b -p2
11