]> git.saurik.com Git - wxWidgets.git/commitdiff
added horse.tga to bakefile and distribution scripts
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 31 Oct 2006 00:35:09 +0000 (00:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 31 Oct 2006 00:35:09 +0000 (00:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/manifests/generic.rsp
samples/image/Makefile.in
samples/image/image.bkl
samples/image/makefile.bcc
samples/image/makefile.gcc
samples/image/makefile.vc
samples/image/makefile.wat

index 80d2d64935002ed2662533587c2e90e8a249e365..3d8928d96c4e4163024982bc8a0bfad5f423e626 100644 (file)
@@ -700,6 +700,7 @@ samples/image/*.pcx
 samples/image/*.jpg
 samples/image/*.gif
 samples/image/*.tif
+samples/image/*.tga
 samples/image/*.ico
 samples/image/*.cur
 samples/image/*.txt
index 7b67ddba5f00ff62ce9d371e99e5cedcf895fdcc..1ab49e266b7618bfa155ec4a6a11b53d5b537157 100644 (file)
@@ -179,7 +179,7 @@ image.app/Contents/PkgInfo: image$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.pli
 
 data: 
        @mkdir -p .
-       @for f in horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.xpm horse.cur horse.ico horse3.ani smile.xbm toucan.png cmyk.jpg; do \
+       @for f in horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani smile.xbm toucan.png cmyk.jpg; do \
        if test ! -f ./$$f -a ! -d ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
index 46dabe387fdf36edc2cc1cc055d3c6eb8ab33aa6..be89e4d6e13671a640f2b87ee0c42986560b37b4 100644 (file)
@@ -15,7 +15,7 @@
     <wx-data id="data">
         <files>
             horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm
-            horse.tif horse.xpm horse.cur horse.ico horse3.ani
+            horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani
             smile.xbm toucan.png cmyk.jpg
         </files>
     </wx-data>
index ba7730c0a8a81fbb3364a4900ec1b2f7ee766de0..2f438b2691bb5e7b198a7e56587bde194fb83b21 100644 (file)
@@ -228,7 +228,7 @@ $(OBJS)\image.exe: $(IMAGE_OBJECTS)  $(OBJS)\image_image.res
 
 data: 
        if not exist $(OBJS) mkdir $(OBJS)
-       for %f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.xpm horse.cur horse.ico horse3.ani smile.xbm toucan.png cmyk.jpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
+       for %f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani smile.xbm toucan.png cmyk.jpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
 
 $(OBJS)\image_image.obj: .\image.cpp
        $(CXX) -q -c -P -o$@ $(IMAGE_CXXFLAGS) $**
index ec8cdc1dda4919f4b90a7a9fa2c42dfaef19a3b8..d7131684e9cf0712baa1bafbb2ce1a11b09891ca 100644 (file)
@@ -221,7 +221,7 @@ $(OBJS)\image.exe: $(IMAGE_OBJECTS) $(OBJS)\image_image_rc.o
 
 data: 
        if not exist $(OBJS) mkdir $(OBJS)
-       for %%f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.xpm horse.cur horse.ico horse3.ani smile.xbm toucan.png cmyk.jpg) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
+       for %%f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani smile.xbm toucan.png cmyk.jpg) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
 
 $(OBJS)\image_image.o: ./image.cpp
        $(CXX) -c -o $@ $(IMAGE_CXXFLAGS) $(CPPDEPS) $<
index 726e9f440202f9fd484a1200aff35297099a5a38..5c919858a815434dfe6590b7804b65d24c053c25 100644 (file)
@@ -303,7 +303,7 @@ $(OBJS)\image.exe: $(IMAGE_OBJECTS) $(OBJS)\image_image.res
 
 data: 
        if not exist $(OBJS) mkdir $(OBJS)
-       for %f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.xpm horse.cur horse.ico horse3.ani smile.xbm toucan.png cmyk.jpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
+       for %f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani smile.xbm toucan.png cmyk.jpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
 
 $(OBJS)\image_image.obj: .\image.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(IMAGE_CXXFLAGS) $**
index cfc8b7d2af8520b35477bede9491d7753496c615..70bf47275cb1144a18245c5c452c858ff8601221 100644 (file)
@@ -256,7 +256,7 @@ $(OBJS)\image.exe :  $(IMAGE_OBJECTS) $(OBJS)\image_image.res
 
 data : .SYMBOLIC 
        if not exist $(OBJS) mkdir $(OBJS)
-       for %f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.xpm horse.cur horse.ico horse3.ani smile.xbm toucan.png cmyk.jpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
+       for %f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani smile.xbm toucan.png cmyk.jpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
 
 $(OBJS)\image_image.obj :  .AUTODEPEND .\image.cpp
        $(CXX) -bt=nt -zq -fo=$^@ $(IMAGE_CXXFLAGS) $<