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 /vcnet | |
| 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 'vcnet')
| -rw-r--r-- | vcnet/fltk.lib.vcproj | 20 | ||||
| -rw-r--r-- | vcnet/fltkdll.vcproj | 18 |
2 files changed, 38 insertions, 0 deletions
diff --git a/vcnet/fltk.lib.vcproj b/vcnet/fltk.lib.vcproj index 256d0bb8b..6f6d56e9d 100644 --- a/vcnet/fltk.lib.vcproj +++ b/vcnet/fltk.lib.vcproj @@ -1516,6 +1516,26 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\src\fl_open_uri.cxx">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ BrowseInformation="1"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ FavorSizeOrSpeed="0"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""/>
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\fl_oval_box.cxx">
<FileConfiguration
Name="Debug|Win32">
diff --git a/vcnet/fltkdll.vcproj b/vcnet/fltkdll.vcproj index a6e3e99f9..7ac91c48a 100644 --- a/vcnet/fltkdll.vcproj +++ b/vcnet/fltkdll.vcproj @@ -1551,6 +1551,24 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\src\fl_open_uri.cxx">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="FL_DLL;FL_LIBRARY;WIN32;NDEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN;$(NoInherit)"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="FL_DLL;FL_LIBRARY;WIN32;_DEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN;$(NoInherit)"/>
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\fl_oval_box.cxx">
<FileConfiguration
Name="Release|Win32">
|
