Apply two patches provided by user 'Andre' via mail
1. add missing FL_EXPORT to class Fl_Terminal 2. add missing test/wizard demo to test/Makefile
This commit is contained in:
parent
44bb080c0f
commit
367d302b5f
@ -256,7 +256,7 @@
|
||||
the text.
|
||||
**/
|
||||
|
||||
class Fl_Terminal : public Fl_Group {
|
||||
class FL_EXPORT Fl_Terminal : public Fl_Group {
|
||||
public:
|
||||
//////////////////////////////////////
|
||||
////// Fl_Terminal Public Enums //////
|
||||
|
@ -134,6 +134,7 @@ CPPFILES =\
|
||||
utf8.cxx \
|
||||
valuators.cxx \
|
||||
windowfocus.cxx \
|
||||
wizard.cxx \
|
||||
$(CPPUNITTEST)
|
||||
|
||||
ALL = \
|
||||
@ -213,7 +214,8 @@ ALL = \
|
||||
tiled_image$(EXEEXT) \
|
||||
twowin$(EXEEXT) \
|
||||
utf8$(EXEEXT) \
|
||||
windowfocus$(EXEEXT)
|
||||
windowfocus$(EXEEXT) \
|
||||
wizard$(EXEEXT)
|
||||
|
||||
ALLFLUID = \
|
||||
checkers$(EXEEXT) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user