From ba2be02ab24d170bb03662a8a5f5893f0112aeb7 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 6 Dec 2001 22:16:49 +0000 Subject: FLTK 2.0 threading support under FLTK 1.1. Needs porting to OSX. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1819 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- visualc/fltk.lib.dsp | 4 ++++ visualc/fltkdll.dsp | 15 +++++++++++++++ 2 files changed, 19 insertions(+) (limited to 'visualc') diff --git a/visualc/fltk.lib.dsp b/visualc/fltk.lib.dsp index e1203b495..4227ebee0 100644 --- a/visualc/fltk.lib.dsp +++ b/visualc/fltk.lib.dsp @@ -339,6 +339,10 @@ SOURCE=..\src\fl_line_style.cxx # End Source File # Begin Source File +SOURCE=..\src\Fl_lock.cxx +# End Source File +# Begin Source File + SOURCE=..\src\Fl_Menu.cxx # End Source File # Begin Source File diff --git a/visualc/fltkdll.dsp b/visualc/fltkdll.dsp index b11077598..0c32928ec 100644 --- a/visualc/fltkdll.dsp +++ b/visualc/fltkdll.dsp @@ -1143,6 +1143,21 @@ DEP_CPP_FL_LIN=\ # End Source File # Begin Source File +SOURCE=..\src\Fl_lock.cxx +DEP_CPP_FL_LOC=\ + "..\fl\enumerations.h"\ + "..\fl\fl_draw.h"\ + "..\fl\fl_export.h"\ + "..\fl\fl_group.h"\ + "..\fl\fl_widget.h"\ + "..\fl\fl_window.h"\ + "..\fl\mac.H"\ + "..\fl\win32.h"\ + "..\fl\x.h"\ + +# End Source File +# Begin Source File + SOURCE=..\src\Fl_Menu.cxx DEP_CPP_FL_ME=\ "..\fl\enumerations.h"\ -- cgit v1.2.3