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.
|
the text.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
class Fl_Terminal : public Fl_Group {
|
class FL_EXPORT Fl_Terminal : public Fl_Group {
|
||||||
public:
|
public:
|
||||||
//////////////////////////////////////
|
//////////////////////////////////////
|
||||||
////// Fl_Terminal Public Enums //////
|
////// Fl_Terminal Public Enums //////
|
||||||
|
@ -134,6 +134,7 @@ CPPFILES =\
|
|||||||
utf8.cxx \
|
utf8.cxx \
|
||||||
valuators.cxx \
|
valuators.cxx \
|
||||||
windowfocus.cxx \
|
windowfocus.cxx \
|
||||||
|
wizard.cxx \
|
||||||
$(CPPUNITTEST)
|
$(CPPUNITTEST)
|
||||||
|
|
||||||
ALL = \
|
ALL = \
|
||||||
@ -213,7 +214,8 @@ ALL = \
|
|||||||
tiled_image$(EXEEXT) \
|
tiled_image$(EXEEXT) \
|
||||||
twowin$(EXEEXT) \
|
twowin$(EXEEXT) \
|
||||||
utf8$(EXEEXT) \
|
utf8$(EXEEXT) \
|
||||||
windowfocus$(EXEEXT)
|
windowfocus$(EXEEXT) \
|
||||||
|
wizard$(EXEEXT)
|
||||||
|
|
||||||
ALLFLUID = \
|
ALLFLUID = \
|
||||||
checkers$(EXEEXT) \
|
checkers$(EXEEXT) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user