[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2876: Just add i18n-win32-installer to the ALL target. There's no (vidalia/trunk/pkg/win32)



Author: edmanm
Date: 2008-07-13 13:34:43 -0400 (Sun, 13 Jul 2008)
New Revision: 2876

Modified:
   vidalia/trunk/pkg/win32/CMakeLists.txt
Log:
Just add i18n-win32-installer to the ALL target. There's no particular reason
it has to be built with the i18n target.


Modified: vidalia/trunk/pkg/win32/CMakeLists.txt
===================================================================
--- vidalia/trunk/pkg/win32/CMakeLists.txt	2008-07-13 16:44:43 UTC (rev 2875)
+++ vidalia/trunk/pkg/win32/CMakeLists.txt	2008-07-13 17:34:43 UTC (rev 2876)
@@ -58,5 +58,4 @@
 #vidalia_add_nsh(vidalia_NSH
 #  zh_TW/vidalia_ZH_TW.po  TRADCHINESE   GB18030)
 
-add_custom_target(i18n-win32-installer DEPENDS ${vidalia_NSH})
-add_dependencies(i18n i18n-win32-installer)
+add_custom_target(i18n-win32-installer ALL DEPENDS ${vidalia_NSH})