add IT locale to the makefile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-04-01 15:00:12 +00:00
parent 5036c26475
commit 34e8a158e5
10 changed files with 1399 additions and 1342 deletions

View File

@@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.5 (http://www.bakefile.org)
# Bakefile 0.2.6 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================
@@ -215,7 +215,7 @@ $(OBJS):
### Targets: ###
all: $(OBJS)\internat.exe ar bg cs de fr ka pl ru sv ja ja_JP.EUC-JP
all: $(OBJS)\internat.exe ar bg cs de fr it ka pl ru sv ja ja_JP.EUC-JP
clean:
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
@@ -253,6 +253,10 @@ fr:
if not exist $(OBJS)\fr mkdir $(OBJS)\fr
for %f in (internat.po internat.mo) do if not exist $(OBJS)\fr\%f copy .\fr\%f $(OBJS)\fr
it:
if not exist $(OBJS)\it mkdir $(OBJS)\it
for %f in (internat.po internat.mo) do if not exist $(OBJS)\it\%f copy .\it\%f $(OBJS)\it
ka:
if not exist $(OBJS)\ka mkdir $(OBJS)\ka
for %f in (internat.po internat.mo) do if not exist $(OBJS)\ka\%f copy .\ka\%f $(OBJS)\ka