diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-01-04 14:53:54 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-01-04 14:53:54 +0000 |
| commit | 5456a2b8fc5b1d1121a8b80d6f190147c3f89f45 (patch) | |
| tree | 4e7a149283061ee49b551e61b4d1e8acaafebb00 /visualc | |
| parent | e806450644365883a6561552bdb2dc65566a8e20 (diff) | |
Add fl_open_uri() function as discussed on fltk.development.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5579 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'visualc')
| -rw-r--r-- | visualc/fltk.lib.dsp | 4 | ||||
| -rw-r--r-- | visualc/fltkdll.dsp | 13 |
2 files changed, 17 insertions, 0 deletions
diff --git a/visualc/fltk.lib.dsp b/visualc/fltk.lib.dsp index e7b56d74f..8b60e4cb5 100644 --- a/visualc/fltk.lib.dsp +++ b/visualc/fltk.lib.dsp @@ -375,6 +375,10 @@ SOURCE=..\src\Fl_Multi_Label.cxx # End Source File
# Begin Source File
+SOURCE=..\src\fl_open_uri.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\src\fl_oval_box.cxx
# End Source File
# Begin Source File
diff --git a/visualc/fltkdll.dsp b/visualc/fltkdll.dsp index ecd7973d4..f6dd934e0 100644 --- a/visualc/fltkdll.dsp +++ b/visualc/fltkdll.dsp @@ -1487,6 +1487,19 @@ DEP_CPP_FL_MU=\ # End Source File
# Begin Source File
+SOURCE=..\src\fl_open_uri.cxx
+DEP_CPP_FL_AR=\
+ "..\fl\enumerations.h"\
+ "..\fl\fl_draw.h"\
+ "..\fl\fl_export.h"\
+ "..\FL\math.h"\
+
+NODEP_CPP_FL_AR=\
+ "..\..\..\..\..\usr\include\math.h"\
+
+# End Source File
+# Begin Source File
+
SOURCE=..\src\fl_oval_box.cxx
DEP_CPP_FL_OV=\
"..\fl\enumerations.h"\
|
