]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/screenshotgen/src/screenshotgen.bkl
Removed dummy wxFont == operator implementation (IIRC was needed to compile with...
[wxWidgets.git] / utils / screenshotgen / src / screenshotgen.bkl
index ba087abae257d22ce1b7a770afd58f1b7da50d6d..1e32b9aedafb319b95910d16e130a61c744ed690 100644 (file)
         <install-to>$(BINDIR)</install-to>
     </exe>
 
-    <wx-data id="data">
+    <wx-data id="bitmaps">
+        <dstdir>$(BUILDDIR)/bitmaps</dstdir>
+        <srcdir>$(SRCDIR)/bitmaps</srcdir>
+        <files>
+            wxwin32x32.png
+            bell.png
+            sound.png
+            dropbuth.png
+            dropbutn.png
+            dropbutp.png
+            throbber.gif
+        </files>
+    </wx-data>
+
+    <wx-data id="xml">
         <files>
             richtext.xml
-            bitmaps$(DIRSEP)wxwin32x32.png
-            bitmaps$(DIRSEP)bell.png
-            bitmaps$(DIRSEP)sound.png
-            bitmaps$(DIRSEP)dropbuth.png
-            bitmaps$(DIRSEP)dropbutn.png
-            bitmaps$(DIRSEP)dropbutp.png
-            bitmaps$(DIRSEP)throbber.gif
         </files>
     </wx-data>