diff options
| -rwxr-xr-x | makesrcdist | 2 | ||||
| -rw-r--r-- | visualc/config.h | 6 | ||||
| -rw-r--r-- | visualc/fltk.lib.dsp | 4 | ||||
| -rw-r--r-- | visualc/fltkdll.dsp | 13 |
4 files changed, 22 insertions, 3 deletions
diff --git a/makesrcdist b/makesrcdist index 26d973a01..6278a7ad4 100755 --- a/makesrcdist +++ b/makesrcdist @@ -9,7 +9,7 @@ CVS_RSH=ssh1; export CVS_RSH MAINTAINER=easysw cd /tmp -cvs -d$MAINTAINER@cvs.fltk.sourceforge.net:/cvsroot/fltk get -r v1_1 fltk >& /dev/null +cvs -q -d$MAINTAINER@cvs.fltk.sourceforge.net:/cvsroot/fltk get -r v1_1 fltk if test $# = 0; then echo -n "Version number for distribution? " diff --git a/visualc/config.h b/visualc/config.h index 6ad48fa47..5b4b53792 100644 --- a/visualc/config.h +++ b/visualc/config.h @@ -1,5 +1,5 @@ /* - * "$Id: config.h,v 1.5.2.5.2.1 2001/08/03 02:28:32 easysw Exp $" + * "$Id: config.h,v 1.5.2.5.2.2 2001/08/19 00:14:11 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++. * @@ -23,6 +23,8 @@ * Please report all bugs and problems to "fltk-bugs@fltk.org". */ +#define FLTK_DOCDIR "C:/FLTK/DOC" + /* * BORDER_WIDTH: * @@ -167,5 +169,5 @@ #undef HAVE_PNG_GET_VALID /* - * End of "$Id: config.h,v 1.5.2.5.2.1 2001/08/03 02:28:32 easysw Exp $". + * End of "$Id: config.h,v 1.5.2.5.2.2 2001/08/19 00:14:11 easysw Exp $". */ diff --git a/visualc/fltk.lib.dsp b/visualc/fltk.lib.dsp index 28e5f313a..e86660bec 100644 --- a/visualc/fltk.lib.dsp +++ b/visualc/fltk.lib.dsp @@ -179,6 +179,10 @@ SOURCE=..\src\Fl_Chart.cxx # End Source File
# Begin Source File
+SOURCE=..\src\Fl_Check_Browser.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\src\Fl_Check_Button.cxx
# End Source File
# Begin Source File
diff --git a/visualc/fltkdll.dsp b/visualc/fltkdll.dsp index c35ec6cfb..60f12d626 100644 --- a/visualc/fltkdll.dsp +++ b/visualc/fltkdll.dsp @@ -379,6 +379,19 @@ DEP_CPP_FL_CH=\ # End Source File
# Begin Source File
+SOURCE=..\src\Fl_Check_Browser.cxx
+DEP_CPP_FL_CHE=\
+ "..\fl\enumerations.h"\
+ "..\fl\fl.h"\
+ "..\fl\fl_button.h"\
+ "..\fl\fl_check_browser.h"\
+ "..\fl\fl_export.h"\
+ "..\fl\fl_light_button.h"\
+ "..\fl\fl_widget.h"\
+
+# End Source File
+# Begin Source File
+
SOURCE=..\src\Fl_Check_Button.cxx
DEP_CPP_FL_CHE=\
"..\fl\enumerations.h"\
|
