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
}
}
- // disable the warning about 'possible loss of data'
+ /* disable the warning about 'possible loss of data' */
#ifdef _MSC_VER
#pragma warning(disable: 4244)
- #endif // Visual C++
+ #endif /* Visual C++ */
bytes[0] = expon >> 8;
bytes[1] = expon;
#ifdef _MSC_VER
#pragma warning(default: 4244)
- #endif // Visual C++
+ #endif /* Visual C++ */
}
/*
LEX = lex
YACC = yacc
+# Note: if using bison, use -y option for yacc compatibility
+# YACC = bison -y
MAKE = make
AROPTIONS = ruv
RANLIB = ranlib
LEX = lex
YACC = yacc
+# Note: if using bison, use -y option for yacc compatibility
+# YACC = bison -y
MAKE = make
AROPTIONS = ruv
RANLIB = ranlib
LEX = lex
YACC = yacc
+# Note: if using bison, use -y option for yacc compatibility
+# YACC = bison -y
MAKE = make
AROPTIONS = ruv
RANLIB = echo
LEX = lex
YACC = yacc
+# Note: if using bison, use -y option for yacc compatibility
+# YACC = bison -y
MAKE = make
AROPTIONS = ruv
RANLIB = ranlib
EXTRA_C_SRC=\
xmcombo/xmcombo.c
-EXTRA_CPP_SRC=\
+EXTRA_CPP_SRC=
# mdi/lib/XsComponent.C\
# mdi/lib/XsMDICanvas.C\