Add tools/link.bat, unlink.bat, and copydir.bat

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5419 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-12-08 16:37:43 +00:00
parent c9331b5ee5
commit e58df6672a
2 changed files with 3 additions and 3 deletions

View File

@ -2957,7 +2957,7 @@ avr, m68k, m68hc11, m68hc12, m9s12, blackfin, m32c, h8, and SuperH ports.</block
</p> </p>
<p><small> <p><small>
NOTE: In this environment, it should be possible to use the NTFS <code>mklink</code> command to create links. NOTE: In this environment, it should be possible to use the NTFS <code>mklink</code> command to create links.
This should only require a minor modification to the build scripts (see <code>tools/winlink.sh</code> script). This should only require a minor modification to the build scripts (see <code>tools/copydir.sh</code> script).
</small></p> </small></p>
<li> <li>
<b>Dependencies</b> <b>Dependencies</b>
@ -3057,7 +3057,7 @@ if [ -x "$WINELOADER" ]; then exec "$WINELOADER" "$appname" "$@"; fi
NOTE: One of the members on the <a href="http://tech.groups.yahoo.com/group/nuttx/">NuttX forum</a> NOTE: One of the members on the <a href="http://tech.groups.yahoo.com/group/nuttx/">NuttX forum</a>
reported that they successful built NuttX using such a GNUWin32-based, Windows native environment. reported that they successful built NuttX using such a GNUWin32-based, Windows native environment.
They reported that the only necessary change was to the use the NTFS mklink command to create links They reported that the only necessary change was to the use the NTFS mklink command to create links
(see <code>tools/winlink.sh</code> script). (see <code>tools/copydir.sh</code> script).
</small></p> </small></p>
</td> </td>
</tr> </tr>

View File

@ -1264,6 +1264,7 @@ tools/
|-- configure.sh |-- configure.sh
|-- cfgparser.c |-- cfgparser.c
|-- cfgparser.h |-- cfgparser.h
|-- copydir.sh
|-- define.sh |-- define.sh
|-- incdir.sh |-- incdir.sh
|-- indent.sh |-- indent.sh
@ -1278,7 +1279,6 @@ tools/
|-- mkversion.c |-- mkversion.c
|-- unlink.sh |-- unlink.sh
|-- version.sh |-- version.sh
|-- winlink.sh
`-- zipme.sh `-- zipme.sh
</pre></ul> </pre></ul>