Skip to content

Commit

Permalink
Fixed a problem in building nib2cib that caused way too many files to…
Browse files Browse the repository at this point in the history
… end up in the distro.

Reviewed by me.
  • Loading branch information
Francisco Ryan Tolmasky I committed Dec 20, 2008
1 parent bd42a03 commit 14f267d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions Tools/nib2cib/build.xml
Expand Up @@ -19,12 +19,6 @@
<steam-build>
<arg line = "-f nib2cib.steam -c ${Configuration} -t nib2cib" />
</steam-build>

<copy todir = "${Build.nib2cib.lib}">
<fileset dir = "${Build}/${Configuration}/nib2cib/" />
</copy>

<copy file = "nib2cib" tofile = "${Build.nib2cib.bin}/nib2cib" />

</target>

Expand Down
5 changes: 3 additions & 2 deletions build.xml
Expand Up @@ -242,15 +242,16 @@
<copy todir = "${Build.Cappuccino.Tools.Bin}">
<fileset dir = "${Build}/Release/bake/bin" />
<fileset dir = "${Build}/Release/cplutil/bin" />
<fileset dir = "${Build}/Release/nib2cib/bin" />
<fileset dir = "${Build}/Release/objj/bin" />
<fileset dir = "${Build}/Release/objjc/bin" />
<fileset dir = "${Build}/Release/press/bin" />
<fileset dir = "${Build}/Release/steam/bin" />
</copy>

<copy file = "Tools/nib2cib/nib2cib" todir = "${Build.Cappuccino.Tools.Bin}" />

<copy todir = "${Build.Cappuccino.Tools.Lib}/nib2cib">
<fileset dir = "${Build}/Release/nib2cib/lib" />
<fileset dir = "${Build}/Release/nib2cib" />
</copy>

<copy todir = "${Build.Cappuccino.Tools.Lib}">
Expand Down

0 comments on commit 14f267d

Please sign in to comment.