X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b44f5137ce562c2c281542b09f2ed6379dcbf00b..0eb83a1a72be6e6d2a961efe892134d1008f3826:/samples/internat/makefile.gcc diff --git a/samples/internat/makefile.gcc b/samples/internat/makefile.gcc index 072ef7dfde..15b7f1deb1 100644 --- a/samples/internat/makefile.gcc +++ b/samples/internat/makefile.gcc @@ -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! # ========================================================================= @@ -216,7 +216,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)\*.o del $(OBJS)\*.o @@ -246,6 +246,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 @@ -276,7 +280,7 @@ $(OBJS)\internat_internat.o: ./internat.cpp $(OBJS)\internat_internat_rc.o: ./internat.rc windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) $(__GFXCTX_DEFINE_p_1) --include-dir $(SETUPHDIR) --include-dir ./../../include --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH -.PHONY: all clean ar bg cs de fr ka pl ru sv ja ja_JP.EUC-JP +.PHONY: all clean ar bg cs de fr it ka pl ru sv ja ja_JP.EUC-JP SHELL := $(COMSPEC)