[longomatch] Add more langs to the win32 makefile



commit ab1371f25c7d9261b71e89bdc578dfa19b333e4e
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Jul 21 21:07:44 2010 +0200

    Add more langs to the win32 makefile

 Makefile.win32 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.win32 b/Makefile.win32
index 642b91d..2c36a9e 100644
--- a/Makefile.win32
+++ b/Makefile.win32
@@ -17,12 +17,15 @@ CSC = $(MONO_INSTALL_PATH)/bin/gmcs
 
 # i18n
 FILES = \
+	ca.po\
 	cs.po\
 	da.po\
 	de.po\
 	es.po\
 	nb.po\
 	sl.po\
+	pt.po\
+	fr.po\
 	sv.po
 
 MO_FILES = $(foreach po,$(FILES), $(LOCALE_DIR)/$(basename $(po))/LC_MESSAGES/longomatch.mo)



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