From 373cd7f5dea681d3603438d7e1014b86ee23bf63 Mon Sep 17 00:00:00 2001 From: Jerome St-Louis Date: Tue, 21 Feb 2012 19:04:57 +0900 Subject: [PATCH] ear/i18n: Fixed last commit Makefiles & project --- ear/cmd/Makefile | 2 +- ear/extract/Makefile | 4 ++-- ear/extract/extract.epj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ear/cmd/Makefile b/ear/cmd/Makefile index f82b060..cfcb617 100644 --- a/ear/cmd/Makefile +++ b/ear/cmd/Makefile @@ -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 diff --git a/ear/extract/Makefile b/ear/extract/Makefile index d355464..7e7f82c 100644 --- a/ear/extract/Makefile +++ b/ear/extract/Makefile @@ -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 diff --git a/ear/extract/extract.epj b/ear/extract/extract.epj index 338bfe9..386d8a8 100644 --- a/ear/extract/extract.epj +++ b/ear/extract/extract.epj @@ -225,7 +225,7 @@ { "Folder" : "LC_MESSAGES", "Files" : [ - "locale/es_ES/extract.mo" + "extract.mo" ] } ] -- 1.8.3.1