office-gobmx/stlport/win32_custom.bat

12 lines
218 B
Batchfile
Raw Normal View History

2002-02-18 06:45:49 -06:00
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\dos_lineends.patch -b -p2
2002-02-18 06:45:49 -06:00