ear/i18n: Fixed last commit Makefiles & project
authorJerome St-Louis <jerome@ecere.com>
Tue, 21 Feb 2012 10:04:57 +0000 (19:04 +0900)
committerJerome St-Louis <jerome@ecere.com>
Tue, 21 Feb 2012 10:04:57 +0000 (19:04 +0900)
ear/cmd/Makefile
ear/extract/Makefile
ear/extract/extract.epj

index f82b060..cfcb617 100644 (file)
@@ -96,7 +96,7 @@ $(TARGET): $(SOURCES) $(RESOURCES) $(SYMBOLS) $(OBJECTS) | objdir
        $(STRIP) $(STRIPOPT) $(TARGET)
        $(EAR) awq $(TARGET) ../extract/obj/release.$(PLATFORM)/extract$(E) ""
        $(EAR) awq $(TARGET) locale/zh_CN/LC_MESSAGES/ear.mo "locale/zh_CN/LC_MESSAGES"
-       $(EAR) aw $(TARGET) locale/es_ES/LC_MESSAGES/ear.mo "locale/es_ES/LC_MESSAGES"
+       $(EAR) awq $(TARGET) locale/es_ES/LC_MESSAGES/ear.mo "locale/es_ES/LC_MESSAGES"
        $(call cpq,$(TARGET),../../obj/$(PLATFORM)/bin)
 
 # SYMBOL RULES
index d355464..7e7f82c 100644 (file)
@@ -61,7 +61,7 @@ RESOURCES1 = \
        ../../ecere/res/vanilla/ecere/status/folderOpen.png \
        locale/zh_CN/LC_MESSAGES/extract.mo
 RESOURCES2 = \
-       locale/es_ES/extract.mo
+       locale/es_ES/LC_MESSAGES/extract.mo
 
 # CROSS-PLATFORM MAGIC
 
@@ -156,7 +156,7 @@ endif
        $(EAR) awq $(TARGET) ../../ecere/res/vanilla/ecere/places/driveRemote.png ../../ecere/res/vanilla/ecere/places/folder.png ../../ecere/res/vanilla/ecere/places/folderRemote.png ../../ecere/res/vanilla/ecere/places/networkServer.png ../../ecere/res/vanilla/ecere/places/networkWorkgroup.png "ecere/places"
        $(EAR) awq $(TARGET) ../../ecere/res/vanilla/ecere/status/folderOpen.png "ecere/status"
        $(EAR) awq $(TARGET) locale/zh_CN/LC_MESSAGES/extract.mo "locale/zh_CN/LC_MESSAGES"
-       $(EAR) awq $(TARGET) locale/es_ES/extract.mo "locale/es_ES/LC_MESSAGES"
+       $(EAR) awq $(TARGET) locale/es_ES/LC_MESSAGES/extract.mo "locale/es_ES/LC_MESSAGES"
 
 # SYMBOL RULES
 
index 338bfe9..386d8a8 100644 (file)
                   {
                      "Folder" : "LC_MESSAGES",
                      "Files" : [
-                        "locale/es_ES/extract.mo"
+                        "extract.mo"
                      ]
                   }
                ]