Fixed a typo in the NAnt build file

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@995 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2007-02-20 03:33:35 +00:00
parent dc370a972b
commit 8b8bdf4d83

View File

@@ -52,7 +52,7 @@
<include name="mapgenerator/ProtocolManager.cs" />
</sources>
<resources dynamicprefix="true" prefix="libsecondlife" basedir="." failonempty="true">
<include name="*.tga" />
<include name="Resources/*.tga" />
</resources>
</csc>
<!-- Does _Packets_.cs really need to be reproduced? -->