Author: matt
Date: 2011-05-29 11:08:22 -0700 (Sun, 29 May 2011)
New Revision: 8757
Log:
123: fixed for command line build.
Modified:
branches/branch-3.0/src/Makefile
branches/branch-3.0/test1/cube.cxx
Modified: branches/branch-3.0/src/Makefile
===================================================================
--- branches/branch-3.0/src/Makefile 2011-05-29 18:01:17 UTC (rev 8756)
+++ branches/branch-3.0/src/Makefile 2011-05-29 18:08:22 UTC (rev 8757)
@@ -167,7 +167,9 @@
fl_utf8.cxx \
ps_image.cxx \
numericsort.cxx \
- fl_utf.cxx
+ fl_utf.cxx \
+ fl_call_main.cxx \
+ scandir.cxx
OBJCPPFILES = \
Fl_cocoa.mm \
@@ -199,7 +201,7 @@
Fl_PNM_Image.cxx
-CFILES = fl_call_main.c flstring.c scandir.c vsnprintf.c
+CFILES = flstring.c vsnprintf.c
UTF8CFILES = \
xutf8/case.c \
Modified: branches/branch-3.0/test1/cube.cxx
===================================================================
--- branches/branch-3.0/test1/cube.cxx 2011-05-29 18:01:17 UTC (rev 8756)
+++ branches/branch-3.0/test1/cube.cxx 2011-05-29 18:08:22 UTC (rev 8757)
@@ -37,6 +37,7 @@
#include <stdlib.h>
#if !HAVE_GL
+
class cube_box : public Fl_Box {
public:
double lasttime;
@@ -48,6 +49,7 @@
label("This demo does\nnot work without GL");
}
};
+
#else
#include <FL/Fl_Gl_Window.H>
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit