Added comment makeg95.env

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-02-15 17:32:14 +00:00
parent 7741c4e1f5
commit a20a10fe1d
2 changed files with 9 additions and 7 deletions

View File

@@ -27,13 +27,10 @@ LD_SUPPORTS_SHARED=yes
# Set to the appropriate remove command # Set to the appropriate remove command
RM=rm -f RM=rm -f
# Set to the appropriate copy command # Set to the appropriate copy command.
# Some possible alternatives: # You can get a suitable cp.exe from ports/mingw32/extra.zip on the ftp site.
# COPY=cp and COPYSEP=/ COPY=cp
# COPY=copy and COPYSEP=\ COPYSEP=/
#
COPY=copy
COPYSEP=\
# Cross compiling? Provide the target prefix (eg., i386-mingw32-) # Cross compiling? Provide the target prefix (eg., i386-mingw32-)
# CROSS=i386-mingw32- # CROSS=i386-mingw32-

View File

@@ -344,6 +344,11 @@ bool wxTreeCtrl::Create(wxWindow *parent,
!defined( __BORLANDC__ ) && \ !defined( __BORLANDC__ ) && \
!defined( __WATCOMC__ ) && \ !defined( __WATCOMC__ ) && \
(!defined(__VISUALC__) || (__VISUALC__ > 1010)) (!defined(__VISUALC__) || (__VISUALC__ > 1010))
#ifndef TVS_CHECKBOXES
#define TVS_CHECKBOXES 0x0100
#endif
// we emulate the multiple selection tree controls by using checkboxes: set // we emulate the multiple selection tree controls by using checkboxes: set
// up the image list we need for this if we do have multiple selections // up the image list we need for this if we do have multiple selections
if ( m_windowStyle & wxTR_MULTIPLE ) if ( m_windowStyle & wxTR_MULTIPLE )