From: Julian Smart Date: Thu, 11 Sep 2003 18:41:51 +0000 (+0000) Subject: Removed horrible julian.png photo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f9668ef0e11e6db1a362460edc214d30463f9a77 Removed horrible julian.png photo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/dnd/Makefile.in b/samples/dnd/Makefile.in index f0ab060e01..12695f6fa9 100644 --- a/samples/dnd/Makefile.in +++ b/samples/dnd/Makefile.in @@ -106,7 +106,7 @@ clean: data: @mkdir -p . - @for f in julian.png dnd.wxr; do \ + @for f in dnd.wxr; do \ if test \( ! -s ./$$f \) -o \( $(srcdir)/$$f -nt ./$$f \) ; then \ cp -pRf $(srcdir)/$$f . ; \ fi; \ diff --git a/samples/dnd/dnd.bkl b/samples/dnd/dnd.bkl index f4be529147..534364ddc8 100644 --- a/samples/dnd/dnd.bkl +++ b/samples/dnd/dnd.bkl @@ -11,7 +11,7 @@ - julian.png dnd.wxr + dnd.wxr diff --git a/samples/dnd/julian.png b/samples/dnd/julian.png deleted file mode 100644 index 9e875e0a1f..0000000000 Binary files a/samples/dnd/julian.png and /dev/null differ diff --git a/samples/dnd/makefile.bcc b/samples/dnd/makefile.bcc index b690c15a83..1bcde5ad07 100644 --- a/samples/dnd/makefile.bcc +++ b/samples/dnd/makefile.bcc @@ -166,7 +166,7 @@ clean: data: if not exist $(OBJS) mkdir $(OBJS) - for %f in (julian.png dnd.wxr) do if not exist $(OBJS)\%f copy .\%f $(OBJS) + for %f in (dnd.wxr) do if not exist $(OBJS)\%f copy .\%f $(OBJS) $(OBJS)\dnd.exe: $(DND_OBJECTS) $(OBJS)\dnd_dnd.res ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&| diff --git a/samples/dnd/makefile.dos b/samples/dnd/makefile.dos deleted file mode 100644 index dd90a7a9df..0000000000 --- a/samples/dnd/makefile.dos +++ /dev/null @@ -1,17 +0,0 @@ -# -# File: makefile.dos -# Author: Julian Smart -# Created: 1998 -# Updated: -# -# Makefile : Builds 16-bit sample, VC++ 1.5 -# Use FINAL=1 argument to nmake to build final version with no debugging -# info - -WXDIR = $(WXWIN) - -TARGET=dnd -OBJECTS=$(TARGET).obj - -!include $(WXDIR)\src\makeprog.msc - diff --git a/samples/dnd/makefile.gcc b/samples/dnd/makefile.gcc index a8eb6d5117..96aee10d3c 100644 --- a/samples/dnd/makefile.gcc +++ b/samples/dnd/makefile.gcc @@ -159,7 +159,7 @@ clean: data: if not exist $(OBJS) mkdir $(OBJS) - for %%f in (julian.png dnd.wxr) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS) + for %%f in (dnd.wxr) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS) $(OBJS)\dnd.exe: $(DND_OBJECTS) $(OBJS)\dnd_dnd_rc.o $(CXX) -o $@ $(DND_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lodbc32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 diff --git a/samples/dnd/makefile.vc b/samples/dnd/makefile.vc index b4310c71f9..7c518209b3 100644 --- a/samples/dnd/makefile.vc +++ b/samples/dnd/makefile.vc @@ -229,7 +229,7 @@ clean: data: if not exist $(OBJS) mkdir $(OBJS) - for %f in (julian.png dnd.wxr) do if not exist $(OBJS)\%f copy .\%f $(OBJS) + for %f in (dnd.wxr) do if not exist $(OBJS)\%f copy .\%f $(OBJS) $(OBJS)\dnd.exe: $(DND_OBJECTS) $(OBJS)\dnd_dnd.res link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<< diff --git a/samples/dnd/makefile.wat b/samples/dnd/makefile.wat index 7138ed2806..a10c30d71a 100644 --- a/samples/dnd/makefile.wat +++ b/samples/dnd/makefile.wat @@ -195,7 +195,7 @@ clean : .SYMBOLIC data : .SYMBOLIC if not exist $(OBJS) mkdir $(OBJS) - for %f in (julian.png dnd.wxr) do if not exist $(OBJS)\%f copy .\%f $(OBJS) + for %f in (dnd.wxr) do if not exist $(OBJS)\%f copy .\%f $(OBJS) $(OBJS)\dnd.exe : $(DND_OBJECTS) $(OBJS)\dnd_dnd.res @%create $(OBJS)\dnd.lbc