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

Diff for /pegasus/mak/message.mak between version 1.12.46.1 and 1.13

version 1.12.46.1, 2008/11/21 01:52:30 version 1.13, 2008/03/11 19:39:49
Line 37 
Line 37 
  
 # 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
 ifdef ICU_ROOT  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)
         MSG_BUNDLES += $(MSG_DIR)/$(MSG_PACKAGE)_root.res         MSG_BUNDLES += $(MSG_DIR)/$(MSG_PACKAGE)_root.res
Line 56 
Line 56 
 ################################################################################ ################################################################################
  
 # Rule for ICU resource bundles # Rule for ICU resource bundles
 ifdef ICU_ROOT  ifeq ($(PEGASUS_HAS_ICU), true)
 messages: $(MSG_BUNDLES) messages: $(MSG_BUNDLES)
  
 $(MSG_DIR)/$(MSG_PACKAGE)_root.res: $(MSG_PACKAGE)_root.rb $(ERROR) $(MSG_DIR)/$(MSG_PACKAGE)_root.res: $(MSG_PACKAGE)_root.rb $(ERROR)
Line 86 
Line 86 
 FILES_TO_CLEAN = $(MSG_BUNDLES) FILES_TO_CLEAN = $(MSG_BUNDLES)
 FILES_TO_CLEAN += $(ROOT)/src/$(DIR)/*.rb FILES_TO_CLEAN += $(ROOT)/src/$(DIR)/*.rb
  
 ifdef ICU_ROOT  ifeq ($(PEGASUS_HAS_ICU), true)
 include $(ROOT)/mak/clean.mak include $(ROOT)/mak/clean.mak
 else else
 clean: clean:
Line 94 
Line 94 
  
 depend: depend:
  
 general:  
   
 ################################################################################ ################################################################################
 ## ##
 ## Build list of object names: ## Build list of object names:


Legend:
Removed from v.1.12.46.1  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2