summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2012-02-02 21:03:52 +0000
committersr55 <[email protected]>2012-02-02 21:03:52 +0000
commite6a8a768c3d230d7474d66d927211690cc60fba7 (patch)
treead8c47f1362b1af4f85f9934fd375a38f7fe6334
parent2ac7fd39d456d6ba9f9ea197489f3d7e9782686d (diff)
WinGui: Rollback last checkin.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4435 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--win/CS/build.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/win/CS/build.xml b/win/CS/build.xml
index 61ab4502b..19168497c 100644
--- a/win/CS/build.xml
+++ b/win/CS/build.xml
@@ -51,7 +51,6 @@
<Exec Command="copy $(ProjectDir)handbrakepineapple.ico $(ProjectDir)bin\$(Platform)\Release /Y" />
<Exec Command="xcopy $(ProjectDir)doc $(ProjectDir)bin\$(Platform)\Release\doc /I /Y" />
- <Exec Command="xcopy $(ProjectDir)fonts $(ProjectDir)bin\$(Platform)\Release\fonts /I /Y" />
<Exec Command="makensis $(ProjectDir)bin\$(Platform)\Release\MakeNightly.nsi" Condition="$(Platform) == 'x86'" />
<Exec Command="makensis $(ProjectDir)bin\$(Platform)\Release\MakeNightly64.nsi" Condition="$(Platform) == 'x64'" />
@@ -63,7 +62,6 @@
<Exec Command="copy $(ProjectDir)handbrakepineapple.ico $(ProjectDir)bin\$(Platform)\Release /Y" />
<Exec Command="xcopy $(ProjectDir)doc $(ProjectDir)bin\$(Platform)\Release\doc /I /Y" />
- <Exec Command="xcopy $(ProjectDir)fonts $(ProjectDir)bin\$(Platform)\Release\fonts /I /Y" />
<Exec Command="makensis $(ProjectDir)bin\$(Platform)\Release\Installer.nsi" Condition="$(Platform) == 'x86'" />
<Exec Command="makensis $(ProjectDir)bin\$(Platform)\Release\Installer64.nsi" Condition="$(Platform) == 'x64'" />