Forgot to add build.xml.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2009-02-02 02:00:27 -08:00
parent 9aad67ae04
commit a4a075655d
+5 -1
View File
@@ -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" />
@@ -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">