summaryrefslogtreecommitdiff
path: root/stlport/win32_custom.bat
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-10-19 15:22:27 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-10-19 15:22:27 +0000
commit559fe67934d3db85b41843d94425fb4e70f975a7 (patch)
treefa5bc6d371d65c5aff9e0d639283881f1bc4c317 /stlport/win32_custom.bat
parentf6361117e07207066a7611c08d1abd5cfa0d7cea (diff)
#89835# more robust regarding unpack location
Diffstat (limited to 'stlport/win32_custom.bat')
-rw-r--r--stlport/win32_custom.bat9
1 files changed, 4 insertions, 5 deletions
diff --git a/stlport/win32_custom.bat b/stlport/win32_custom.bat
index b59580c430c2..3e645ca2bc92 100644
--- a/stlport/win32_custom.bat
+++ b/stlport/win32_custom.bat
@@ -1,11 +1,10 @@
rem parameters in order of their apearance:
-rem - name of subdirectory in "build"
-rem - name of tarball root directory
-rem - path to desired directory (seen from tarball root dir)
+rem - path to unpacked tarball
+rem - relative path back to module root
setlocal
-cd build\%1
+cd %1
-type ..\..\dos_lineends.patch | patch -b -p2
+type %2\dos_lineends.patch | patch -b -p2