(file) Return to message.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/message.mak between version 1.17 and 1.18

version 1.17, 2008/12/16 18:55:36 version 1.18, 2012/07/26 15:23:14
Line 34 
Line 34 
 ############################################################################### ###############################################################################
  
 # If we are using ICU resource bundles, then the compiled bundles are .res files # If we are using ICU resource bundles, then the compiled bundles are .res files
 # since the individual makefiles do not specify a root package file, one is appended to the target list  # since the individual makefiles do not specify a root package file, one is
   # appended to the target list
 ifeq ($(PEGASUS_HAS_ICU), true) ifeq ($(PEGASUS_HAS_ICU), true)
         TMP_MSG_BUNDLES = $(foreach i,$(MSG_SOURCES),$(MSG_DIR)/$i)         TMP_MSG_BUNDLES = $(foreach i,$(MSG_SOURCES),$(MSG_DIR)/$i)
         MSG_BUNDLES = $(TMP_MSG_BUNDLES:.txt=.res)         MSG_BUNDLES = $(TMP_MSG_BUNDLES:.txt=.res)
Line 45 
Line 46 
 ## ##
 ## Message compile rules: the normal rule is from package_lang.txt -> package_lang.res ## Message compile rules: the normal rule is from package_lang.txt -> package_lang.res
 ##                                                         the exception to the rule: since package_root.txt does not exist, ##                                                         the exception to the rule: since package_root.txt does not exist,
 ##                                                                         one has to be generated from one of the existing package_lang.txt files.  
 ##                                                                         this defaults to package_en.txt unless the appropriate vars are set. ##                                                                         this defaults to package_en.txt unless the appropriate vars are set.
 ##                                                                         the selected/or default package file is processed and converted into ##                                                                         the selected/or default package file is processed and converted into
 ##                                                                         an intermediate package_root.rb file, this file is then compiled into its corresponding  ##   an intermediate package_root.rb file, this file is then compiled into
 ##                                                                         package_root.res file  ##   its corresponding package_root.res file
 ## ##
 ################################################################################ ################################################################################
  


Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2