diff options
| author | Greg Ercolano <erco@seriss.com> | 2014-02-25 04:24:41 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2014-02-25 04:24:41 +0000 |
| commit | c5d5ba1cf524f4da930bfd4bd77ba044ecf96e54 (patch) | |
| tree | c2f55edf5335021dad2696a290a11a49d4982780 /ide/VisualC2010/fltk.lib.vcxproj.filters | |
| parent | de7a79afd6231bb1f39c3b3c3a34364da560dfe2 (diff) | |
Applying the etorres gleam patch. STR #2672.
TODO: Xcode 4 ide needs fl_gleam.cxx added
Test of Visual Studio IDE mods (which were hand-modified)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10113 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/VisualC2010/fltk.lib.vcxproj.filters')
| -rw-r--r-- | ide/VisualC2010/fltk.lib.vcxproj.filters | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ide/VisualC2010/fltk.lib.vcxproj.filters b/ide/VisualC2010/fltk.lib.vcxproj.filters index 0a03fcbf6..fd4bab66c 100644 --- a/ide/VisualC2010/fltk.lib.vcxproj.filters +++ b/ide/VisualC2010/fltk.lib.vcxproj.filters @@ -427,6 +427,7 @@ <ClCompile Include="..\..\src\Fl_grab.cxx" />
<ClCompile Include="..\..\src\Fl_Group.cxx" />
<ClCompile Include="..\..\src\fl_gtk.cxx" />
+ <ClCompile Include="..\..\src\fl_gleam.cxx" />
<ClCompile Include="..\..\src\Fl_Help_View.cxx" />
<ClCompile Include="..\..\src\Fl_Image.cxx" />
<ClCompile Include="..\..\src\Fl_Input.cxx" />
@@ -517,4 +518,4 @@ <ClCompile Include="..\..\src\screen_xywh.cxx" />
<ClCompile Include="..\..\src\vsnprintf.c" />
</ItemGroup>
-</Project>
\ No newline at end of file +</Project>
|
