Skip to content

Commit

Permalink
Forgot to add build.xml.
Browse files Browse the repository at this point in the history
Reviewed by me.
  • Loading branch information
Francisco Ryan Tolmasky I committed Feb 2, 2009
1 parent 9aad67a commit a4a0756
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Tools/steam/build.xml
Expand Up @@ -6,7 +6,7 @@
<property name = "Build.Intermediate" location = "${Build}/steam.build/${Configuration}" />
<property name = "Build.steam" location = "${Build}/${Configuration}/steam" />
<property name = "Build.steam.bin" location = "${Build.steam}/bin" />
<property name = "Build.steam.lib" location = "${Build.steam}/lib" />
<property name = "Build.steam.lib" location = "${Build.steam}/lib/steam" />

<target name = "clean">
<delete dir = "${Build.steam}" verbose = "true" />
Expand All @@ -25,6 +25,10 @@

<copy file = "${basedir}/htaccess" tofile = "${Build.steam.lib}/htaccess" />

<copy todir = "${Build.steam.lib}/Templates" >
<fileset dir = "${basedir}/Templates" />
</copy>

<preprocess file = "${basedir}/main.js" output = "${Build.Intermediate}/steam-preprocessed.js" />

<concat destfile = "${Build.Intermediate}/steam-flattened.js">
Expand Down

0 comments on commit a4a0756

Please sign in to comment.