git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1793
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
EVT_MENU(wxID_HELP, MyFrame::OnAbout)
EVT_CLOSE(MyFrame::OnCloseWindow)
EVT_TOOL_RANGE(wxID_OPEN, wxID_PASTE, MyFrame::OnToolLeftClick)
EVT_MENU(wxID_HELP, MyFrame::OnAbout)
EVT_CLOSE(MyFrame::OnCloseWindow)
EVT_TOOL_RANGE(wxID_OPEN, wxID_PASTE, MyFrame::OnToolLeftClick)
- EVT_TOOL_ENTER(wxID_OPEN, MyFrame::OnToolEnter)
+ EVT_TOOL_ENTER(ID_TOOLBAR, MyFrame::OnToolEnter)
END_EVENT_TABLE()
// Define my frame constructor
END_EVENT_TABLE()
// Define my frame constructor
- // disable the warning about 'possible loss of data'
+ /* disable the warning about 'possible loss of data' */
#ifdef _MSC_VER
#pragma warning(disable: 4244)
#ifdef _MSC_VER
#pragma warning(disable: 4244)
+ #endif /* Visual C++ */
bytes[0] = expon >> 8;
bytes[1] = expon;
bytes[0] = expon >> 8;
bytes[1] = expon;
#ifdef _MSC_VER
#pragma warning(default: 4244)
#ifdef _MSC_VER
#pragma warning(default: 4244)
+ #endif /* Visual C++ */
+# Note: if using bison, use -y option for yacc compatibility
+# YACC = bison -y
MAKE = make
AROPTIONS = ruv
RANLIB = ranlib
MAKE = make
AROPTIONS = ruv
RANLIB = ranlib
+# Note: if using bison, use -y option for yacc compatibility
+# YACC = bison -y
MAKE = make
AROPTIONS = ruv
RANLIB = ranlib
MAKE = make
AROPTIONS = ruv
RANLIB = ranlib
+# Note: if using bison, use -y option for yacc compatibility
+# YACC = bison -y
MAKE = make
AROPTIONS = ruv
RANLIB = echo
MAKE = make
AROPTIONS = ruv
RANLIB = echo
+# Note: if using bison, use -y option for yacc compatibility
+# YACC = bison -y
MAKE = make
AROPTIONS = ruv
RANLIB = ranlib
MAKE = make
AROPTIONS = ruv
RANLIB = ranlib
EXTRA_C_SRC=\
xmcombo/xmcombo.c
EXTRA_C_SRC=\
xmcombo/xmcombo.c
# mdi/lib/XsComponent.C\
# mdi/lib/XsMDICanvas.C\
# mdi/lib/XsComponent.C\
# mdi/lib/XsMDICanvas.C\