such as the configure scripts. This is needed for MSYS/Mingw.
git-svn-id: svn://svn.equi4.com/kitgen/trunk@1394
9e558909-932a-0410-a563-
af77432da1eb
Sources cvs tclvfs.cvs.sourceforge.net:/cvsroot/tclvfs
Build {
- Sh [Srcdir]/configure --with-tcl=[Libdir]
- Sh make install-binaries
- Sh strip -x [Unglob ../lib/vfs1*/libvfs1*]
+ Run sh [Srcdir]/configure --with-tcl=[Libdir]
+ Run make install-binaries
+ Run strip -x [Unglob ../lib/vfs1*/libvfs1*]
}
Result [Unglob ../lib/vfs1*]
\ No newline at end of file
Sources fetch http://www.equi4.com/pub/vq/vqtcl.tgz
Build {
- Sh [Srcdir]/configure --with-tcl=[Libdir]
- Sh make install-binaries
- Sh strip -x [Unglob ../lib/vqtcl4*/libvqtcl4*]
+ Run sh [Srcdir]/configure --with-tcl=[Libdir]
+ Run make install-binaries
+ Run strip -x [Unglob ../lib/vqtcl4*/libvqtcl4*]
}
Result [Unglob ../lib/vqtcl4*]