Changeset 2876 for vidalia/trunk/pkg

Show
Ignore:
Timestamp:
07/13/08 13:34:43 (4 months ago)
Author:
edmanm
Message:

Just add i18n-win32-installer to the ALL target. There's no particular reason
it has to be built with the i18n target.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/pkg/win32/CMakeLists.txt

    r2874 r2876  
    5959#  zh_TW/vidalia_ZH_TW.po  TRADCHINESE   GB18030) 
    6060 
    61 add_custom_target(i18n-win32-installer DEPENDS ${vidalia_NSH}) 
    62 add_dependencies(i18n i18n-win32-installer) 
     61add_custom_target(i18n-win32-installer ALL DEPENDS ${vidalia_NSH})