Skip to content

Commit

Permalink
Make Debug use Debug blend.
Browse files Browse the repository at this point in the history
Reviewed by me.
  • Loading branch information
Francisco Ryan Tolmasky I committed Mar 10, 2009
1 parent 71ee5f6 commit 8913ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<exec executable = "objj">
<env key = "OBJJ_INCLUDE_PATHS" value = "${Build}/${Configuration}-Rhino:${Build}/${Configuration}" />
<arg line = "${Build}/Release/blend/main.j -d Themes/${Theme}/ThemeDescriptors.j -o ${Build}/${Configuration}/AppKit/Resources/${Theme}.blend -R Themes/${Theme}/Resources" />
<arg line = "${Build}/${Configuration}/blend/main.j -d Themes/${Theme}/ThemeDescriptors.j -o ${Build}/${Configuration}/AppKit/Resources/${Theme}.blend -R Themes/${Theme}/Resources" />
</exec>

<steam-inline-bundle bundle = "${Build}/${Configuration}/AppKit" />
Expand Down

0 comments on commit 8913ef8

Please sign in to comment.