]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed obsolete WXR file
authorJulian Smart <julian@anthemion.co.uk>
Thu, 31 Mar 2005 14:55:24 +0000 (14:55 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 31 Mar 2005 14:55:24 +0000 (14:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/make_dist.mk
samples/dnd/Makefile.in
samples/dnd/dnd.bkl
samples/dnd/dnd.wxr [deleted file]
samples/dnd/makefile.bcc
samples/dnd/makefile.gcc
samples/dnd/makefile.vc
samples/dnd/makefile.wat

index 6f24e0e5ef0239dfd099bdd82158cb2370b9552a..76737700a8f243d992d15cb0d84d66a75d828293 100644 (file)
@@ -488,7 +488,6 @@ SAMPLES_DIST: ALL_GUI_DIST
        mkdir $(DISTDIR)/samples/dnd
        cp $(SAMPDIR)/dnd/Makefile.in $(DISTDIR)/samples/dnd
        cp $(SAMPDIR)/dnd/makefile.unx $(DISTDIR)/samples/dnd
-       cp $(SAMPDIR)/dnd/*.wxr $(DISTDIR)/samples/dnd
        cp $(SAMPDIR)/dnd/*.cpp $(DISTDIR)/samples/dnd
        cp $(SAMPDIR)/dnd/*.xpm $(DISTDIR)/samples/dnd
        cp $(SAMPDIR)/dnd/*.txt $(DISTDIR)/samples/dnd
index e241013d68500e36481653d5deca0b99d22f844f..df4db2083ce2da548afba3131420218f92280192 100644 (file)
@@ -173,7 +173,7 @@ dnd.app/Contents/PkgInfo: dnd$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.i
 
 data: 
        @mkdir -p .
-       @for f in wxwin.png dnd.wxr; do \
+       @for f in wxwin.png; do \
        if test ! -e ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
index 406de44049b525e19664b4981124a97953529edd..5ad9f3fed2a47b9a1b7f3f9a8d0f2e9a81918793 100644 (file)
@@ -11,7 +11,7 @@
     </exe>
 
     <wx-data id="data">
-        <files>wxwin.png dnd.wxr</files>
+        <files>wxwin.png</files>
     </wx-data>
 
 </makefile>
diff --git a/samples/dnd/dnd.wxr b/samples/dnd/dnd.wxr
deleted file mode 100644 (file)
index 6860921..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-static char *dialogShape = "dialog(name = 'dialogShape',\
-  style = 'wxRAISED_BORDER | wxCAPTION | wxTHICK_FRAME | wxSYSTEM_MENU',\
-  title = 'Choose Shape',\
-  id = 6001,\
-  x = 10, y = 10, width = 224, height = 135,\
-  background_colour = 'C0C0C0',\
-  use_dialog_units = 1,\
-  use_system_defaults = 0,\
-  font = [8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif'],\
-  control = [6002, wxStaticBox, '&Attributes', '0', 'staticbox2', 4, 50, 216, 54,\
-      [8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif']],\
-  control = [5100, wxButton, 'Ok', '0', 'button3', 124, 118, 45, 11, '',\
-      [8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif']],\
-  control = [5101, wxButton, 'Cancel', '0', 'button4', 176, 118, 45, 11, '',\
-      [8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif']],\
-  control = [6005, wxRadioBox, '&Shape', 'wxRA_SPECIFY_COLS', 'radio', 4, 4, 216, 25, ['None', 'Triangle', 'Rectangle', 'Ellipse'], 4,\
-      [8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif']],\
-  control = [6006, wxStaticText, 'Position &X:', '0', 'statictext6', 8, 64, 56, 13, '',\
-      [8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif']],\
-  control = [6008, wxTextCtrl, '', '0', 'textX', 46, 62, 33, 11, '',\
-      [8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif']],\
-  control = [6009, wxStaticText, '&Y:', '0', 'statictext9', 92, 63, 15, 6, '',\
-      [8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif']],\
-  control = [6010, wxTextCtrl, '', '0', 'textY', 104, 61, 32, 13, '',\
-      [8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif']],\
-  control = [6011, wxStaticText, 'Size &width:', '0', 'statictext11', 9, 87, 15, 6, '',\
-      [8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif']],\
-  control = [6012, wxTextCtrl, '', '0', 'textW', 46, 85, 32, 11, '',\
-      [8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif']],\
-  control = [6013, wxStaticText, '&height:', '0', 'statictext13', 82, 88, 15, 6, '',\
-      [8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif']],\
-  control = [6014, wxTextCtrl, '', '0', 'textH', 104, 84, 32, 11, '',\
-      [8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif']],\
-  control = [1001, wxButton, '&Colour...', '0', 'button15', 153, 73, 45, 11, '',\
-      [8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif']]).";
-
index a326857c5075ee9a9e6d7d2c89d65cad6aeef0e3..3597030a81abd60ac4fcbb8c21ed8985d50ab598 100644 (file)
@@ -212,7 +212,7 @@ $(OBJS)\dnd.exe: $(DND_OBJECTS)  $(OBJS)\dnd_dnd.res
 
 data: 
        if not exist $(OBJS) mkdir $(OBJS)
-       for %f in (wxwin.png dnd.wxr) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
+       for %f in (wxwin.png) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
 
 $(OBJS)\dnd_dnd.obj: .\dnd.cpp
        $(CXX) -q -c -P -o$@ $(DND_CXXFLAGS) $**
index bf7547bcb401373f44633fa8479c029bacfd05a6..a2202a12684d12a11bd5969c523c60033abb1b78 100644 (file)
@@ -203,7 +203,7 @@ $(OBJS)\dnd.exe: $(DND_OBJECTS) $(OBJS)\dnd_dnd_rc.o
 
 data: 
        if not exist $(OBJS) mkdir $(OBJS)
-       for %%f in (wxwin.png dnd.wxr) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
+       for %%f in (wxwin.png) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
 
 $(OBJS)\dnd_dnd.o: ./dnd.cpp
        $(CXX) -c -o $@ $(DND_CXXFLAGS) $<
index 309e83e6040fb72d4e3fff1893ae9c35a9d5b9c8..9b7f3da70869d3fc69f5869c73675bd3983ea36e 100644 (file)
@@ -290,7 +290,7 @@ $(OBJS)\dnd.exe: $(DND_OBJECTS) $(OBJS)\dnd_dnd.res
 
 data: 
        if not exist $(OBJS) mkdir $(OBJS)
-       for %f in (wxwin.png dnd.wxr) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
+       for %f in (wxwin.png) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
 
 $(OBJS)\dnd_dnd.obj: .\dnd.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(DND_CXXFLAGS) $**
index 391b918625c3d91acddd0763ff43e4873b77ca40..b2776f03963cdb6d44c6a4d4a3a59fb2a461a57d 100644 (file)
@@ -246,7 +246,7 @@ $(OBJS)\dnd.exe :  $(DND_OBJECTS) $(OBJS)\dnd_dnd.res
 
 data : .SYMBOLIC 
        if not exist $(OBJS) mkdir $(OBJS)
-       for %f in (wxwin.png dnd.wxr) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
+       for %f in (wxwin.png) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
 
 $(OBJS)\dnd_dnd.obj :  .AUTODEPEND .\dnd.cpp
        $(CXX) -zq -fo=$^@ $(DND_CXXFLAGS) $<