linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #03095
[Branch ~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n] Rev 416: Fix build order
------------------------------------------------------------
revno: 416
committer: Steven Sheehy <steven.sheehy@xxxxxxxxx>
branch nick: linuxdcpp-i18n
timestamp: Mon 2011-01-24 23:35:49 -0600
message:
Fix build order
modified:
SConstruct
--
lp:~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n
https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n
Your team LinuxDC++ Team is subscribed to branch lp:~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n.
To unsubscribe from this branch go to https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n/+edit-subscription
=== modified file 'SConstruct'
--- SConstruct 2011-01-21 06:15:48 +0000
+++ SConstruct 2011-01-25 05:35:49 +0000
@@ -325,6 +325,7 @@
# i18n
env.MergePotFiles(source = [glade_pot_file, linux_pot_file], target = 'po/%s.pot' % PACKAGE)
env.GenerateMessageCatalogs()
+ Default(PACKAGE)
# ----------------------------------------------------------------------