]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/internat/makefile.gcc
Added check to allow multiple selection by dragging only if property under mouse...
[wxWidgets.git] / samples / internat / makefile.gcc
index 072ef7dfde1b355333b725eeed74b992e9e78ded..15b7f1deb1391fec92de9ce692aece6e042534a1 100644 (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!
 # =========================================================================
 
@@ -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)