1. wxShell fixes: now really uses shell (it wasn't different from wxExecute!)
and also added a version which captures the programs output 2. fix for compilers which have void ftime() (my mingw does) in timercmn.cpp 3. updated console sample to test wxShell/wxExecute 4. treetest now can toggle images or change their size 5. wxTreeCtrl doesn't crash if it has no image list git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# This file was automatically generated by tmake at 20:56, 2000/03/01
|
||||
# This file was automatically generated by tmake at 08:59, 2000/03/03
|
||||
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T!
|
||||
ALL_SOURCES = \
|
||||
generic/busyinfo.cpp \
|
||||
@@ -222,19 +222,7 @@ ALL_SOURCES = \
|
||||
html/m_meta.cpp \
|
||||
html/m_pre.cpp \
|
||||
html/m_tables.cpp \
|
||||
html/winpars.cpp \
|
||||
ogl/basic.cpp \
|
||||
ogl/basic2.cpp \
|
||||
ogl/bmpshape.cpp \
|
||||
ogl/canvas.cpp \
|
||||
ogl/composit.cpp \
|
||||
ogl/constrnt.cpp \
|
||||
ogl/divided.cpp \
|
||||
ogl/drawn.cpp \
|
||||
ogl/lines.cpp \
|
||||
ogl/mfutils.cpp \
|
||||
ogl/ogldiag.cpp \
|
||||
ogl/oglmisc.cpp
|
||||
html/winpars.cpp
|
||||
|
||||
ALL_HEADERS = \
|
||||
accel.h \
|
||||
@@ -552,21 +540,6 @@ ALL_HEADERS = \
|
||||
html/htmprint.h \
|
||||
html/m_templ.h \
|
||||
html/winpars.h \
|
||||
ogl/basic.h \
|
||||
ogl/basicp.h \
|
||||
ogl/bmpshape.h \
|
||||
ogl/canvas.h \
|
||||
ogl/composit.h \
|
||||
ogl/constrnt.h \
|
||||
ogl/divided.h \
|
||||
ogl/drawn.h \
|
||||
ogl/drawnp.h \
|
||||
ogl/lines.h \
|
||||
ogl/linesp.h \
|
||||
ogl/mfutils.h \
|
||||
ogl/misc.h \
|
||||
ogl/ogl.h \
|
||||
ogl/ogldiag.h \
|
||||
protocol/file.h \
|
||||
protocol/ftp.h \
|
||||
protocol/http.h \
|
||||
@@ -1038,31 +1011,3 @@ HTMLDEPS = \
|
||||
m_tables.d \
|
||||
winpars.d
|
||||
|
||||
OGLOBJS = \
|
||||
basic.o \
|
||||
basic2.o \
|
||||
bmpshape.o \
|
||||
canvas.o \
|
||||
composit.o \
|
||||
constrnt.o \
|
||||
divided.o \
|
||||
drawn.o \
|
||||
lines.o \
|
||||
mfutils.o \
|
||||
ogldiag.o \
|
||||
oglmisc.o
|
||||
|
||||
OGLDEPS = \
|
||||
basic.d \
|
||||
basic2.d \
|
||||
bmpshape.d \
|
||||
canvas.d \
|
||||
composit.d \
|
||||
constrnt.d \
|
||||
divided.d \
|
||||
drawn.d \
|
||||
lines.d \
|
||||
mfutils.d \
|
||||
ogldiag.d \
|
||||
oglmisc.d
|
||||
|
||||
|
Reference in New Issue
Block a user